.. |
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 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 |
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
|
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: Implement reading of shared formulas with cell block arguments (see http://forum.lazarus.freepascal.org/index.php/topic,35903.msg238701.html#msg238701)
|
2017-02-20 22:57:23 +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
|
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 reading/writing of milliseconds. Add corresponding test cases. (NOTE: ods cannot display tenths of a second).
|
2018-03-07 22:35:19 +00:00 |
fpsopendocument.pas
|
fpspreadsheet: Fix reading/writing of milliseconds. Add corresponding test cases. (NOTE: ods cannot display tenths of a second).
|
2018-03-07 22:35:19 +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: 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: Allow number formats with no leading digits. Add corresponding unit test cases.
|
2018-02-28 12:14:19 +00:00 |
fpsreaderwriter.pas
|
fpspreadsheet: Fix parameter AOverwriteExisting in TsWorkbook.WriteToFile.
|
2017-10-26 07:54:09 +00:00 |
fpsrpn.pas
|
fpspreadsheet: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +00:00 |
fpssearch.pas
|
fpspreadsheet: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +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 |
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: Make sure that the local variable commentcell_rct in TxCustomWorksheetGrid.InternalDrawRow is initialized (issue #33413, patch by Lagunov Aleksey).
|
2018-03-11 21:06:49 +00:00 |
fpsutils.pas
|
fpspreadsheet: Avoid confusion of fraction detection by dates
|
2017-12-03 10:34:31 +00:00 |
fpsxmlcommon.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 |
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: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +00:00 |
xlsbiff2.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 |
xlsbiff5.pas
|
fpspreadsheet: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +00:00 |
xlsbiff8.pas
|
fpspreadsheet: Fix xls reader crashing if comment has record sequence OBJ-CONTINUE-TX0-CONTINUE instead of OBJ-TX0-CONTINUE.
|
2018-02-26 22:20:06 +00:00 |
xlscommon.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 |
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: Introduce fpspreadsheet exceptions.
|
2017-10-26 08:11:58 +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 |