.. |
fpolebasic.pas
|
|
|
fpolestorage.pas
|
|
|
fpsallformats.pas
|
|
|
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 |
fpsclasses.pas
|
fpspreadsheet: Fix another case of adding/deleting rows/columns, now within the cell range of a formula. Forum https://forum.lazarus.freepascal.org/index.php/topic,49005.msg354461.html#msg354461
|
2020-03-26 17:09:25 +00:00 |
fpsconditionalformat.pas
|
fpspreadsheet: Move conditional format list from worksheet to workbook (to facilitate handling for ODS).
|
2020-06-30 10:45:14 +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
|
|
|
fpscurrency.pas
|
|
|
fpsexprparser.pas
|
fpspreadsheet: Refactor dialects in formula parser.
|
2019-07-22 17:49:17 +00:00 |
fpsfunc.pas
|
fpspreadsheet: Avoid Banker's rounding (https://forum.lazarus.freepascal.org/index.php/topic,46104.0.html). Add unit tests for it.
|
2019-07-20 16:52:10 +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
|
|
|
fpsnumformat.pas
|
fpspreadsheet: Reduce max count of digits in general number format (15 --> 14, like in Calc, Excel only has 9)
|
2019-10-08 16:18:47 +00:00 |
fpsopendocument.pas
|
fpspreadsheet: Avoid writing duplicate conditional formatting styles to "styles.xml" of ods file.
|
2020-07-01 16:08:11 +00:00 |
fpspagelayout.pas
|
fpspreadsheet: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +00:00 |
fpspalette.pas
|
fpspreadsheet: Add Worksheet.TabColor support. Update biff8/ooxml/ods readers/writers for it. Add test case for it.
|
2020-02-10 15:23:30 +00:00 |
fpspatches.pas
|
|
|
fpspreadsheet_cf.inc
|
fpspreadsheet: Move conditional format list from worksheet to workbook (to facilitate handling for ODS).
|
2020-06-30 10:45:14 +00:00 |
fpspreadsheet.pas
|
fpspreadsheet: Move conditional format list from worksheet to workbook (to facilitate handling for ODS).
|
2020-06-30 10:45:14 +00:00 |
fpsreaderwriter.pas
|
fpspreadsheet: No "invalid index" error message when attempting to save a workbook without reader/writer unit in "uses"
|
2019-11-23 11:34: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
|
|
|
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: Add element array with conditional format indexes to TCell record. Needed by ODS writer and for visual controls.
|
2020-06-28 21:37:30 +00:00 |
fpsutils.pas
|
fpspreadsheet: Move conditional format list from worksheet to workbook (to facilitate handling for ODS).
|
2020-06-30 10:45:14 +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
|
|
|
uvirtuallayer_ole_helpers.pas
|
|
|
uvirtuallayer_ole_types.pas
|
|
|
uvirtuallayer_ole.pas
|
|
|
uvirtuallayer_stream.pas
|
|
|
uvirtuallayer_types.pas
|
|
|
uvirtuallayer.pas
|
|
|
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
|
fpsrpeadsheet: Excel xls format (BIFF8, BIFF5 and BIFF2) supports PageBreaks now.
|
2019-07-24 15:50:43 +00:00 |
xlsbiff5.pas
|
fpsrpeadsheet: Excel xls format (BIFF8, BIFF5 and BIFF2) supports PageBreaks now.
|
2019-07-24 15:50:43 +00:00 |
xlsbiff8.pas
|
fpspreadsheet: Add Worksheet.TabColor support. Update biff8/ooxml/ods readers/writers for it. Add test case for it.
|
2020-02-10 15:23:30 +00:00 |
xlscommon.pas
|
fpspreadsheet: Add Worksheet.TabColor support. Update biff8/ooxml/ods readers/writers for it. Add test case for it.
|
2020-02-10 15:23:30 +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: Avoid writing unnecessary row indexes to by Excel 2003/xml writer.
|
2019-08-13 23:00:13 +00:00 |
xlsxooxml.pas
|
fpspreadsheet: Fix usage of cell references and formulas in conditional formatting by ods and xlsx writers.
|
2020-07-01 15:35:48 +00:00 |