lazarus-ccr/components/fpspreadsheet/examples/read_write
2015-08-12 20:07:24 +00:00
..
csvdemo fpspreadsheet: Initial support for reading html files (data only, no formats, no nested tables). 2015-08-01 22:11:44 +00:00
excel2demo fpspreadsheet: Move all numberformat-related procedures/functions to unit fpsnumformat.pas. Check all demos. 2015-05-31 20:28:25 +00:00
excel5demo fpspreadsheet: Move all numberformat-related procedures/functions to unit fpsnumformat.pas. Check all demos. 2015-05-31 20:28:25 +00:00
excel8demo fpspreadsheet: Add new worksheet method "WriteTextAsHTML" which can contain embedded html codes translated to "rich-text" sections. The method for normal text, "WriteUTF8Text", has been renamed to "WriteText"; the old one is deprecated. Same with "ReadAsUTF8Text" (which is now "ReadText"). 2015-08-12 20:07:24 +00:00
htmldemo fpspreadsheet: New demo htmlread_http (reading html table from the internet). HTML reader now detects hyperlinks (only one per cell, though - like in xls). 2015-08-03 15:21:33 +00:00
hyperlinkdemo fpspreadsheet: Fix unreadable xlsx file created by hyperlinkdemo/collectlinks demo project 2015-04-18 17:37:20 +00:00
ooxmldemo fpspreadsheet: Improved number format parser 2015-04-18 14:58:38 +00:00
opendocdemo fpspreadsheet: Improved number format parser 2015-04-18 14:58:38 +00:00
wikitabledemo fpspreadsheet: Major reconstructor of color management: no more palettes now, use direct rgb colors instead. May break existing code - sorry! Update all demos and unit tests (passed). 2015-05-28 20:08:24 +00:00