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
htmlwrite.lpr
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.