lazarus-ccr/components/fpspreadsheet/examples/spready
2014-11-25 23:26:27 +00:00
..
mainform.lfm fpspreadsheet: Registration of currency symbols. Add currency dialog to spready. Automatic detection of currencies in in worksheet.WriteCellAsNumber. Avoid redundant code in csv reader's currency detection. 2014-10-29 16:39:49 +00:00
mainform.pas fpspreadsheet: Registration of currency symbols. Add currency dialog to spready. Automatic detection of currencies in in worksheet.WriteCellAsNumber. Avoid redundant code in csv reader's currency detection. 2014-10-29 16:39:49 +00:00
readme.txt fpspreadsheet: Improved display of background color in spready. (Note: the unit colorbox.pas is borrowed from the LCL folder, it can be removed once patch #0026707 is included in Lazarus). 2014-09-11 15:02:44 +00:00
scsvparamsform.lfm fpspreadsheet: Correctly identify line endings in CSVParams form of spready demo. 2014-11-25 23:26:27 +00:00
scsvparamsform.pas fpspreadsheet: Introduce string encoding when reading/writing csv files. Automatic detection of currency working now (€ symbol is detected correctly now). Use UTF8 encoded format settings. 2014-10-24 20:44:37 +00:00
sctrls.pas fpspreadsheet: Introduce string encoding when reading/writing csv files. Automatic detection of currency working now (€ symbol is detected correctly now). Use UTF8 encoded format settings. 2014-10-24 20:44:37 +00:00
sfcurrencyform.lfm fpspreadsheet: Registration of currency symbols. Add currency dialog to spready. Automatic detection of currencies in in worksheet.WriteCellAsNumber. Avoid redundant code in csv reader's currency detection. 2014-10-29 16:39:49 +00:00
sfcurrencyform.pas fpspreadsheet: Registration of currency symbols. Add currency dialog to spready. Automatic detection of currencies in in worksheet.WriteCellAsNumber. Avoid redundant code in csv reader's currency detection. 2014-10-29 16:39:49 +00:00
sformatsettingsform.lfm fpspreadsheet: Fix decimal and thousand separator not being visible in the FormatSettingsForm of spready 2014-10-20 15:29:40 +00:00
sformatsettingsform.pas fpspreadsheet: Introduce string encoding when reading/writing csv files. Automatic detection of currency working now (€ symbol is detected correctly now). Use UTF8 encoded format settings. 2014-10-24 20:44:37 +00:00
spready.ico fpspreadsheet: Simplify fpsgrid demo (only new/load/save functionality). More complex version of the demo is available now as demo program "spready". Add "WriteCellAvalueAsString" to TsWorksheet which guesses from the passed string whether it is a number, percentage, date, or time. 2014-06-22 13:49:48 +00:00
spready.lpi fpspreadsheet: Improved detection of built-in date/time formats in csv. Test case for date/time in CSV, passed. 2014-10-30 13:04:37 +00:00
spready.lpr fpspreadsheet: Registration of currency symbols. Add currency dialog to spready. Automatic detection of currencies in in worksheet.WriteCellAsNumber. Avoid redundant code in csv reader's currency detection. 2014-10-29 16:39:49 +00:00
ssortparamsform.lfm fpspreadsheet: More sorting criteria: case-senstivity, numbers first or text first in case of mixed ranges. Update spready. 2014-10-23 13:38:41 +00:00
ssortparamsform.pas fpspreadsheet: Remove ComboboxEx left-over in spready (http://forum.lazarus.freepascal.org/index.php/topic,26299.msg161924.html#msg161924). 2014-11-06 15:19:20 +00:00

Spready is an enhanced version of the fpsGrid demo.

It tries to show off as many possible functionalities of the fpspreadsheet and 
fpspreadsheetgrid code.

Note:
The file colorbox.pas is needed as long as the patch 0026707 is not included in
Lazarus.