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 |
|
wp_xxyyzz
|
3df923204b
|
fpspreadsheet: xlsx chart writer supports line series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9243 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-14 21:25:42 +00:00 |
|
wp_xxyyzz
|
4042426ed7
|
fpspreadsheet: Fix xlsx reader for rotated primary+secondary axes charts
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9240 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-14 10:11:02 +00:00 |
|
wp_xxyyzz
|
9c8682ff8b
|
fpspreadsheet: Fix rotated axis titles.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9239 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-14 00:32:33 +00:00 |
|
wp_xxyyzz
|
42a8f179d2
|
fpspreadsheet: Fix broken code due to previous commits.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9238 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-13 23:41:49 +00:00 |
|
wp_xxyyzz
|
292186aa03
|
fpspreadsheet: Fix axis title direction in rotated charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9236 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-13 18:09:15 +00:00 |
|
wp_xxyyzz
|
a42599716b
|
fpspreadsheet: xlsx writer supports secondary axes of unrotated charts
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9235 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-13 17:14:25 +00:00 |
|
wp_xxyyzz
|
442dae0083
|
fpspreadsheet: Add/fix/extend chart reader/writer code for datapoint label positions, xlsx and ods.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9234 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-11 14:39:09 +00:00 |
|
wp_xxyyzz
|
1097da21d4
|
fpspreadsheet: Fix number formats of datapoint labels (xlsx/ods readers/writers).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9231 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-10 16:03:45 +00:00 |
|
wp_xxyyzz
|
44caa5ca26
|
fpspreadsheet: Fix reading of rotated xlsx charts
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9230 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-10 10:21:42 +00:00 |
|
wp_xxyyzz
|
e5087c7df6
|
fpspreadsheet: xlsx writer supports rotated bar series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9228 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-09 16:28:04 +00:00 |
|
wp_xxyyzz
|
94208f009b
|
fpspreadsheet: Fix determination of image size for some specific gif images.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9224 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-08 18:29:01 +00:00 |
|
wp_xxyyzz
|
da988abc0e
|
fpspreadsheet: Fix assignment of datapoint styles to data points.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9223 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-08 12:28:04 +00:00 |
|
wp_xxyyzz
|
76c0221e9e
|
fpspreadsheet: Radar series support in xlsx chart reader/writer. Fix some issues with radar series in ods.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9222 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-07 17:36:41 +00:00 |
|
wp_xxyyzz
|
775bca202a
|
fpspreadsheet: Support/fix reading/writing of ring series in both ods and xlsx
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9220 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-06 23:21:56 +00:00 |
|
wp_xxyyzz
|
5f781b622a
|
fpspreadsheet: Supporting smooth scatter/line series for xlsx (less options than for ods)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9219 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-06 15:53:19 +00:00 |
|
wp_xxyyzz
|
efcf55181b
|
fpspreadsheet: Improved support of separator in data point label elements of charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9218 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-06 14:11:12 +00:00 |
|
wp_xxyyzz
|
79b9ec99f3
|
fpspreadsheet: xlsx writer supports inverted axes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9217 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-06 10:16:56 +00:00 |
|
wp_xxyyzz
|
b311808e0e
|
fpspreadsheet: Fix some issues with Laz 3.0 (data point colors)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9216 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-05 23:26:56 +00:00 |
|
wp_xxyyzz
|
8b68d4bbb4
|
fpspreadsheet: Fix data point style assignment for xlsx chart writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9215 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-05 23:07:30 +00:00 |
|
wp_xxyyzz
|
07ecb96d10
|
fpspreadsheet: Workbook chart link supports pie series offsets and data point styles.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9214 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-05 22:51:41 +00:00 |
|
wp_xxyyzz
|
1ebdbb15d8
|
fpspreadsheet: Exploded sectors in pie series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9213 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-05 18:38:42 +00:00 |
|
wp_xxyyzz
|
5c3be57541
|
fpspreadsheet: Fix chart data point labels
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9212 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-05 12:59:20 +00:00 |
|
wp_xxyyzz
|
8176a4f3bf
|
fpspreadsheet: xlsx chart writer supports datapoint labels. Some fixes in bubble size (read radius mode and scale factor).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9211 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-04 23:51:57 +00:00 |
|
wp_xxyyzz
|
b476a26d90
|
fpspreadsheet: xlsx writer supports individual data point styles.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9210 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-04 14:47:25 +00:00 |
|
wp_xxyyzz
|
6bbfc0e6fc
|
fpspreadsheet: Rename "Regression" property to "Trendline"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 22:45:49 +00:00 |
|
wp_xxyyzz
|
c940344b00
|
fpspreadsheet: basic xlsx chart writer support for pie series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9208 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 22:15:17 +00:00 |
|
wp_xxyyzz
|
98f353764d
|
fpspreadsheet: Some more details for BubbleSeries in xlsx chart writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9207 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 21:46:57 +00:00 |
|
wp_xxyyzz
|
a19317f379
|
fpspreadsheet: xlsx chart writer supports manual axis scaling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9206 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 16:51:59 +00:00 |
|
wp_xxyyzz
|
33974c6cb0
|
fpspreadsheet: xlsx chart writer supports bubble charts
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9205 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 15:50:23 +00:00 |
|
wp_xxyyzz
|
b81ce84311
|
fpspreadsheet: xlsx chart writer supports trendline feature.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9204 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 12:29:06 +00:00 |
|
wp_xxyyzz
|
289d74c7bb
|
fpspreadsheet: Fix xlsx chart reader sometimes ignoring colors.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9203 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 10:17:21 +00:00 |
|
wp_xxyyzz
|
9137a34697
|
fpspreadsheet: xlsx writer supports area series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9202 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-03 00:06:15 +00:00 |
|
wp_xxyyzz
|
2f7b18bd8c
|
fpspreadsheet: xlsx writer supports log axis and series titles.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9201 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-02 23:37:38 +00:00 |
|
wp_xxyyzz
|
5afa428929
|
fpspreadsheet: Fix width of bar series
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9200 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-02 21:50:56 +00:00 |
|
wp_xxyyzz
|
5c17dcf97e
|
fpspreadsheet: Refactor xlsx chart writer series code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9199 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-02 12:53:38 +00:00 |
|
wp_xxyyzz
|
a5eec4cff3
|
fpspreadsheet: Fix writing of chart axis labels for xlsx. Writing some more legend properties.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9198 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-02 11:56:21 +00:00 |
|
wp_xxyyzz
|
c1b78dcb65
|
fpspreadsheet: Add xlsx chart writer font support.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9197 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-02-01 14:09:55 +00:00 |
|
wp_xxyyzz
|
c7f8ce5f38
|
fpspreadsheet: xlsx chart writer supports axis gridlines.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9196 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 23:51:14 +00:00 |
|
wp_xxyyzz
|
65e4ef2636
|
fpspreadsheet: Handling of hatch patterns based on Excel hatch names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9195 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 23:32:58 +00:00 |
|
wp_xxyyzz
|
ffbb752133
|
fpspreadsheet: xlsx chart writer support line dash patterns (segment lengths unclear, yet)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9194 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 22:38:55 +00:00 |
|
wp_xxyyzz
|
99558b5531
|
fpspreadsheet: Improved axis support. Initial commit for writing a barseries.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9193 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 19:18:38 +00:00 |
|
wp_xxyyzz
|
58ed074a3a
|
fpspreadsheet: xlsx chart writer supports some axis properties (not completely functional, yet)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9192 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 18:47:11 +00:00 |
|
wp_xxyyzz
|
08438948f4
|
fpspreadsheet: xlsx writer supports series marker symbols.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9191 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 18:02:22 +00:00 |
|
wp_xxyyzz
|
5a86d02d61
|
fpspreadsheet: xlsx chart writer support scatterseries line color.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9190 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 17:31:45 +00:00 |
|
wp_xxyyzz
|
3cecc46ecd
|
fpspreadsheet: Support of chart cell range by xlsx chart writer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9189 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 16:05:39 +00:00 |
|
wp_xxyyzz
|
8a823a550d
|
fpspreadsheet: Split xlsx writing code of previous commit into multiple methods.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9188 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 15:35:30 +00:00 |
|
wp_xxyyzz
|
ec71c9e1af
|
fpspreadsheet: First empty xlsx chart written which is not rejected by Excel.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9187 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-31 10:32:10 +00:00 |
|
wp_xxyyzz
|
9cb6e4ae53
|
fpspreadsheet: More general result of the new IFERROR() function.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9185 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-30 17:06:38 +00:00 |
|
wp_xxyyzz
|
d7b7d410a5
|
fpspreadsheet: Move xlsx chart writing code to chartwriter unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9181 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-29 00:43:05 +00:00 |
|
wp_xxyyzz
|
67a83b5fae
|
fpspreadsheet: xlsx reader supports series data point callouts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9180 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-27 19:08:16 +00:00 |
|
wp_xxyyzz
|
78158a61fd
|
fpspreadsheet: Complete reading of xlsx bitmap fills. Rearrange xlsx fill code reader.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9179 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-27 15:06:18 +00:00 |
|
wp_xxyyzz
|
f8c018671c
|
fpspreadsheet: Fix compilation. Patch by paweld, issue #39068
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9178 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-27 10:24:32 +00:00 |
|
wp_xxyyzz
|
9f5ceb3297
|
fpspreadsheet: xlsx chart reader with limited support of image fills.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9177 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-26 23:24:26 +00:00 |
|
wp_xxyyzz
|
211b9489e3
|
fpspreadsheet: Add IFERROR() function (https://forum.lazarus.freepascal.org/index.php/topic,65991.0.html). Does not work in xls.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9175 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-26 15:30:01 +00:00 |
|
wp_xxyyzz
|
bf3b2e2df5
|
fpspreadsheet: Fix xml tag error <chart:data-points>
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9171 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-24 23:37:44 +00:00 |
|
wp_xxyyzz
|
1c088daf23
|
fpspreadsheet: Destroy charts along with their worksheet.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9164 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-23 21:30:58 +00:00 |
|
wp_xxyyzz
|
bf4530543e
|
fpspreadsheet: Fix default number format in ods chart writer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9162 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-23 18:43:49 +00:00 |
|
wp_xxyyzz
|
59cb94609d
|
fpspreadsheet: Fix compilation of sample projects.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9161 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-23 15:25:50 +00:00 |
|
wp_xxyyzz
|
db8d8c0358
|
fpspreadsheet: xlsx reader supports absolute positioning of embedded objects.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9160 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-22 22:48:54 +00:00 |
|
wp_xxyyzz
|
e2c35a2c9e
|
fpspreadsheet: line series support smooth and stepped interpolation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9159 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-22 22:27:14 +00:00 |
|
wp_xxyyzz
|
f81a2f1406
|
fpspreadsheet: xlsx reader supports radar charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9158 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-22 21:23:55 +00:00 |
|
wp_xxyyzz
|
c325b627e6
|
fpspreadsheet: Support individual data point colors.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9157 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-22 10:51:10 +00:00 |
|
wp_xxyyzz
|
6774a02e62
|
fpspreadsheet: xlsx reader supports pie and ring charts (with default colors, so far).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9156 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-21 23:16:00 +00:00 |
|
wp_xxyyzz
|
a7c7027605
|
fpspreadsheet: Fix ods chart reader crashing with files created by Excel.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9155 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-21 17:02:06 +00:00 |
|
wp_xxyyzz
|
31af276221
|
fpspreadsheet: Fix stock series with volume series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9154 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-21 16:17:59 +00:00 |
|
wp_xxyyzz
|
893bc0b962
|
fpspreadsheet: Beginning to implement xlsx reader for stock series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9152 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-19 23:55:58 +00:00 |
|
wp_xxyyzz
|
68988c40ab
|
fpspreadsheet: Implement all xlsx chart hatch patterns.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9149 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-17 23:59:51 +00:00 |
|
wp_xxyyzz
|
a7cc0d1d47
|
fpspreadsheet: xlsx reader supports first few hatch patterns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9148 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-17 00:01:16 +00:00 |
|
wp_xxyyzz
|
b2a57a92ae
|
fpspreadsheet: Fix regression series crashing due to incorrectly detected error bars.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9147 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-16 23:22:41 +00:00 |
|
wp_xxyyzz
|
e8e00456d3
|
fpspreadsheet: More support of series data labels in xlsx reader. Bubble series shows bubble size in proportion to area now.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9146 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-16 22:39:27 +00:00 |
|
wp_xxyyzz
|
dbe0f0dec5
|
fpspreadsheet: xlsx reader supports bubble series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9145 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-16 12:55:53 +00:00 |
|
wp_xxyyzz
|
72e9a01d9e
|
fpspreadsheet: xlsx reader support gradient fills.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9144 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-15 22:56:44 +00:00 |
|
wp_xxyyzz
|
1025d9526f
|
fpspreadsheet: xlsx reader support chart background/border as well as plotarea background/border. Beginning to log unsupported features.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9141 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-14 22:57:26 +00:00 |
|
wp_xxyyzz
|
7d0e4ea426
|
fpspreadsheet: Primary/secondary axis support in xlsx chart reader. Logarithmic charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9140 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-14 15:42:57 +00:00 |
|
wp_xxyyzz
|
e1f52446a3
|
fpspreadsheet: Fix endianness in WMF image format detection.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9138 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-10 23:48:15 +00:00 |
|
wp_xxyyzz
|
e564176ceb
|
fpspreadsheet: Fix endianness in pcx image format detection. Patch by Bart.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-10 23:38:35 +00:00 |
|
wp_xxyyzz
|
168a151e65
|
fpspreadsheet: xlsx chart reader supports error bars.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9136 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-10 23:27:55 +00:00 |
|
wp_xxyyzz
|
26d64bdb4b
|
fpspreadsheet: Improved pcx image format detection (suggested by Bart). Improved emf size calculation (patch by Bart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9134 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-10 12:13:53 +00:00 |
|
wp_xxyyzz
|
60c28e792c
|
fpspreadsheet: Support regression curve ("trend line") also in bar, area, line, stock and bubble series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9133 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-09 22:58:39 +00:00 |
|
wp_xxyyzz
|
17a904cf77
|
fpspreadsheet: xlsx chart reader supports trendline properties (regression)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9132 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-09 21:45:22 +00:00 |
|
wp_xxyyzz
|
8d85d9b57c
|
fpspreadsheet: xlsx chart reader supports line, area and scatter series, and stacked series mode.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-08 22:45:04 +00:00 |
|
wp_xxyyzz
|
150cb1c600
|
fpspreadsheet: Fix incorrect gif image size detection, patch by Bart.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9122 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-08 14:20:50 +00:00 |
|
wp_xxyyzz
|
162a4049ff
|
fpspreadsheet: More reading of xlsx charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9120 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-04 23:02:45 +00:00 |
|
wp_xxyyzz
|
7450192040
|
fpspreadsheet: First pieces of the xlsx reader of spreadsheet charts (axes, legend, bar chart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9117 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2024-01-03 22:37:34 +00:00 |
|
wp_xxyyzz
|
aab0f1d448
|
fpspreadsheet: Prepare ooxml chart reader/writer infrastructure.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9109 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-28 23:13:01 +00:00 |
|
wp_xxyyzz
|
4f0e2e8b83
|
fpspreadsheet: Add conditional define FPS_CHARTS (active by default) to compile the lib with and without chart support.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9108 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-28 22:41:39 +00:00 |
|
wp_xxyyzz
|
a9ef0b15fd
|
fpspreadsheet: Support error bar ranges in chart link (only for single-valued charts, though - limitation of TAChart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9106 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-28 18:15:59 +00:00 |
|
wp_xxyyzz
|
87d17e49cb
|
fpspreadsheet: ods writer supports error bars.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9102 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-24 23:23:34 +00:00 |
|
wp_xxyyzz
|
d1ef13c593
|
fpspreadsheet: Chart link and ods reader support error bars (not complete, yet).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9099 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-22 00:39:36 +00:00 |
|
wp_xxyyzz
|
e9a1d40de4
|
fpspreadsheet: Support error bars in spreadsheet charts (TsChart)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9098 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-21 11:26:34 +00:00 |
|
wp_xxyyzz
|
0fec646c4c
|
fpspreadsheet: Beginning with rotated axes in chart link. Simplify generation of sample ods files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9084 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-14 22:50:59 +00:00 |
|
wp_xxyyzz
|
6247914a1f
|
fpspreadsheet: Handle nil values when copy backgrounds and borders in the spreadsheet chart.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9082 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-13 23:04:51 +00:00 |
|
wp_xxyyzz
|
30142fe878
|
fpspreadsheet: Copying TsChart element classes rather than assigning. Fix LCL_FullVersion directive.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9081 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-13 22:38:17 +00:00 |
|
wp_xxyyzz
|
a0c34ca82b
|
fpspreadsheet: Fix ods writer to create stock+volume charts. Add demo for it.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9080 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-13 21:51:57 +00:00 |
|
wp_xxyyzz
|
9df9e002dd
|
fpspreadsheet: ods writer supports stockseries
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9079 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-13 21:22:33 +00:00 |
|
wp_xxyyzz
|
c871f799ca
|
fpspreadsheet: Support volume stock charts in ods reader and chart link
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9077 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-12 14:52:42 +00:00 |
|
wp_xxyyzz
|
4eb924c106
|
fpspreadsheet: Add the ohlcseries of Laz/main as TStockseries in unit fpsstockseries for supporting the HLC series of Excel and Calc.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-07 22:53:48 +00:00 |
|
wp_xxyyzz
|
f45f154672
|
fpspreadsheet: More on date/time formats for axis labels.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9074 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-06 14:11:04 +00:00 |
|
wp_xxyyzz
|
cdf7594b48
|
fpspreadsheet: Support date/time axis in stockseries
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9073 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-06 13:28:50 +00:00 |
|
wp_xxyyzz
|
ca39ef4fff
|
fpspreadsheet: Initial version of stockseries (ods reader and chart link)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9071 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-12-05 18:40:10 +00:00 |
|