wp_xxyyzz
|
87e8e3b80f
|
fpspreadsheet: Fix search engine crashing when search string is empty. Patch by forum user russeld (https://forum.lazarus.freepascal.org/index.php/topic,54026.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7987 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-04-09 20:14:29 +00:00 |
|
wp_xxyyzz
|
8f8e736b98
|
fpspreadsheet: Use pasdoc for api chm file generation rather than Doc-O-Matic. Adapt source file comments to pasdoc requirements.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7984 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-03-27 23:16:48 +00:00 |
|
wp_xxyyzz
|
dbe26c3b9b
|
fpspreadsheet: Fix grid crashing in frame when Handle is not yet available.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7980 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-03-23 12:26:43 +00:00 |
|
wp_xxyyzz
|
86498e70d8
|
fpspreadsheet: Fix ISODateTime conversions when local time offset is given
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7967 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-01-24 12:59:52 +00:00 |
|
wp_xxyyzz
|
6a50fa2a4a
|
fpspreadsheet: Remove cell content type cctFormula, it is a left-over from old formula engine. It causes incorrect reading of precalculated content in the first shared formula cell of BIFF. Tests still ok. (https://forum.lazarus.freepascal.org/index.php/topic,52811.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7962 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2021-01-09 18:54:11 +00:00 |
|
wp_xxyyzz
|
438e967c42
|
FPSpreadsheet: Fix detection issues with incorrect html tags
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7952 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-30 22:19:47 +00:00 |
|
wp_xxyyzz
|
042fb0fcc2
|
fpspreadsheet: Fix incorrect html tags disappearing from cell text.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7945 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-29 21:17:29 +00:00 |
|
wp_xxyyzz
|
78a6cffca0
|
fpspreadsheet: Fix (?) display issue with text cells containing incorrect html parts (such as '<'), https://forum.lazarus.freepascal.org/index.php/topic,52694.0.html
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7944 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-29 18:51:33 +00:00 |
|
wp_xxyyzz
|
65188478a6
|
fpspreadsheet: Fix reading of text cells with type "inlineStr"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7936 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-12-20 22:35:10 +00:00 |
|
wp_xxyyzz
|
35fecc8c8d
|
FPSpreadsheet: Fix writing of meta data containing special xml characters (sourceforge issue #46)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7894 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-21 11:33:02 +00:00 |
|
wp_xxyyzz
|
95cc2da283
|
fpspreadsheet: Fix incorrect handling of cell reference by new forumula INDIRECT(). Add test cases for formula ADDRESS().
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7862 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-11 23:43:44 +00:00 |
|
wp_xxyyzz
|
85fe20453e
|
fpspreadsheet: Add built-in formula INDIRECT() (https://forum.lazarus.freepascal.org/index.php/topic,52081.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7857 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-10 22:00:09 +00:00 |
|
wp_xxyyzz
|
fbe7c7e5f1
|
fpspreadsheet: Add built-in function ADDRESS(); https://forum.lazarus.freepascal.org/index.php/topic,52081.0.html
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7856 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-11-10 18:49:55 +00:00 |
|
wp_xxyyzz
|
8b5cc6b3d9
|
fpspreadsheet: second attempt to fix worksheetgrid writing edited cell to wrong cell when grid is on MDI form (issue #37596).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7644 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-09-05 22:33:26 +00:00 |
|
wp_xxyyzz
|
96dc6b9939
|
fpspreadsheet: clean up
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7643 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-09-04 09:05:50 +00:00 |
|
wp_xxyyzz
|
872c04e07a
|
fpspreadsheet: Fix worksheetgrid writing edited cell to wrong cell when grid is on MDI form (issue #37596, https://forum.lazarus.freepascal.org/index.php/topic,51066.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7642 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-09-03 20:35:33 +00:00 |
|
wp_xxyyzz
|
74d1082ccb
|
fpspreadsheet: Less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7638 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-08-28 11:26:13 +00:00 |
|
wp_xxyyzz
|
196b787aed
|
fpspreadsheet: Fix Workbook.Clear not clearing metadata.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7599 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-08-11 16:18:47 +00:00 |
|
wp_xxyyzz
|
21547ee284
|
fpspreadsheet: Unpublish property TsWorksheetGrid.AlternateColor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7598 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-08-07 16:54:36 +00:00 |
|
wp_xxyyzz
|
b977a4e676
|
fpspreadsheet: Fix typo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-31 15:12:49 +00:00 |
|
wp_xxyyzz
|
1b146107ad
|
fpspreadsheet: Allow multiple authors in metadata.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7592 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-30 21:50:35 +00:00 |
|
wp_xxyyzz
|
7c09abbb51
|
fpspreadsheet: Add custom meta data support. Reading/writing for XLSX, Excel XML, ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7591 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-29 22:51:39 +00:00 |
|
wp_xxyyzz
|
3959cbbe45
|
fpspreadsheet: Add new metadata item "subject"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7590 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-29 21:11:36 +00:00 |
|
wp_xxyyzz
|
9d7457ccd4
|
fpspreadsheet: Add, with r/w support, conditional date formats cfcLastYear, cfcThisYear, cfcNextYear.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7588 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-29 17:41:00 +00:00 |
|
wp_xxyyzz
|
aebb067738
|
fpsprreadsheet: Add conditional date formats, read/write support for XLSX, ODS, ExcelXML. Add unit tests.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7587 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-29 16:55:45 +00:00 |
|
wp_xxyyzz
|
e0503c6d48
|
fpspreadsheet: Add new formula function ROUNDDOWN().
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7586 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-29 16:38:52 +00:00 |
|
wp_xxyyzz
|
5df3ccb01a
|
fpspreadsheet: Add missing "override" to TsMetaData.Destroy
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7585 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-29 08:26:33 +00:00 |
|
wp_xxyyzz
|
7e5dde96c3
|
fpspreadsheet: Fix xlsx writer mismatch between _rels/.rels and docProps/core.xml files making files without metadata unreadable for Excel.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7584 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 21:38:32 +00:00 |
|
wp_xxyyzz
|
25d59b8e88
|
fpspreadsheet: Fix meta data reading error of some ods files. Avoid display of metadata zero dates in Excel.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7583 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 21:30:12 +00:00 |
|
wp_xxyyzz
|
c902c41997
|
fpspreadsheet: Add meta data reader for Excel XML.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7582 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 21:10:32 +00:00 |
|
wp_xxyyzz
|
7015c9fa8c
|
fpspreadsheet: Fix usage of UTC in ODS meta data.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7581 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 18:01:17 +00:00 |
|
wp_xxyyzz
|
ea91b7fca5
|
fpspreadsheet: Add metadata writer for Excel XML. Fix usage of UTC in the Excel metadata.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7580 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 17:57:32 +00:00 |
|
wp_xxyyzz
|
ed025ddea4
|
fpspreadsheet: Add ODS reader/writer for metadata.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7579 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 15:49:42 +00:00 |
|
wp_xxyyzz
|
dd3f0611a0
|
fpspreadsheet: Better names for some MetaData properties.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7578 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 14:28:33 +00:00 |
|
wp_xxyyzz
|
bbf4b2b092
|
fpspreadsheet: Add metadata support. Add metadata reader/writer for XLSX.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7577 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-28 12:34:50 +00:00 |
|
wp_xxyyzz
|
370c5ad6c0
|
fpspreadsheet: Better position for "inherited" in TsCellEdit.EditingDone (reverting previous commit).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7575 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-27 16:21:50 +00:00 |
|
wp_xxyyzz
|
6a91dfcf02
|
fpspreadsheet: Add missing "inherited" call to TsCellEdit.EditingDone method.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7574 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-27 16:15:23 +00:00 |
|
wp_xxyyzz
|
866b232fa8
|
fpspreadsheet: Add some comments
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7573 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 21:43:23 +00:00 |
|
wp_xxyyzz
|
edfd9698ca
|
fpspreadsheet: Typo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7572 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 21:39:38 +00:00 |
|
wp_xxyyzz
|
f3543bdda8
|
fpspreadsheet: Fix Excel XML writing of percent numberformat.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7571 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 21:39:01 +00:00 |
|
wp_xxyyzz
|
8f9163c3b8
|
fpspreadsheet: Refactor ODS styles writing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7569 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 16:53:10 +00:00 |
|
wp_xxyyzz
|
2f11c78071
|
fpspreadsheet: Clean-up
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7568 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 12:28:57 +00:00 |
|
wp_xxyyzz
|
cbfea142d0
|
fpspreadsheet: Refactor ODS number format writing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7567 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 12:25:06 +00:00 |
|
wp_xxyyzz
|
390c7b935a
|
fpspreadsheet: Fix XLSX reader for conditional number format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7566 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 12:20:59 +00:00 |
|
wp_xxyyzz
|
4fc0ea6045
|
fpspreadsheet: Add proper log error message when XLSX writer tries to write a conditional font format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7565 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 10:09:04 +00:00 |
|
wp_xxyyzz
|
f53c6649f5
|
fpspreadsheet: Put conditional font handling in place for XLSX writer. Commented out, however, because Excel refuses to load such files (although syntactially correct).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7564 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 09:56:24 +00:00 |
|
wp_xxyyzz
|
ee32147ee4
|
fpspreadsheet: More conservative handling of conditional font formatting by the ODS writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7563 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-26 09:53:26 +00:00 |
|
wp_xxyyzz
|
5a5883a156
|
fpspreadsheet: Refactor ODS style reading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7561 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-24 15:21:23 +00:00 |
|
wp_xxyyzz
|
175cf1f290
|
fpspreadsheet: Refactor ODS style reading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7560 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-24 15:00:01 +00:00 |
|
wp_xxyyzz
|
16ba7692c2
|
fpspreadsheet: Refactor style reading in ODS reader
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7559 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-24 14:45:30 +00:00 |
|
wp_xxyyzz
|
e191dd00e5
|
fpspreadsheet: Support conditional icon set format in worksheet, and in XLSX and ODS file access. Add unit tests for it.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7558 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-23 22:25:24 +00:00 |
|
wp_xxyyzz
|
64b69c2893
|
fpspreadsheet: Fix compilation issue due to stupid 64-bit fpc not being able to pick correct overload of MinValue. Less hints on 64 bit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7556 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-22 17:55:17 +00:00 |
|
wp_xxyyzz
|
901b92fa72
|
fpspreadsheet: Some clean-up: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7555 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-22 09:07:59 +00:00 |
|
wp_xxyyzz
|
d0fe6490d8
|
fpspreadsheet: ODS reader supports conditional DataBar format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7554 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-21 21:34:39 +00:00 |
|
wp_xxyyzz
|
43b9050b3b
|
fpspreadsheet: ODS reader supports conditional ColorRange format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7553 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-21 21:12:39 +00:00 |
|
wp_xxyyzz
|
faf6f72ab8
|
fpspreadsheet: Rearrange ODS reading code for conditional formats.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7552 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-21 17:53:20 +00:00 |
|
wp_xxyyzz
|
acb49d9590
|
fpspreadsheet: Add Excel XML reading support for missing cell-based conditional formats. Fix lost "max compatibility" flag of packages.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7550 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-18 15:57:19 +00:00 |
|
wp_xxyyzz
|
2793744bf7
|
fpspreadsheet: Add reading and writing support for conditional formats in Excel XML files (not yet complete).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7549 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-17 19:50:40 +00:00 |
|
wp_xxyyzz
|
6aa2860020
|
fpspreadsheet: Split more code off of fpspreadsheet.pas to separate include files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7548 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-16 23:40:11 +00:00 |
|
wp_xxyyzz
|
52e4cccf80
|
fpspreadsheet: XLSX reader supports expression conditional format. Add test case for it.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7546 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-16 20:46:21 +00:00 |
|
wp_xxyyzz
|
c8a4e5bf9f
|
fpspreadsheet: Split cell format code off into separate include file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7545 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-15 21:17:33 +00:00 |
|
wp_xxyyzz
|
a3e2c6c8a3
|
fpspreadsheet: Facilitate using cell borders and cell border styles.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7544 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-15 21:03:54 +00:00 |
|
wp_xxyyzz
|
0e392dfcaa
|
fpspreadsheet: Add exception handling for CF expressions writing to the workbook's error log.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7542 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-15 17:00:21 +00:00 |
|
wp_xxyyzz
|
269c684533
|
fpspreadsheet: Support expression conditional cell formatting by XLSX, Excel-XML and ODS writers.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7541 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-15 16:39:05 +00:00 |
|
wp_xxyyzz
|
e14818039f
|
fpspreadsheet: Add more conditional formatting unit tests covering all conditions.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7532 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-09 11:04:37 +00:00 |
|
wp_xxyyzz
|
178e0e9214
|
fpspreadsheet: CopyWorksheetFrom now copies also the DefaultRowHeight. Remove deprecated properties DefaultRowHeight and DefaultColWidth (the corresponding Read/Write procedures must be used instead).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7530 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-08 20:06:56 +00:00 |
|
wp_xxyyzz
|
9a4f358ae2
|
fpspreadsheet: Fix unit conversion error in colwidth calculation. CopyWorksheetFrom() now copies also DefaultFont and DefaultColWidth
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7529 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-08 17:56:08 +00:00 |
|
wp_xxyyzz
|
80a3750dbd
|
fpspreadsheet: Fix test suite crashing due to changes in ODS writer. All green again.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7528 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-08 16:59:42 +00:00 |
|
wp_xxyyzz
|
57fc4d5095
|
fpspreadsheet: Complete of conditional formatting from xlsx. Untested.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7527 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-07 21:48:03 +00:00 |
|
wp_xxyyzz
|
9bc1afa59b
|
fpspreadsheet: Add reading of conditional formats for xlsx. Not complete, and still fragile.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7526 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-05 22:45:12 +00:00 |
|
wp_xxyyzz
|
3189f58ee5
|
fpspreadsheet: Camelcase some unit names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7525 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-04 10:32:38 +00:00 |
|
wp_xxyyzz
|
6b3a74ea33
|
fpspreadsheet: Write conditional formats to ExcelXML files (Office 2003)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7522 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-02 22:36:59 +00:00 |
|
wp_xxyyzz
|
9bfeddaaf5
|
fpspreadsheet: Add writing of databar conditional formatting to XLSX and fix it for ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-02 13:35:01 +00:00 |
|
wp_xxyyzz
|
f3437814bf
|
fpspreadsheet: Add writing of color range conditional formatting to XLSX. Support 2-color mode in color ranges.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7520 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-02 10:53:42 +00:00 |
|
wp_xxyyzz
|
006ca0de49
|
fpspreadsheet: Complete writing of color range conditional formatting to ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-02 09:56:11 +00:00 |
|
wp_xxyyzz
|
68f2d8718d
|
fpspreadsheet: Elemental DataBars and ColorRange formatting for ODS writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 22:15:30 +00:00 |
|
wp_xxyyzz
|
28e834c330
|
fpspreadsheet: Avoid writing duplicate code for fixed and conditional formats to ODS file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7515 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 21:16:53 +00:00 |
|
wp_xxyyzz
|
f1421b2b80
|
fpspreadsheet: Fix ooxml writer for conditional formatting broken in one of previous commits.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7513 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 16:26:01 +00:00 |
|
wp_xxyyzz
|
efa8009d96
|
fpspreadsheet: Avoid writing duplicate conditional formatting styles to "styles.xml" of ods file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7511 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 16:08:11 +00:00 |
|
wp_xxyyzz
|
7f80fea142
|
fpspreadsheet: Support font as conditional formatting style (so far, ODS writer only)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7510 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 15:58:30 +00:00 |
|
wp_xxyyzz
|
724cd6ba30
|
fpspreadsheet: Fix usage of cell references and formulas in conditional formatting by ods and xlsx writers.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7509 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 15:35:48 +00:00 |
|
wp_xxyyzz
|
474ce859da
|
fpspreadsheet: Activate missing conditional formatting conditions in ODS writer (a few issues left)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7508 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 13:59:21 +00:00 |
|
wp_xxyyzz
|
54fc098d03
|
fpspreadsheet: Write some more conditional formatting conditions to ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7507 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-07-01 10:40:36 +00:00 |
|
wp_xxyyzz
|
1845d0fd8d
|
fpspreadsheet: Some progress in writing conditional formatting to ODS files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7506 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-30 23:04:52 +00:00 |
|
wp_xxyyzz
|
23003e75b3
|
fpspreadsheet: Fix usage of strings in compare operations for conditional formatting.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7505 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-30 20:45:14 +00:00 |
|
wp_xxyyzz
|
aff774ebc9
|
fpspreadsheet: Add writing of conditional formats to ODS (only cfcEqual condition, so far).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7504 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-30 10:46:07 +00:00 |
|
wp_xxyyzz
|
b80085c78d
|
fpspreadsheet: Move conditional format list from worksheet to workbook (to facilitate handling for ODS).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7503 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-30 10:45:14 +00:00 |
|
wp_xxyyzz
|
ea76276469
|
fpspreadsheet: Add element array with conditional format indexes to TCell record. Needed by ODS writer and for visual controls.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7502 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-28 21:37:30 +00:00 |
|
wp_xxyyzz
|
72986ddc75
|
fpspreadsheet: top10 in conditional formatting. More advanced demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7501 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-26 16:36:32 +00:00 |
|
wp_xxyyzz
|
fbe85d7e44
|
fpspreadsheet: xlsx writer supports conditional formatting for duplicate/unique values.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7500 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-26 11:37:21 +00:00 |
|
wp_xxyyzz
|
9a71231010
|
fpspreadsheet: Add writing of error-related conditional formatting conditions to xlsx writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7499 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-26 11:18:30 +00:00 |
|
wp_xxyyzz
|
8a30aacadb
|
fpspreadsheet: Add writing of text-related conditional formatting conditions to xlsx writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7498 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-26 10:59:12 +00:00 |
|
wp_xxyyzz
|
5578d181a8
|
fpspreadsheet: Fix usage of format index (dxfId) in writing conditional formatting to xlsx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7497 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-26 09:27:01 +00:00 |
|
wp_xxyyzz
|
7f4382a137
|
fpspreadsheet: Add conditions above/belowAverage to conditional formatting.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7496 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-25 23:10:44 +00:00 |
|
wp_xxyyzz
|
8160638051
|
fpspreadsheet: Initial commit for conditional formatting. Based on ideas of forum user "abcthing" (https://forum.lazarus.freepascal.org/index.php/topic,50149.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7492 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-25 17:18:32 +00:00 |
|
wp_xxyyzz
|
f8b9d39838
|
fpspreadsheet: Prepare for new release v1.12: Remove chart support. Set version number to 1.12. Update help files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7478 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-06-02 11:50:30 +00:00 |
|
wp_xxyyzz
|
92a0c02e8f
|
fpspreadsheet: Add error log entry when reading xlsx files with non-numeric data in numeric cells, instead of aborting the program. Issue #37055, modified patch by Tulurdes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7452 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-05-13 05:42:33 +00:00 |
|
wp_xxyyzz
|
085e3db4fe
|
fpspreadsheet: Fix compilation with Laz trunk after removal of TCustomCombobox.ReadOnly property.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7451 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-05-13 05:40:13 +00:00 |
|
wp_xxyyzz
|
5cdb8c16c7
|
fpspreadsheet: Add TsWorksheetIndicator as new visual control. Donated by forum user "abcthing" (https://forum.lazarus.freepascal.org/index.php/topic,49312.0.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7385 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-04-15 22:19:20 +00:00 |
|
wp_xxyyzz
|
d3734d69db
|
fpspreadsheet: Fix compilation of crypto package with FPC 3.3.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7376 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2020-04-13 18:35:17 +00:00 |
|