.. |
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: Add support of workbook, worksheet, and cell protection for xlsx (modified patch by shobits1, see http://forum.lazarus.freepascal.org/index.php/topic,36075.0.html). Add protection unit tests.
|
2017-03-04 21:29:12 +00:00 |
fpscrypto.pas
|
fpspreadsheet: Add utility to crack an Excel password
|
2017-03-08 22:44:09 +00:00 |
fpscsv.pas
|
fpspreadsheet: Simplify csv reader interpreting text (calls worksheet's WriteCellValueAsString now).
|
2017-01-29 14:48:27 +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 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 |
fpsheaderfooterparser.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 |
fpshtml.pas
|
fpspreadsheet: Write row and column formats to html
|
2016-10-23 14:12:30 +00:00 |
fpshtmlutils.pas
|
fpspreadsheet: Fix conversion of rich-text parameters to html
|
2016-11-06 16:07:29 +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 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 |
fpsopendocument.pas
|
fpspreadsheet: Fix mis-positioning of images read from ods files in WorksheetGrid
|
2017-03-08 15:24:00 +00:00 |
fpspagelayout.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 |
fpspalette.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 |
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 mis-positioning of images read from ods files in WorksheetGrid
|
2017-03-08 15:24:00 +00:00 |
fpsreaderwriter.pas
|
fpspreadsheet: Fix detection of common row heights.
|
2016-11-06 08:37:07 +00:00 |
fpsrpn.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 |
fpssearch.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 |
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: Add writing support for xls password hashes. Add test case for it.
|
2017-03-07 22:02:09 +00:00 |
fpstypes.pas
|
fpspreadsheet: Initial version to display embedded images in the WorksheetGrid
|
2017-03-08 11:50:58 +00:00 |
fpsutils.pas
|
fpspreadsheet: Initial version to display embedded images in the WorksheetGrid
|
2017-03-08 11:50:58 +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: Write wikitable cells with row and column formats correctly
|
2016-10-24 12:53:27 +00:00 |
xlsbiff2.pas
|
fpspreadsheet: Add writing support for xls password hashes. Add test case for it.
|
2017-03-07 22:02:09 +00:00 |
xlsbiff5.pas
|
fpspreadsheet: Add writing support for xls password hashes. Add test case for it.
|
2017-03-07 22:02:09 +00:00 |
xlsbiff8.pas
|
fpspreadsheet: Add writing support for xls password hashes. Add test case for it.
|
2017-03-07 22:02:09 +00:00 |
xlscommon.pas
|
fpspreadsheet: Add writing support for xls password hashes. Add test case for it.
|
2017-03-07 22:02:09 +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: 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 |
xlsxml.pas
|
fpspreadsheet: Add writing support for cell, sheet and workbook protection in xls files (biff2, biff5, biff8), opendocument and Excel XML files. Not complete, yet.
|
2017-03-06 23:30:59 +00:00 |
xlsxooxml.pas
|
fpspreadsheet: Add uffProtection to UsedFormattingFields to simplify reading cell protection.
|
2017-03-07 10:47:28 +00:00 |