lazarus-ccr/components/fpspreadsheet/examples/opendocdemo
wp_xxyyzz c87afdcdec fpspreadsheet: Redo handling for formulas:
- Allow processing of string formulas (conversion to/from rpn formulas, calculation). 
- Drop cell ContentType cctRPNFormula. 
- Drop field RPNFormulaValue of TCell record. 
- Remove all fekXXXX declarations for sheet functions. Function is specified by name now.
- Complete registration mechanism for user-defined formulas.
Adapt all demos
Test cases working
This commit does not yet support: shared formulas, formulas in ods.


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3506 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-08-30 18:03:22 +00:00
..
oocreated.ods fpspreadsheet: Improves OpenDocument support 2009-02-02 09:58:51 +00:00
opendocread.lpi fpspreadsheet: Redo handling for formulas: 2014-08-30 18:03:22 +00:00
opendocread.lpr fpspreadsheet: Redo handling for formulas: 2014-08-30 18:03:22 +00:00
opendocwrite.lpi fpspreadsheet: Redo handling for formulas: 2014-08-30 18:03:22 +00:00
opendocwrite.lpr fpspreadsheet: Redo handling for formulas: 2014-08-30 18:03:22 +00:00
readme.txt * fpspreadsheet: add readme.txt files for demos 2014-06-23 11:56:12 +00:00
unzipoocreated.sh fpspreadsheet: Improves the scripts to handle OpenDocument 2012-06-13 06:27:12 +00:00
unziptest.sh fpspreadsheet: Improves the scripts to handle OpenDocument 2012-06-13 06:27:12 +00:00
ziptest.sh fpspreadsheet: Improves the scripts to handle OpenDocument 2012-06-13 06:27:12 +00:00

This demo demonstrates how to use fpspreadsheet to read and write LibreOffice/
OpenOffice OpenDOcument .ods files.

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