lazarus-ccr/components/fpspreadsheet/examples/read_write/htmldemo
2015-08-03 15:21:33 +00:00
..
htmlread_http.lpi 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
htmlread_http.lpr 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
htmlread.lpi fpspreadsheet: Initial support for reading html files (data only, no formats, no nested tables). 2015-08-01 22:11:44 +00:00
htmlread.lpr fpspreadsheet: Initial support for reading html files (data only, no formats, no nested tables). 2015-08-01 22:11:44 +00:00
htmlwrite.lpi fpspreadsheet: add demo for html writer 2015-07-28 22:29:45 +00:00
htmlwrite.lpr fpspreadsheet: Merged cell, hyperlink and row height support for html writer. Fix reading order of rich-text and asian phonetic info for biff8 reader. 2015-07-29 17:34:54 +00:00
readme.txt fpspreadsheet: Initial support for reading html files (data only, no formats, no nested tables). 2015-08-01 22:11:44 +00:00

This demo demonstrates how to use fpspreadsheet to read and write html files which can be opened by the browser.

Please run the write demo before the read demo in order to create the required spreadsheet file.