![]() - 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 |
||
---|---|---|
.. | ||
db_export_import.lpi | ||
db_export_import.lpr | ||
main.lfm | ||
main.pas | ||
readme.txt |
This example program shows how a large database table can be exported to and imported from a spreadsheet file using virtual mode. First, run the section 1 to create a dBase file with random data. Then, in section 2, the dBase file can be converted to any spreadsheet format supported. Finally, in section 3, another dBase file can be created from a selected spreadsheet file. Please note that this example is mainly educational to show a "real-world" application of virtual mode, but, strictly speaking, virtual mode would not be absolutely necessary due to the small number of columns.