Click here to Skip to main content
15,913,027 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,
how to convert excel file to semicolon delimited file in vc++, means each row of the excel file should be a semicolon delimited line in the converted file.

Thanks,
Dev
Posted

1 solution

You can use the Excel Interop[^] to read an Excel file. Writing the data in the way you require can be achieved quite easily by streamio or fprintf.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900