lazarus-ccr/components/fpspreadsheet/examples/visual/wikitablemaker
wp_xxyyzz 5b946b751f fpspreadsheet: Add units (mm, cm, in, pts, lines/chars) for column width and row heights. Update all demos (some issues left).
NOTE: This revision breaks existing code if the worksheet's DefaultRowHeight/DefaultColWidth is changed - value must be in millimeters now. Methods for accessing individual row heiths and column widths are fine, but are marked as deprecated, they use the old units. Optionally a unit parameter can be specified.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4568 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-03-18 19:50:40 +00:00
..
readme.txt fpspreadsheet: Rearrange most of the demos into folders "read_write" and "visual" 2015-03-13 00:08:44 +00:00
synhighlighterwikitable.pas fpspreadsheet: Rearrange most of the demos into folders "read_write" and "visual" 2015-03-13 00:08:44 +00:00
wikitablemaker.lpi fpspreadsheet: Fix duplicate unit issues for examples requiring installed visual package 2015-03-13 17:49:33 +00:00
wikitablemaker.lpr fpspreadsheet: Rearrange most of the demos into folders "read_write" and "visual" 2015-03-13 00:08:44 +00:00
wtmain.lfm fpspreadsheet: Add units (mm, cm, in, pts, lines/chars) for column width and row heights. Update all demos (some issues left). 2016-03-18 19:50:40 +00:00
wtmain.pas fpspreadsheet: Add units (mm, cm, in, pts, lines/chars) for column width and row heights. Update all demos (some issues left). 2016-03-18 19:50:40 +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.

If compiled with Lazarus version you have to accept missing properties in the
lfm file related to SynEdit.