lazarus-ccr/components/fpspreadsheet/examples/read_write/hyperlinkdemo
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
..
collectlinks.lpi fpspreadsheet: Add demo hyperlinkdemo which collects the sheets of linked workbooks to a new workbook 2015-03-15 11:02:15 +00:00
collectlinks.lpr 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
readme.txt fpspreadsheet: Fix unreadable xlsx file created by hyperlinkdemo/collectlinks demo project 2015-04-18 17:37:20 +00:00

This sample project demonstrates how fpspreadsheet can follow the hyperlinks 
to other spreadsheet files and copy the linked sheets to a new document.

Please run the write demos ../ooxmldemo/ooxmlwrite and ../excel8demo/excel8write 
before running this project in order to generate required spreadsheet files.