QT process excel
-
I would like to process Excel files in QT and require them to run across platforms. Do you have any recommended methods?
@Iaybf
Excel files as in actual.xls
/.xlsx
files or just.csv
files?
Do you want to only read (which) files, or do you want to write (which) files too?
Require what to run across platforms? You won't be running Excel itself from the sound of it (especially since you want cross-platform, that rules out even using Qt's ActiveX objects to talk to Excel). -