lazarus-ccr/components/fpspreadsheet/source/common
2018-05-13 10:15:13 +00:00
..
fpolebasic.pas
fpolestorage.pas
fpsallformats.pas
fpscell.pas
fpsclasses.pas fpspreadsheet: Replace usage of AVL_Tree by avglvltree to avoid conflicts of fpc and laz AVL_Tree versions in Laz trunk after r54524 2017-04-06 10:35:13 +00:00
fpscrypto.pas fpspreadsheet: Fix compilation with Laz 1.0/2.6.0 2018-02-07 00:01:31 +00:00
fpscsv.pas fpspreadsheet: Change default csv encoding back to utf8 without bom, because importing csv into Excel and Calc is probably not the most important application of fpspreadsheet, and many other programs will not expect a bom in a text file. 2018-03-18 23:03:57 +00:00
fpscsvdocument.pas
fpscurrency.pas
fpsexprparser.pas fpspreadsheet: Fix 3d cell references with a single other sheet (Sheet1!A1:C3), except for ODS. 3d references with several sheets prepared (not tested yet). Some more unit tests. 2018-05-13 10:15:13 +00:00
fpsfunc.pas fpspreadsheet: Fix error in Round function. Add a second unit test for Round. 2018-02-27 22:21:49 +00:00
fpsheaderfooterparser.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
fpshtml.pas fpspreadsheet: Initial commit of experimental xlsx decryption support (xlsx decryptor written by forum user shobits1). 2017-03-14 21:48:29 +00:00
fpshtmlutils.pas fpspreadsheet: Add unit tests for HTML-to-RichText conversion (and vice versa). 2017-11-14 22:57:11 +00:00
fpsimages.pas
fpsnumformat.pas fpspreadsheet: Add BIFF5 writer for 3d references. Add corresponding unit test. Some related bug fixes. Less hints. 2018-05-10 14:31:37 +00:00
fpsopendocument.pas fpspreadsheet: Add BIFF5 writer for 3d references. Add corresponding unit test. Some related bug fixes. Less hints. 2018-05-10 14:31:37 +00:00
fpspagelayout.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
fpspalette.pas fpspreadsheet: Fix biff format writing non-editable palette indexes to file (Excel cannot edit the cells any more - see http://forum.lazarus.freepascal.org/index.php/topic,36903.0.html) 2017-05-17 17:26:48 +00:00
fpspatches.pas
fpspreadsheet.pas fpspreadsheet: Fix 3d cell references with a single other sheet (Sheet1!A1:C3), except for ODS. 3d references with several sheets prepared (not tested yet). Some more unit tests. 2018-05-13 10:15:13 +00:00
fpsreaderwriter.pas fpspreadsheet: Fix parameter AOverwriteExisting in TsWorkbook.WriteToFile. 2017-10-26 07:54:09 +00:00
fpsrpn.pas fpspreadsheet: Write single-sheet 3d references (e.g., 'Sheet1!A1:B6') to BIFF8 (xls). Issues with reading. 2018-05-11 23:18:10 +00:00
fpssearch.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
fpsstreams.pas
fpsstrings.pas fpspreadsheet: Fix biff8 writer to use CONTINUE records if text in STRING record is too long. 2017-11-03 18:43:37 +00:00
fpstypes.pas fpspreadsheet: Write single-sheet 3d references (e.g., 'Sheet1!A1:B6') to BIFF8 (xls). Issues with reading. 2018-05-11 23:18:10 +00:00
fpsutils.pas fpspreadsheet: Fix 3d cell references with a single other sheet (Sheet1!A1:C3), except for ODS. 3d references with several sheets prepared (not tested yet). Some more unit tests. 2018-05-13 10:15:13 +00:00
fpsxmlcommon.pas
fpszipper.pp
uvirtuallayer_ole_helpers.pas
uvirtuallayer_ole_types.pas
uvirtuallayer_ole.pas
uvirtuallayer_stream.pas
uvirtuallayer_types.pas
uvirtuallayer.pas
wikitable.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
xlsbiff2.pas fpspreadsheet/formulas with 3d references: Implement BIFF5 reader for 3d references. Some DebugLn insertions for better debugging (triggered by define FPSpreadDebug). 2018-05-09 21:38:24 +00:00
xlsbiff5.pas fpspreadsheet: Fix 3d cell references with a single other sheet (Sheet1!A1:C3), except for ODS. 3d references with several sheets prepared (not tested yet). Some more unit tests. 2018-05-13 10:15:13 +00:00
xlsbiff8.pas fpspreadsheet: Fix 3d cell references with a single other sheet (Sheet1!A1:C3), except for ODS. 3d references with several sheets prepared (not tested yet). Some more unit tests. 2018-05-13 10:15:13 +00:00
xlscommon.pas fpspreadsheet: Fix 3d cell references with a single other sheet (Sheet1!A1:C3), except for ODS. 3d references with several sheets prepared (not tested yet). Some more unit tests. 2018-05-13 10:15:13 +00:00
xlsconst.pas fpspreadsheet: Replace prev commit by better fix for formulas with return a blank cell being lost. 2017-02-18 16:54:50 +00:00
xlsescher.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
xlsxml.pas 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
xlsxooxml.pas fpspreadsheet: Add WorkbookOption boAbortReadOnFormulaError. Off by default, i.e. Reader continues after finding an unknown formula. 2018-02-20 17:35:23 +00:00