lazarus-ccr/components/fpspreadsheet/examples/other
2014-07-20 18:19:43 +00:00
..
financemath.pas fpspreadsheet: Add interest rate calculation to complete financial functions supported by fpspreadsheet. Extract financial stuff into separate unit "financemath.pas" which will be proposed as a fpc feature request. 2014-07-07 12:04:33 +00:00
test_formula_func.lpi fpspreadsheet: Add interest rate calculation to complete financial functions supported by fpspreadsheet. Extract financial stuff into separate unit "financemath.pas" which will be proposed as a fpc feature request. 2014-07-07 12:04:33 +00:00
test_formula_func.pas fpspreadsheet: Add interest rate calculation to complete financial functions supported by fpspreadsheet. Extract financial stuff into separate unit "financemath.pas" which will be proposed as a fpc feature request. 2014-07-07 12:04:33 +00:00
test_recursive_calc.lpi fpspreadsheet: Introduce recursive calculation of cells depending on non-yet calculated cells. Add demo "test_recursive" in folder "other". 2014-07-03 08:52:12 +00:00
test_recursive_calc.pas fpspreadsheet: Introduce recursive calculation of cells depending on non-yet calculated cells. Add demo "test_recursive" in folder "other". 2014-07-03 08:52:12 +00:00
test_virtualmode.lpi fpspreadsheet: Fix memory leak in virtual mode due to incorrectly initialized strings in the cell record. 2014-07-20 18:19:43 +00:00
test_virtualmode.lpr fpspreadsheet: Fix memory leak in virtual mode due to incorrectly initialized strings in the cell record. 2014-07-20 18:19:43 +00:00
test_write_formatting.lpi fpspreadsheet: Fixes a bug in the last fix 2011-05-29 17:33:46 +00:00
test_write_formatting.pas fpspreadsheet: Improved format detection when reading biff files. Unit test without errors due to biff now again. Fix compilation error of other formats due to new NumFormatList. 2014-05-15 12:53:56 +00:00
test_write_formula.lpi FPSpreadsheet: Implements enough to write SUM(A1:A5) formulas in BIFF8 2011-05-30 10:03:04 +00:00
test_write_formula.pas fpspreadsheet: Mark TsSpreadsheet.GetLastColNumber/GetLastRowNumber as deprecated, use GetLastColIndex/GetlastRowIndex instead. 2014-05-26 15:27:35 +00:00