0

Currently I'm just saving the file as MS-DOS CSV with excel. I'm looking for the fastest way (in terms of writing the code) of doing it automatically.

I strongly prefer C++, but any simple executable program I can call from a C++ app would do.

user1581390
  • 1,690
  • 3
  • 22
  • 38

1 Answers1

0

Unzip the xslx file with eg WinZip and have a look at the resulting files. This may help.

Mario
  • 499
  • 7
  • 18