lazarus-ccr/components/fpspreadsheet/examples/excel5demo
2015-03-05 10:35:32 +00:00
..
excel5read.lpi fpspreadsheet: Modify demos to write compiled units to the common directory "lib" within the examples folder as far as possible. 2014-09-15 21:27:57 +00:00
excel5read.lpr fpspreadsheet: Replace for-to loops by for-in loops if possible. Update example demos. 2015-03-05 10:35:32 +00:00
excel5write.lpi fpspreadsheet: Modify demos to write compiled units to the common directory "lib" within the examples folder as far as possible. 2014-09-15 21:27:57 +00:00
excel5write.lpr fpspreadsheet: Move type declarations from fpspreadsheet.pas to new unit fpstypes.pas. Update all examples. 2015-01-17 22:57:23 +00:00
readme.txt * fpspreadsheet: add readme.txt files for demos 2014-06-23 11:56:12 +00:00
run_excel5read.bat fpspreadsheet: Starts adding read support 2009-01-10 21:47:59 +00:00
run_excel5write.bat fpspreadsheet: Implements support to setting if existing files should be overwritten or not 2009-11-08 19:21:23 +00:00

This demo demonstrates how to use fpspreadsheet to read and write Excel 5.x/Excel 95
xls files.

Please run the write demo before the read demo so the required spreadsheet file
is generated.