lazarus-ccr/components/fpspreadsheet/examples/read_write/excel2demo
2018-05-30 22:15:07 +00:00
..
excel2read.lpi fpspreadsheet: Check (and fix) compilation of all demo projects (changed handling of include files in fpc 3.0.4) 2018-04-18 11:42:22 +00:00
excel2read.lpr fpspreadsheet: Redo storage of formulas: formulas now are stored in a separate tree independent of the cells tree. The field FormulaValue of TCell record was removed. All unit tests passed. Demos updated (issues of speedtest due to SST in BIFF8 found - not related). 2018-05-30 22:15:07 +00:00
excel2write.lpi fpspreadsheet: Make sure that all demos are compiled with -Xg 2017-02-20 17:21:56 +00:00
excel2write.lpr
readme.txt
run_excel2read.bat
run_excel2write.bat

This demo demonstrates how to use fpspreadsheet to read and write Excel 2.x xls 
files.

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