I've not used fpspreadsheet before.
If I construct a dialog dynamically with a tsWorkbookSource, tsWorksheet, tsWorkbookTabControl, tsWorksheetGrid and use fpscsv for export (perhaps I don't need all of these?), what methods do I need to use to select a named .ods tab from a named .ods file?
I then want to select 3 columns, one with cell date strings, another with numeric data, the third with description strings, and restrict the selection to a given date range before I export the strings to a new .csv file which I can subsequently parse and analyse. I would like to do all this in code if possible.
If you can point me in the right direction I would be very grateful.