lazarus-ccr/components/fpspreadsheet/examples/fpsgrid_no_install
2015-03-05 10:35:32 +00:00
..
fpsgrid.ico fpspreadsheet: Add variant of the fpsgrid demo which does not require installation of the laz_fpspreadsheet_visual package. Fix incorrect centering of text in merged cells. 2014-09-14 22:53:45 +00:00
fpsgrid.lpi fpspreadsheet: Massive reconstruction: remove formatting attributes of TCell record and collect in TCellFormatList. TCell only has index into this list. Introduce record helpers to keep the old syntax. Reduction of memory consumption per cell by 50%. 2015-01-23 21:54:23 +00:00
fpsgrid.lpr fpspreadsheet: Replace for-to loops by for-in loops if possible. Update example demos. 2015-03-05 10:35:32 +00:00
mainfrm.lfm fpspreadsheet: Some improvements in Laz 1.0 compatibility, still issues. Fix style error in wikitable writer. 2015-01-14 15:34:20 +00:00
mainfrm.pas fpspreadsheet: Shorten fpspreadsheet.pas by putting NumFormatList and CustomReader/Writer to separate units 2015-02-25 09:43:37 +00:00
readme.txt fpspreadsheet: Add variant of the fpsgrid demo which does not require installation of the laz_fpspreadsheet_visual package. Fix incorrect centering of text in merged cells. 2014-09-14 22:53:45 +00:00

This project demonstrates use of the Lazarus grid component supplied with 
fpspreadsheet. It demonstrates only the basics; a more extensive example can 
be found in the spready demo.

The grid is created at run-time, therefore installation of the package 
laz_fpspreadsheet_visual is not required. Just compile and run...