lazarus-ccr/components/fpspreadsheet/examples/wikitabledemo
2014-10-08 14:21:13 +00:00
..
readme.txt * fpspreadsheet: wikitable demo: clarify read/write interoperability problems. 2014-06-24 15:27:32 +00:00
test.wikitable_pipes fpspreadsheet: Add wikitable_pipes demo file. Extend wikitable simple_pipes reader to show all background colors. Some cosmetics in wikitable.pas 2014-10-08 14:21:13 +00:00
wikitableread.lpi fpspreadsheet: Modify demos to write compiled units to the common directory "lib" within the examples folder as far as possible. 2014-09-15 21:27:57 +00:00
wikitableread.lpr fpspreadsheet: Modify demos to write compiled units to the common directory "lib" within the examples folder as far as possible. 2014-09-15 21:27:57 +00:00
wikitablewrite.lpi fpspreadsheet: Modify demos to write compiled units to the common directory "lib" within the examples folder as far as possible. 2014-09-15 21:27:57 +00:00
wikitablewrite.lpr fpspreadsheet: Entering an empty string in an unformatted cell of the WorksheetGrid removes the cell from the worksheet. wiki writer takes stores font name. 2014-09-27 22:46:21 +00:00

This demo demonstrates how to use fpspreadsheet to read and write files with wiki table format in it.

Note that the write example currently writes a format that the read example cannot understand.