lazarus-ccr/components/fpspreadsheet/examples/wikitablemaker
2014-10-06 10:43:10 +00:00
..
readme.txt fpspreadsheet: add new demo "wikitablemaker" which implements an editor for wiki tables and shows the generated wiki code in a SynEdit. 2014-09-28 22:50:54 +00:00
synhighlighterwikitable.pas fpspreadsheet: Fix writing non-printable characters writing to xml-like formats (xlsx, ods, wikitable). Add test case to error tests. Improve syntaxhighlighter for wikitablemaker demo (still not perfect). 2014-09-29 22:27:03 +00:00
wikitablemaker.lpi fpspreadsheet: add new demo "wikitablemaker" which implements an editor for wiki tables and shows the generated wiki code in a SynEdit. 2014-09-28 22:50:54 +00:00
wikitablemaker.lpr fpspreadsheet: add new demo "wikitablemaker" which implements an editor for wiki tables and shows the generated wiki code in a SynEdit. 2014-09-28 22:50:54 +00:00
wtmain.lfm fpspreadsheet: Fix writing non-printable characters writing to xml-like formats (xlsx, ods, wikitable). Add test case to error tests. Improve syntaxhighlighter for wikitablemaker demo (still not perfect). 2014-09-29 22:27:03 +00:00
wtmain.pas fpspreadsheet: Greatly reduce hints and warnings. 2014-10-06 10:43:10 +00:00

WikiTableMaker implements an editor for tables to be used in wikis.

Load a spreadsheet file into the worksheet grid, or type in the data needed.
Go to page "code" to see the wiki code. Copy it to the clipboard and paste it
into the wiki source page.

Technically, WikiTableMaker is a moderately stripped-down version of the 
spready demo. The worksheet grid, however, is created at run-time. Therefore, 
it is not necessary to install the laz_fpspreadsheet package to run this 
sample project.