lazarus-ccr/components/fpspreadsheet
2014-06-23 14:32:44 +00:00
..
examples fpspreadsheet / spready demo: Formula edit line now shows unformatted number, like Excel and Calc do. A value edited in the formula edit line is now transferred to the worksheet (ignoring formulas so far). 2014-06-23 14:32:44 +00:00
reference fpspreadsheet: Fix handling of cell ranges in formulas by BIFF Explorer 2014-05-24 17:41:56 +00:00
tests fpspreadsheet: Remove built-in number formats nfSci (not suppored by ods and fpc) and nfAccounting/nfAccountingRed (too much display-oriented, too cumbersome to implement for reading and displaying in the grid). If needed in Excel they can still be written using nfCustom. Update all files and tests for these now no longer existing formats. 2014-06-23 09:15:56 +00:00
builddoc.bat Initial commit of fpspreadsheet. 2008-02-24 13:18:34 +00:00
fpolebasic.pas fpspreadsheet: Adds a work around for a internal compiler error, see bug 22370 2012-07-05 13:34:55 +00:00
fpolestorage.pas fpspreadsheet: Fix non-Windows compilation failure due to missing variable declaration in fpolestorage 2014-06-22 09:59:40 +00:00
fpsallformats.pas fpspreadsheet: Adds read/write wiki table format support and some improvements to the base routines 2013-06-11 14:15:59 +00:00
fpsnumformatparser.pas fpspreadsheet: Remove built-in number formats nfSci (not suppored by ods and fpc) and nfAccounting/nfAccountingRed (too much display-oriented, too cumbersome to implement for reading and displaying in the grid). If needed in Excel they can still be written using nfCustom. Update all files and tests for these now no longer existing formats. 2014-06-23 09:15:56 +00:00
fpsopendocument.pas fpspreadsheet: Read frozen panes from ods files. Add test case for writing/reading of ods panes, passed. 2014-06-21 16:09:08 +00:00
fpspreadsheet.chm fpspreadsheet: Completing chm documentation of the fpspreadsheet unit (except for the CustomReader/Writer which I would like to skip but don't know how to do this with doc-o-matic). 2014-06-21 20:25:01 +00:00
fpspreadsheet.dox-express Improves fpspreadsheet help 2009-02-05 11:14:00 +00:00
fpspreadsheet.pas fpspreadsheet: In TsWorksheetGrid, draw a borderline along frozen panes. Fix black background color appearing when re-saving an fpspreadsheet-created workbook in Excel. Some more extended comments for doc-o-matic. 2014-06-23 13:49:12 +00:00
fpspreadsheetchart.pas fpspreadsheet: Further reduction of hints and warnings 2014-06-20 15:58:22 +00:00
fpspreadsheetgrid.pas fpspreadsheet: Fix TsWorksheetGrid ignoring cell background color if cell is in frozen pane. 2014-06-23 14:13:46 +00:00
fpsutils.pas fpspreadsheet: Remove built-in number formats nfSci (not suppored by ods and fpc) and nfAccounting/nfAccountingRed (too much display-oriented, too cumbersome to implement for reading and displaying in the grid). If needed in Excel they can still be written using nfCustom. Update all files and tests for these now no longer existing formats. 2014-06-23 09:15:56 +00:00
fpszipper.pp + Add date/time/datetime read/write support for BIFF8 xls format. No plans for earlier formats though the code could be adapted 2013-12-07 13:42:22 +00:00
laz_fpspreadsheet_visual.lpk Implements a charting component for FPSpreadsheet 2010-05-01 18:10:38 +00:00
laz_fpspreadsheet_visual.pas Implements a charting component for FPSpreadsheet 2010-05-01 18:10:38 +00:00
laz_fpspreadsheet.lpk * fpspreadsheet: anticipate changed messages handling in Lazarus trunk (see e.g. Lazarus revision 45363) by removing explicit messages file specification 2014-06-06 06:14:23 +00:00
laz_fpspreadsheet.pas fpspreadsheet: Initial implementation of a number format parser. Not complete yet. 2014-05-19 22:26:42 +00:00
uvirtuallayer_ole_helpers.pas Removed uneeded test code. 2013-07-02 23:59:57 +00:00
uvirtuallayer_ole_types.pas New implementation to read and write OLE documents (Excel BIFF 5 & 8). 2009-05-09 15:41:38 +00:00
uvirtuallayer_ole.pas Removed all LCL dependencies. 2009-09-01 23:41:05 +00:00
uvirtuallayer_stream.pas New implementation to read and write OLE documents (Excel BIFF 5 & 8). 2009-05-09 15:41:38 +00:00
uvirtuallayer_types.pas fpspreadsheet: Reducing hints and warnings, still a lot... 2014-06-19 19:25:40 +00:00
uvirtuallayer.pas Removed all LCL dependencies. 2009-09-01 23:41:05 +00:00
wikitable.pas fpspreadsheet: Reducing hints and warnings, still a lot... 2014-06-19 19:25:40 +00:00
xlsbiff2.pas fpspreadsheet: In TsWorksheetGrid, draw a borderline along frozen panes. Fix black background color appearing when re-saving an fpspreadsheet-created workbook in Excel. Some more extended comments for doc-o-matic. 2014-06-23 13:49:12 +00:00
xlsbiff5.pas fpspreadsheet: In TsWorksheetGrid, draw a borderline along frozen panes. Fix black background color appearing when re-saving an fpspreadsheet-created workbook in Excel. Some more extended comments for doc-o-matic. 2014-06-23 13:49:12 +00:00
xlsbiff8.pas fpspreadsheet: In TsWorksheetGrid, draw a borderline along frozen panes. Fix black background color appearing when re-saving an fpspreadsheet-created workbook in Excel. Some more extended comments for doc-o-matic. 2014-06-23 13:49:12 +00:00
xlscommon.pas fpspreadsheet: In TsWorksheetGrid, draw a borderline along frozen panes. Fix black background color appearing when re-saving an fpspreadsheet-created workbook in Excel. Some more extended comments for doc-o-matic. 2014-06-23 13:49:12 +00:00
xlsxooxml.pas fpspreadsheet: Further reduction of hints and warnings 2014-06-20 15:58:22 +00:00