I use wxWidgets to write cross-plafrom applications. In one of the applications, I need to be able to load data from Microsoft Excel (.xls) files, but I also need to work with Linux, so I assume that I can not use OLE or any other technology available on Windows.
I see that there are many open source programs that can read excel files (OpenOffice, KOffice, etc.), so I wonder if there is any library that I could use?
The Excel files that you need to support are very simple, straightforward tabular data. I do not need to retrieve the formatting except the column / row position and the data itself.
source
share