I need to dump some data into a new Excel spreadsheet from LabWindows 6.0 and save it. I believe I should be using ActiveX, which I have never used.
But ... as a minimum I need it to work on both Excel 2000 and 2002(XP). Since the ExcelReportDemo does nothing (no errors, but no results either!) on my machine with Excel 2002, I clearly have a problem.
There seems to be some conflicting info in several threads in this forum regarding the different versions of Excel. Could somebody briefly summarize where things stand on this front with ActiveX and different versions of Excel?
Some specifics to get you started:
1. Is the Excel 9.0 object library usable with Excel 2000 and 2002? In another thread (
here) it was stated that 2002 was backward compatible with the 9.0 object model.
2. Do I really need to build a excel 10 .fp file, as was stated in another thread (
here)?
3. Should/does the excelreportdemo.prj example work with Excel 2002?
4. Finally, as a shot at making life very easy for me, does anyone have an example program that opens a new spreadsheet, writes the contents of an array to some cells, and saves the spreadsheet?
Thanks in advance for your help!