Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How would you go about to read data from excel file in Linux? Is there a C++ library I can use? I guess if the file is OOXML, I could treat it as such and use XPath on it??
Thanks
Posted
Updated 16-May-16 5:11am
Comments
Richard MacCutchan 18-Oct-11 12:00pm    
I think that may be about your only option, unless Open Office has a supporting API that will read the pre XML versions.

1 solution

Well, after some research - the excel file is in OOXML format. It's basically a zip file (that's right!) that contains a bunch of xml files, so I'll just unzip it and manipulate the xml files.
 
Share this answer
 
Comments
pkfox 11-Jun-16 7:27am    
All the *.???x files are zip files

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