lazarus-ccr/components/fpspreadsheet/examples/excel8demo
2014-06-23 13:49:12 +00:00
..
excel8read.lpi fpspreadsheet: Major reconstruction of numberformat parser to facilitate creation of xml formats for ods. Some minor regressions in unit tests and fpsgrid demo to be fixed. Removed elements "Decimals" and "CurrencySymbol" from TCell (this information is taken from the format string now). Removed the built-in format nfFmtDateTime (makes life easier, use nfCustom instead). 2014-06-12 22:20:45 +00:00
excel8read.lpr fpspreadsheet: Add note to examples\*read to run the *write program if input file does not exist. Activate all commented code in the examples. 2014-06-18 08:07:00 +00:00
excel8write.lpi fpspreadsheet: Experimenting with doc-o-matic (nice tool). Beginning to standardize comments for usage by doc-o-matic. Update chm help file. 2014-06-20 23:06:29 +00:00
excel8write.lpr fpspreadsheet: In TsWorksheetGrid, draw a borderline along frozen panes. Fix black background color appearing when re-saving an fpspreadsheet-created workbook in Excel. Some more extended comments for doc-o-matic. 2014-06-23 13:49:12 +00:00
readme.txt * fpspreadsheet: add readme.txt files for demos 2014-06-23 11:56:12 +00:00
run_excel8read.bat fpspreadsheet: small improvements 2009-08-12 13:08:44 +00:00
run_excel8write.bat Adds support for bold formatting to biff 8 in fpspreadsheet 2010-12-07 12:59:17 +00:00

This demo demonstrates how to use fpspreadsheet to read and write Excel 8.x 
(Excel 97- 2003) xls files.

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