wp_xxyyzz
|
2504540a41
|
fpspreadsheet: Add unit tests for defined names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9412 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-08-01 13:11:19 +00:00 |
|
wp_xxyyzz
|
d36dbd8f13
|
fpspreadsheet: Fix NumformatParserTests failing in Windows 64bit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9393 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-07-17 15:37:45 +00:00 |
|
wp_xxyyzz
|
69edc1b1d2
|
fpspreadsheet: Add unit tests for COUNTIFS and AVERAGEIFS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9392 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-07-17 15:36:49 +00:00 |
|
wp_xxyyzz
|
f496fe9a62
|
fpspreadsheet: Add unit test for formula SUMIFS
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9390 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-07-17 14:34:51 +00:00 |
|
wp_xxyyzz
|
2cbb2fcb4c
|
fpspreadsheet: Add unit tests for copying cell ranges with formulas (https://forum.lazarus.freepascal.org/index.php/topic,67763.msg522550), by veb86.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9380 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-07-05 16:22:42 +00:00 |
|
wp_xxyyzz
|
8ff431d05e
|
fpspreadsheet: Refactor internal DoIF procedure for calculation of COUNTIF, SUMIF, AVERAGEIF. Prepared from COUNTIFS, SUMIFS, AVERAGEIFS, but not yet working correctly. Add unit test cases for COUNTIF and SUMIF.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-06-03 21:31:47 +00:00 |
|
wp_xxyyzz
|
af4a35901d
|
fpspreadsheet: Extend INDEX formula to return columns and rows. Add unit test for it.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9361 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-05-31 13:08:37 +00:00 |
|
wp_xxyyzz
|
a14eab917f
|
fpspreadsheet: Simpler code for the INDIRECT formula (patch by veb86). Add unit test case with string operation in INDIRECT argument.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9360 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-05-30 18:48:27 +00:00 |
|
wp_xxyyzz
|
24b576ad1b
|
fpspreadsheet: Add unit test cases for ROUNDDOWN, ROUNDUP, INDEX and INDIRECT
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9359 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-05-30 15:49:32 +00:00 |
|
wp_xxyyzz
|
09ab7329ef
|
fpspreadsheet: Support also haDistributed and haFilled horizontal alignments. haJustify renamed to haJustified.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-05-10 10:24:45 +00:00 |
|
wp_xxyyzz
|
611cd2c347
|
fpspreadsheet: Add haJustify as new horizontal alignment option.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-05-09 17:08:43 +00:00 |
|
wp_xxyyzz
|
870e46847a
|
fpspreadsheet: MoveCell completely overwrites destination cell. MoveCell with sourcecell=nil erases destination cell. Related unit test cases.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8270 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-04-28 10:08:39 +00:00 |
|
wp_xxyyzz
|
16d631d0cf
|
fpspreadsheet: Fix missing error when cells are moved so that a circular reference formula is created (https://forum.lazarus.freepascal.org/index.php/topic,59137.msg441301.html#msg441301).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8269 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-04-27 21:28:44 +00:00 |
|
wp_xxyyzz
|
e97d4c3c20
|
fpspreadsheet: Add unit test for moving cells. NOTE: currently there is a fail when moving a cell with relative formula.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8262 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-04-22 21:44:01 +00:00 |
|
wp_xxyyzz
|
b4ac1e075d
|
fpspreadsheet: Fix issue that Insert/DeleteRow/Col operation changes formulas in unaffected sheets (see https://forum.lazarus.freepascal.org/index.php/topic,59102.0.html). Add test cases for it.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8259 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-04-21 16:45:44 +00:00 |
|
wp_xxyyzz
|
1626e8ab2f
|
fpspreadsheet: Less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-10-27 16:14:40 +00:00 |
|
wp_xxyyzz
|
0fce0c2ddf
|
fpspreadsheet: Add TDataset-descendant, TsWorksheetDataset, and related unit-tests.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8095 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-09-24 09:05:05 +00:00 |
|
wp_xxyyzz
|
4585269bdb
|
Move unit tests into folder unit-tests/common
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8094 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-09-24 08:45:28 +00:00 |
|