
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4019 8e941d3f-bd1b-0410-a28a-d453659cc2b4
14 lines
603 B
Plaintext
14 lines
603 B
Plaintext
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.
|
|
|
|
If compiled with Lazarus version you have to accept missing properties in the
|
|
lfm file related to SynEdit.
|