Hi
I have an application that exports CSV data in the format something like:
Header1,Header2,Header3
20,30
22,33,1
If I read it into Excel 2003, then save it in CSV format it stays prety much in the same format and I can reinput it into the originating program. If however I read it into Excel 2007 and then save in CSV format it saves as:
Header1,Header2,Header3
,,,
20,30,
22,33,1
Inputing this to the originating program cuses it to error, specifically on the blank (now ,,,) line.
Is there a switch that can modify this behaviour so that 2007 saves CSV files in the same way as 2003?
Many thanks in anticipation.
I have an application that exports CSV data in the format something like:
Header1,Header2,Header3
20,30
22,33,1
If I read it into Excel 2003, then save it in CSV format it stays prety much in the same format and I can reinput it into the originating program. If however I read it into Excel 2007 and then save in CSV format it saves as:
Header1,Header2,Header3
,,,
20,30,
22,33,1
Inputing this to the originating program cuses it to error, specifically on the blank (now ,,,) line.
Is there a switch that can modify this behaviour so that 2007 saves CSV files in the same way as 2003?
Many thanks in anticipation.