Commit Graph

776 Commits

Author SHA1 Message Date
wp_xxyyzz
b9e2301025 FPSpreadsheet: Fix crash caused by error cells with sheetname (e.g., "sheetname!#REF!")
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9488 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-10-18 18:17:07 +00:00
wp_xxyyzz
c9d4d9f48b FPSpreadsheet: Fix incorrect detection of numeric strings beginning with 'E' as valid numbers (https://forum.lazarus.freepascal.org/index.php/topic,68953.msg534081)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9487 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-10-18 14:06:08 +00:00
wp_xxyyzz
6f5ac5dcf0 FPSpreadsheet: Fix occasionally missing axis labels in ods reading.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9483 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-10-11 13:11:25 +00:00
wp_xxyyzz
c163481ff7 FPSpreadsheet: Fix incorrect underlining of text by xlsx reader.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9482 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-10-11 12:50:30 +00:00
wp_xxyyzz
f41595301d FPSpreadsheet: Fix reader to detect underlined font in xlsx charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9479 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-10-02 14:57:36 +00:00
wp_xxyyzz
241004072c FPSpreadsheet: Fix font of xlsx axis labels.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9478 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-10-02 14:25:51 +00:00
wp_xxyyzz
6599aeba51 FPSpreadsheet: Fix reading text:span elements in chart titles.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9475 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-30 22:02:54 +00:00
wp_xxyyzz
bb303d45aa fpspreadsheet: Add WorkbookTabControl to chartlink demo to select the (first) chart of the current sheet.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9474 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-30 21:35:39 +00:00
wp_xxyyzz
b4d8b94830 FPSpreadsheet: Fix no splines in rotated ods series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9470 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-29 10:20:32 +00:00
wp_xxyyzz
9c4fbfc963 fpspreadsheet: Support themed background colors in charts
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9469 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-27 20:39:03 +00:00
wp_xxyyzz
e7161ea286 FPspreadsheet: Fix compilation with Laz 2.0.x/FPC 3.0.x
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9468 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-27 18:06:02 +00:00
wp_xxyyzz
b91bc85680 fpspreadsheet: Handle differences in gradient appearence between xlsx and ods. More consistent order of arguments in the AddXXXGradient methods.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-26 16:07:12 +00:00
wp_xxyyzz
6da05d1f85 fpsspreadsheet: Remove TsChartGradient.Border (contained in Steps[0]).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9465 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-26 11:44:34 +00:00
wp_xxyyzz
d19010191f fpspreadsheet: Simplify chart gradient creation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-24 18:07:41 +00:00
wp_xxyyzz
80838e3529 FPSpreadsheet: Fix line/scatter/radar series symbol colors in ods.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9463 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-23 18:40:00 +00:00
wp_xxyyzz
9d0688a0cf FPSpreadsheet: Fix date/time axis in stock/volume charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9462 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-22 21:21:15 +00:00
wp_xxyyzz
89c9ad65c9 FPSpreadsheet: Fix incorrect bar and area series baseline of primary/secondary y axis charts in xlsx
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9460 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-21 21:41:16 +00:00
wp_xxyyzz
179382c959 FPSpreadsheet: Fix positioning of charts in xlsx and ods files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9459 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-21 17:40:13 +00:00
wp_xxyyzz
3dc8201d55 FPSpreadsheet: Fix compilation with FPC/main
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9458 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-21 10:08:01 +00:00
wp_xxyyzz
6f88439cd1 FPSpreadsheet: Fix 'General" number format for xlsx chart reader
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9457 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-20 18:17:55 +00:00
wp_xxyyzz
516e543ce3 FPSpreadsheet: Fix missing default return values when calculating drawing size
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9456 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-20 18:17:06 +00:00
wp_xxyyzz
773c0b607d FPSpreadsheet: Fix crash when a "graphic" has absolute anchors.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9454 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-20 15:55:14 +00:00
wp_xxyyzz
d0a589cab7 FPSpreadsheet: Fix default axis label orientation to "always horizontal" in xlsx reader
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9453 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-20 15:03:39 +00:00
wp_xxyyzz
a8c183b57a FPSpreadsheet: Proper usage of Theme colors by xlsx chart reader.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9452 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-19 11:22:04 +00:00
wp_xxyyzz
56886c8959 FPSpreadsheet: Fix date axis labels for scatter charts. Use cubic spline for "smooth" lineseries in xlsx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9451 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-18 23:12:46 +00:00
wp_xxyyzz
0ea190ed90 FPSpreadsheet: new demo projects about writing charts with date/time axis.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9450 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-18 22:20:07 +00:00
wp_xxyyzz
28d7446191 fpspreadsheet: Replace WriteLn instructions in fpsexprparser by DebugLn
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9449 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-18 21:50:25 +00:00
wp_xxyyzz
7b43bd5894 FPSpreadsheet: Improved presentation of date axis in chart. Testing to build documentation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9448 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-18 17:57:40 +00:00
wp_xxyyzz
712ce264ee fpspreadsheet: Fix formula AVERAGE crashing when all values contain errors.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9447 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-18 12:44:41 +00:00
wp_xxyyzz
3d203a2dc4 FPSpreadsheet: Prevent Excel read error when a chart contains no series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9444 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-15 22:25:32 +00:00
wp_xxyyzz
dc76d5d993 FPSpreadsheet: Fix positioning of chart in xlsx when there is a positional offset relative to cell corner.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9443 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-15 22:19:05 +00:00
wp_xxyyzz
51c89b10ca FPSpreadsheet: Change signature of AddChart() methods. Adapt all sample projects.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9442 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-15 21:28:40 +00:00
wp_xxyyzz
0c4bdb63ad FPSpreadsheet: Move chart code from fpspreadsheet unit to include file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9441 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-15 20:50:40 +00:00
wp_xxyyzz
1e765d0178 FPSpreadsheet: Fix ods crashing when a series has no title.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9440 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-15 20:49:59 +00:00
wp_xxyyzz
869788e744 FPSpreadsheet: Comment on default chart legend position
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9439 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-14 14:21:20 +00:00
wp_xxyyzz
86f88870d8 FPSpreadsheet: Fix smooth line series in xlsx and ods.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9438 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-14 14:00:52 +00:00
wp_xxyyzz
024b57ac4f FPSpreadsheet: Fix series titles in case of sheet names that need quoting.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9437 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-13 22:32:31 +00:00
wp_xxyyzz
e1d8aff5c5 FPSpreadsheet: Fix writing lineseries smooth property.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9436 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-13 22:09:45 +00:00
wp_xxyyzz
f1db311177 FPSpreadsheet: Fix ods chart reader crashing in EvalLengthStr()
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9424 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-09-04 16:12:57 +00:00
wp_xxyyzz
73d812a0b0 gedit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9418 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-08-13 18:07:53 +00:00
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
097576284f fpspreadsheet: Fix reading named cells with error in ods. Fix usage of incorrect filename in read_definednames demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9411 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-08-01 11:32:46 +00:00
wp_xxyyzz
0269bdceff fpspreadsheet: Fix reading of defined names in ods (use correct xml attributes)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9410 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-08-01 11:08:30 +00:00
wp_xxyyzz
12ee2c0b1b fpspreadsheet: Adjust defined name ranges when rows/cols are inserted/deleted. Handle #REF! error in defined names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9409 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-31 18:30:29 +00:00
wp_xxyyzz
6a319f55b8 fpspreadsheet: support local defined names in ods (Note: scope not checked by fps, so far)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9408 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-28 18:09:09 +00:00
wp_xxyyzz
b9a68c5f8e fpspreadsheet: support local defined names in xlsx (Note: scope not checked by fps, so far)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9407 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-28 17:14:24 +00:00
wp_xxyyzz
b3deb7c0f6 fpspreadsheet: Fix incorrect usage of single-cell defined names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9406 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-27 17:14:12 +00:00
wp_xxyyzz
7980b028b0 fpspreadsheet: Validate defined names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9405 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-26 17:17:56 +00:00
wp_xxyyzz
5d03b1ca0e fpspreadsheet: Simplify usage of single-cell defined names. Fix 3D range formulas with defined names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9404 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-25 21:34:44 +00:00
wp_xxyyzz
52a79e952f fpspreadsheet: Fix defined names for ranges with several cells.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9403 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-25 17:26:35 +00:00
wp_xxyyzz
0d6a27eff3 fpspreadsheet: Fix calculation of formulas with defined names in ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9401 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-25 09:44:52 +00:00
wp_xxyyzz
f6b3b7e9dd fpspreadsheet/defined names: Some refactoring in formulas.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9400 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-25 09:44:07 +00:00
wp_xxyyzz
a7620227c6 fpspreadsheet: Formula support for defined names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9399 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-24 22:29:17 +00:00
wp_xxyyzz
7735590b99 fpspreadsheet: Support defined names in ods files. No formula support so far.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9398 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-24 18:08:13 +00:00
wp_xxyyzz
19e94158df fpspreadsheet: Support defined names in xlsx files. No formula support so far.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9397 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-24 13:20:11 +00:00
wp_xxyyzz
0374c7314f fpspreadsheet: Remove twice quoting of worksheet names containing forbidden characters. https://forum.lazarus.freepascal.org/index.php/topic,67918.msg523859
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9394 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-17 15:57:54 +00:00
wp_xxyyzz
f972e77759 fpspreadsheet: Fix missing return value of function fpsfunc.CompareStringWithWildCards
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9391 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-17 15:35:53 +00:00
wp_xxyyzz
07acd0c37b fpspreadsheet: Revert r9387
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9389 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-17 14:34:11 +00:00
wp_xxyyzz
fe27d6ec34 fpspreadsheet: Fix formula MATCH for match_type 1.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9388 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-17 14:33:12 +00:00
wp_xxyyzz
d7fad0c7b8 fpspreadsheet: Experimental change related to recursive formulas.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9387 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-17 10:46:51 +00:00
wp_xxyyzz
b026ed55c2 fpspreadsheet: Fix MATCH searching in incorrect direction when match_type is 0 or 1. See https://forum.lazarus.freepascal.org/index.php/topic,67849.msg523596.html#msg523596
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9384 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-15 13:05:11 +00:00
wp_xxyyzz
01fbf93a73 fpspreadsheet: Fix yet another bug in previous commit. Issue #39073
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9383 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-12 15:35:32 +00:00
wp_xxyyzz
3dfb71a70e fpspreadsheet: Repeat unit of previous commit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9382 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-12 10:45:39 +00:00
wp_xxyyzz
d8ca9b905f fpspreadsheet: Fix MATCH formula when 1st argument is a cell (see https://forum.lazarus.freepascal.org/index.php/topic,67849.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9381 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-12 10:39:37 +00:00
wp_xxyyzz
7f8e724978 fpspreadsheet: Fix display of formula with cell range when both ends are equal.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9379 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-05 11:03:46 +00:00
wp_xxyyzz
4fa643f210 fpspreadsheet: Fix copying of formulas with absolute cell references. (https://forum.lazarus.freepascal.org/index.php/topic,67763.0.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9378 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-07-04 17:13:09 +00:00
wp_xxyyzz
61033d13c1 fpspreadsheet: Fix memory leak (https://forum.lazarus.freepascal.org/index.php/topic,67706.msg521818.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9371 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-06-28 14:04:51 +00:00
wp_xxyyzz
17d8466ce1 fpspreadsheet: Implement working solution of IFS formula with LibreOffice Calc. (cannot test Excel since I only have v2016)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9370 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-06-22 18:48:39 +00:00
wp_xxyyzz
64197c10db fpspreadsheet: Trying to implement IFS function
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9369 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-06-22 18:33:03 +00:00
wp_xxyyzz
1f686ef1c9 fpspreadsheet: Compare strings in COUNTIF(S), SUMIF(S), AVERAGEIF(S) with wildcards.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9366 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-06-04 09:28:10 +00:00
wp_xxyyzz
09f442d20a fpspreadsheet: Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9365 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-06-03 22:19:00 +00:00
wp_xxyyzz
0af3201613 fpspreadsheet: Fix COUNTIFS, SUMIFS, AVERAGEIFS formulas.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9364 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-06-03 22:06:25 +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
999687e0a1 FPSpreadsheet: Update description of INDEX function.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9358 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-05-30 13:42:25 +00:00
wp_xxyyzz
2e64878199 fpspreadsheet: Fix INDEX formula for using 1-d arrays.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-05-30 13:25:21 +00:00
wp_xxyyzz
79c502f0e9 FpSpreadsheet: Fix INDIRECT formula regarding references to other sheets.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-05-30 12:04:34 +00:00
wp_xxyyzz
6124d2d047 fpspreadsheet: Add INDEX formula.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9355 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-05-29 17:00:22 +00:00
wp_xxyyzz
c335a9e65a fpspreadsheet: Add formula ROUNDUP, fix ROUNDDOWN and ROUND. Patch by veb86 (https://forum.lazarus.freepascal.org/index.php/topic,67428.msg518782.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9353 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-05-28 15:12:51 +00:00
wp_xxyyzz
5d277d115f fpspreadsheet: Fix INDIRECT formula when the argument is a string
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9351 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-05-24 21:20:41 +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
8fdb399acd fpspreadsheet: Fix type conversion issues in FPC 3.3.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-05-09 12:52:07 +00:00
wp_xxyyzz
c1146182af fpspreadsheet: Gradient support in xlsx charts. Unified gradient directions between xlsx and ods.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9278 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-12 11:36:21 +00:00
wp_xxyyzz
d3e74427df fpspreadsheet: xlsx chart writer supports chart background color.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9277 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-08 00:28:54 +00:00
wp_xxyyzz
ef0d96fa34 fpspreadsheet: xlsx writer supports chart plotarea background and border.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9276 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-08 00:21:03 +00:00
wp_xxyyzz
94bdea03f5 fpspreadsheet: Improved luminance modulation and offset calculation of chart colors.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9275 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-08 00:03:14 +00:00
wp_xxyyzz
4c8c72e8f0 fpspreadsheet: Set default stock chart axis minimum to zero.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9274 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-06 16:49:42 +00:00
wp_xxyyzz
05d6ec914a fpspreadsheet: Attempting to use Excel's default series colors.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9272 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-05 23:44:14 +00:00
wp_xxyyzz
d459d064e8 fpspreadsheet: Fix default brushes and pens in stock series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9271 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-05 22:39:19 +00:00
wp_xxyyzz
78ce108950 fpspreadsheet: Combine TsColor and Transparency to new type TsChartColor. Update all demos.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9269 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-03-04 23:14:52 +00:00
wp_xxyyzz
67802d571d fpspreadsheet: Implement axis position for xlsx writer. Fix its transfer to TAChart.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9261 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-02-29 18:31:48 +00:00
wp_xxyyzz
8d065c3c40 fpspreadsheet: xlsx writer supports error bars.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9260 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-02-27 21:59:57 +00:00
wp_xxyyzz
da1ef1e564 fpspreadsheet: Fix writing stack-volume chart to xlsx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9259 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-02-27 17:32:22 +00:00
wp_xxyyzz
7a563091f5 fpspreadsheet: Fix crash and wrong colors when reading stock HLC ods test file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-02-25 23:38:45 +00:00
wp_xxyyzz
989074fede fpspreadsheet: Fix display of date axis labels for xlsx stock series
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9257 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-02-24 23:34:23 +00:00
wp_xxyyzz
a4c397f107 fpspreadsheet: xlsx writer for stock series complete. reader improved.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9256 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-02-24 19:15:10 +00:00
wp_xxyyzz
092f4dbc33 fpspreadsheet: xlsx chart writer supports stock series (not 100% perfect, yet).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-02-19 23:16:19 +00:00