I want to use OExport to read a simple XLSX file row by row within a non-graphical application (DLL). The file is a report in a fixed format with a known number of columns but a variable number of rows.
All the examples I can find assume a graphical environment where OExport populates grids and tabsheets. Is there an example of reading a simple spreadsheet row by row (cell by cell)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to use OExport to read a simple XLSX file row by row within a non-graphical application (DLL). The file is a report in a fixed format with a known number of columns but a variable number of rows.
All the examples I can find assume a graphical environment where OExport populates grids and tabsheets. Is there an example of reading a simple spreadsheet row by row (cell by cell)?
In attempting to read an XLSX file I'm also getting this error:
However, I can't see how to assign the file extension. If anyone can point me in the right direction that would be appreciated.
Add OExport_VCL to your uses clause.