.. |
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: Fix compilation issue due to stupid 64-bit fpc not being able to pick correct overload of MinValue. Less hints on 64 bit.
|
2020-07-22 17:55:17 +00:00 |
fpsclasses.pas
|
fpspreadsheet: Camelcase some unit names.
|
2020-07-04 10:32:38 +00:00 |
fpsconditionalformat.pas
|
fpspreadsheet: Add, with r/w support, conditional date formats cfcLastYear, cfcThisYear, cfcNextYear.
|
2020-07-29 17:41:00 +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: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +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 incorrect handling of cell reference by new forumula INDIRECT(). Add test cases for formula ADDRESS().
|
2020-11-11 23:43:44 +00:00 |
fpsfunc.pas
|
fpspreadsheet: Fix incorrect handling of cell reference by new forumula INDIRECT(). Add test cases for formula ADDRESS().
|
2020-11-11 23:43:44 +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: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +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: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +00:00 |
fpsopendocument.pas
|
FPSpreadsheet: Fix writing of meta data containing special xml characters (sourceforge issue #46)
|
2020-11-21 11:33:02 +00:00 |
fpspagelayout.pas
|
fpspreadsheet: Fix compilation issue due to stupid 64-bit fpc not being able to pick correct overload of MinValue. Less hints on 64 bit.
|
2020-07-22 17:55:17 +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: 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_cf.inc
|
fpspreadsheet: Support conditional icon set format in worksheet, and in XLSX and ODS file access. Add unit tests for it.
|
2020-07-23 22:25:24 +00:00 |
fpspreadsheet_clipbrd.inc
|
fpspreadsheet: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +00:00 |
fpspreadsheet_comments.inc
|
fpspreadsheet: Split more code off of fpspreadsheet.pas to separate include files.
|
2020-07-16 23:40:11 +00:00 |
fpspreadsheet_embobj.inc
|
fpspreadsheet: Split more code off of fpspreadsheet.pas to separate include files.
|
2020-07-16 23:40:11 +00:00 |
fpspreadsheet_fmt.inc
|
fpspreadsheet: Split more code off of fpspreadsheet.pas to separate include files.
|
2020-07-16 23:40:11 +00:00 |
fpspreadsheet_fonts.inc
|
fpspreadsheet: Split more code off of fpspreadsheet.pas to separate include files.
|
2020-07-16 23:40:11 +00:00 |
fpspreadsheet_hyperlinks.inc
|
fpspreadsheet: Split more code off of fpspreadsheet.pas to separate include files.
|
2020-07-16 23:40:11 +00:00 |
fpspreadsheet_numfmt.inc
|
fpspreadsheet: Split more code off of fpspreadsheet.pas to separate include files.
|
2020-07-16 23:40:11 +00:00 |
fpspreadsheet.pas
|
fpspreadsheet: Fix incorrect handling of cell reference by new forumula INDIRECT(). Add test cases for formula ADDRESS().
|
2020-11-11 23:43:44 +00:00 |
fpsreaderwriter.pas
|
fpspreadsheet: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +00:00 |
fpsrpn.pas
|
fpspreadsheet: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +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: Allow multiple authors in metadata.
|
2020-07-30 21:50:35 +00:00 |
fpsutils.pas
|
fpspreadsheet: Fix meta data reading error of some ods files. Avoid display of metadata zero dates in Excel.
|
2020-07-28 21:30:12 +00:00 |
fpsxmlcommon.pas
|
fpspreadsheet: Camelcase some unit names.
|
2020-07-04 10:32:38 +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 issue due to stupid 64-bit fpc not being able to pick correct overload of MinValue. Less hints on 64 bit.
|
2020-07-22 17:55:17 +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: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +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: Less hints and warnings.
|
2020-07-22 09:07:59 +00:00 |
xlsbiff5.pas
|
fpspreadsheet: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +00:00 |
xlsbiff8.pas
|
fpspreadsheet: Some clean-up: Less hints and warnings.
|
2020-07-22 09:07:59 +00:00 |
xlscommon.pas
|
fpspreadsheet: Fix compilation issue due to stupid 64-bit fpc not being able to pick correct overload of MinValue. Less hints on 64 bit.
|
2020-07-22 17:55:17 +00:00 |
xlsconst.pas
|
fpspreadsheet: Add built-in formula INDIRECT() (https://forum.lazarus.freepascal.org/index.php/topic,52081.0.html).
|
2020-11-10 22:00:09 +00:00 |
xlsescher.pas
|
fpspreadsheet: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +00:00 |
xlsxml.pas
|
FPSpreadsheet: Fix writing of meta data containing special xml characters (sourceforge issue #46)
|
2020-11-21 11:33:02 +00:00 |
xlsxooxml.pas
|
FPSpreadsheet: Fix writing of meta data containing special xml characters (sourceforge issue #46)
|
2020-11-21 11:33:02 +00:00 |