lazarus-ccr/components/fpspreadsheet/source/common
2019-07-18 21:38:01 +00:00
..
fpolebasic.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpolestorage.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsallformats.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpscell.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpschart.pas fpspreadsheet: Add basic infrastructure for chart support. 2018-12-01 23:02:22 +00:00
fpsclasses.pas fpspreadsheet: Fix memory leak occuring when the parser of a previously allocated formula record is changed. 2018-06-21 10:02:25 +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: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpscsvdocument.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpscurrency.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsexprparser.pas fpspreadsheet: Fix formula parser crashing with an R1C1 formula subtracting cells with a negative relative address. 2019-07-18 21:02:44 +00:00
fpsfunc.pas fpspreadsheet: Implement spreadsheet functions ROW() and COLUMN() 2019-02-27 22:27:47 +00:00
fpsheaderfooterparser.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
fpshtml.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpshtmlutils.pas fpspreadsheet: Excel 2003/XML reader supports rich-text formatting. 2019-07-17 17:22:43 +00:00
fpsimages.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsnumformat.pas fpspreadsheet: Fix localized AM/PM string appearing in time format strings (https://forum.lazarus.freepascal.org/index.php/topic,46069.msg327309.html#msg327309). 2019-07-16 22:11:00 +00:00
fpsopendocument.pas fpspreadsheet: Redo automatic file format detection: Add method CheckFileFormat to each reader for overriding (check file header or whatever). 2018-12-18 13:08:58 +00:00
fpspagelayout.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
fpspalette.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
fpspatches.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpspreadsheet.pas fpspreadsheet: Fix formula parser crashing with an R1C1 formula subtracting cells with a negative relative address. 2019-07-18 21:02:44 +00:00
fpsreaderwriter.pas fpspreadsheet: Fix localized AM/PM string appearing in time format strings (https://forum.lazarus.freepascal.org/index.php/topic,46069.msg327309.html#msg327309). 2019-07-16 22:11:00 +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: Add support for xlsx files written by OpenXML (using namespace x) - see forum https://forum.lazarus.freepascal.org/index.php?topic=43159.msg301884). 2018-11-12 23:34:56 +00:00
fpsstreams.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
fpsstringhashlist.pas fpspreadsheet: Install TFileName property editor for Laz < 1.9. Fix compilation of fps packages for Laz >= 1.0 (could not compile Laz 1.2, though). 2018-06-07 08:42:11 +00:00
fpsstrings.pas fpspreadsheet: Add format string to number format error messages. 2019-07-14 21:14:14 +00:00
fpstypes.pas fpspreadsheet: Fix Excel2003/XML format tests. 2019-07-18 15:58:16 +00:00
fpsutils.pas fpspreadsheet: Support of some more features by Excel2003/XML reader. Display PrintRanges, repeated rows and columns by SpreadsheetInspector. 2019-07-16 15:41:29 +00:00
fpsxmlcommon.pas fpspreadsheet: Avoid format detection pick csv reader when fpsAllFormats is used and the provided xlsx file contains an error. 2019-02-27 12:13:19 +00:00
fpszipper.pp fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_ole_helpers.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_ole_types.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_ole.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_stream.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer_types.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
uvirtuallayer.pas fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos. 2016-10-22 20:59:00 +00:00
wikitable.pas fpspreadsheet: Rearrange units to better avoid circular unit references. General idea: no unit of the package must "use" fpspreadsheet.pas in the interface section. 2018-05-22 22:21:15 +00:00
xlsbiff2.pas fpspreadsheet: Some clean-up 2018-12-25 08:58:16 +00:00
xlsbiff5.pas fpspreadsheet: Redo automatic file format detection: Add method CheckFileFormat to each reader for overriding (check file header or whatever). 2018-12-18 13:08:58 +00:00
xlsbiff8.pas fpspreadsheet: Fix crash in the biff8 reader's FreeSharedStringTable when no SST is used. 2019-05-13 15:43:06 +00:00
xlscommon.pas fpspreadsheet: Fix localized AM/PM string appearing in time format strings (https://forum.lazarus.freepascal.org/index.php/topic,46069.msg327309.html#msg327309). 2019-07-16 22:11:00 +00:00
xlsconst.pas fpspreadsheet: Add formula MATCH. Improved error detection on math formulas. 2018-12-24 23:02:52 +00:00
xlsescher.pas fpspreadsheet: Introduce fpspreadsheet exceptions. 2017-10-26 08:11:58 +00:00
xlsxml.pas fpspreadsheet: Fix 3d formulas crashing when reading Excel2003/XML files because target sheets have not yet been loaded. 2019-07-18 21:38:01 +00:00
xlsxooxml.pas fpspreadsheet: Fix localized AM/PM string appearing in time format strings (https://forum.lazarus.freepascal.org/index.php/topic,46069.msg327309.html#msg327309). 2019-07-16 22:11:00 +00:00