Lars Uffmann
|
9d673a34e5
|
2025-04-20 XLDocument: added validation of worksheet names when creating, renaming or cloning worksheets to address #358
|
2025-04-20 13:12:52 +02:00 |
|
Lars Uffmann
|
0b146076a1
|
2025-03-12 added mention of new cmake option OPENXLSX_ENABLE_LTO to README.md
|
2025-04-12 21:46:19 +02:00 |
|
Lars Uffmann
|
13b1461e5f
|
2025-04-08 XLMergeCells: remove <mergeCells> element from worksheet XML when merge count is 0 - addresses #351
|
2025-04-08 08:28:49 +02:00 |
|
Lars Uffmann
|
48e1b416d0
|
2025-04-07 Demo10: added a disabled use of borders with merged cells
|
2025-04-07 17:59:19 +02:00 |
|
Lars Uffmann
|
f11bc09905
|
2025-03-24 XLStyles XLFont: fix default values in getters underline, scheme, vertAlign, none value for setter setUnderline
|
2025-03-24 21:55:21 +01:00 |
|
Lars Uffmann
|
d25f089908
|
2025-03-23 XLStyles XLFont: bool getters now return true when val attribute is omitted
|
2025-03-24 00:14:59 +01:00 |
|
Lars Uffmann
|
73cc61e0be
|
2025-03-16 added a clarification about XLSheet::findCell to README.md
|
2025-03-16 14:34:33 +01:00 |
|
Lars Uffmann
|
97b371a4e8
|
2025-03-16 added XLSheet::findCell, a non-creating way to try and fetch a cell. XLFormula now deletes a cells formula node when set to an empty string
|
2025-03-16 14:31:45 +01:00 |
|
Lars Uffmann
|
d3eb4b6a3f
|
2025-03-16 updated README.md with latest patch - I always forget that :(
|
2025-03-16 01:08:03 +01:00 |
|
Lars Uffmann
|
ae4e2ea030
|
2025-03-15 README.md editorial
|
2025-03-15 02:50:41 +01:00 |
|
Lars Uffmann
|
cb6a4754f2
|
2025-02-17: added some comments to XLSheet class definition to clarify that sheet index is 1-based
|
2025-02-17 14:17:20 +01:00 |
|
Lars Uffmann
|
d928017029
|
2025-02-14 Added cctype includes to XLSheet and XLDrawing, resolving issue #330
|
2025-02-14 17:13:13 +01:00 |
|
Lars Uffmann
|
2e986e57fa
|
2025-02-05 XLDocument now uses aliases for stat/_stat to (hopefully) fix issue #279
|
2025-02-05 12:17:01 +01:00 |
|
Lars Uffmann
|
8909dfbc16
|
2025-02-03 Editorial
|
2025-02-03 17:27:08 +01:00 |
|
Lars Uffmann
|
63e1f65a05
|
2025-02-03 prepare merge into master
|
2025-02-03 17:25:11 +01:00 |
|
Lars Uffmann
|
4589a6c647
|
2025-02-02 Support for cleaning up shared strings (issue #193), XLRowIterator no longer creates missing rows unless iterator is dereferenced
|
2025-02-02 16:38:55 +01:00 |
|
Lars Uffmann
|
a09fdcd300
|
2025-01-31 XLComments: clean support for worksheet dependencies loading and iteration over existing comments in a worksheet
|
2025-01-31 17:05:35 +01:00 |
|
Lars Uffmann
|
6476b030f4
|
2025-01-17 comments support is now working - testing stage
|
2025-01-17 18:37:03 +01:00 |
|
Lars Uffmann
|
d300f15afc
|
2025-01-14 support for comments in work - functionality is work in progress, do not use yet
|
2025-01-14 17:25:03 +01:00 |
|
Lars Uffmann
|
fc493f3f11
|
2025-01-13 README.md update and removed debug message from XLSheet
|
2025-01-13 19:17:49 +01:00 |
|
Lars Uffmann
|
4ed9c97ad6
|
2025-01-10 bugfix for XLCellValue(Proxy)::get with string reference types
|
2025-01-10 19:54:05 +01:00 |
|
Lars Uffmann
|
97754951b1
|
2025-01-10 deletion of worksheet rows from OOXML to address issue #156
|
2025-01-10 17:47:20 +01:00 |
|
Lars Uffmann
|
cb2c43c2f9
|
2025-01-10 README.md editorial #2
|
2025-01-10 16:54:53 +01:00 |
|
Lars Uffmann
|
fa7e7db622
|
2025-01-10 README.md editorial
|
2025-01-10 16:53:34 +01:00 |
|
Lars Uffmann
|
4760629364
|
2025-01-10 bugfixes to XLDateTime, implicit conversion to double for integer, bool cell values
|
2025-01-10 16:51:02 +01:00 |
|
Lars Uffmann
|
ca600d6e4c
|
2025-01-09 BUGFIX XLSheet and XLDocument: correctly export required symbols when building shared library, issue #316
|
2025-01-09 14:30:53 +01:00 |
|
Lars Uffmann
|
ff633e96e8
|
2025-01-09 README.md editorials #2
|
2025-01-09 01:30:05 +01:00 |
|
Lars Uffmann
|
9ef62f8d4e
|
2025-01-09 README.md editorials
|
2025-01-09 01:28:39 +01:00 |
|
Lars Uffmann
|
9a7a678095
|
2025-01-09 support for XLWorksheet protection addressing issue #311
|
2025-01-09 01:18:07 +01:00 |
|
Lars Uffmann
|
df964850cd
|
2025-01-08 experimental support for XLSheet conditional formatting
|
2025-01-08 20:13:38 +01:00 |
|
Lars Uffmann
|
36436e504a
|
2025-01-06 updated README.md
|
2025-01-06 17:08:02 +01:00 |
|
Lars Uffmann
|
a4c097c53a
|
2024-12-30: pass XLSharedStrings everywhere as const reference stored in std::reference_wrapper
|
2024-12-30 14:32:53 +01:00 |
|
Lars Uffmann
|
7fd80dd3d3
|
2024-12-29 undo XLXmlFile xmlName functionality added on 2024-12-20
|
2024-12-29 23:29:26 +01:00 |
|
Lars Uffmann
|
99d53b2b09
|
2024-12-25 XLStyles: font strike(through) elements are now evaluated as true when they have no val attribute
|
2024-12-25 20:32:37 +01:00 |
|
Lars Uffmann
|
02f7d4243e
|
2024-12-20 added bool XLXmlFile::valid() addressing issues #312 and - en passant - #310
|
2024-12-20 02:05:38 +01:00 |
|
Lars Uffmann
|
77f4370390
|
2024-12-19 XLStyles enhancement to address issues #304 and #305 - artificial ordering of XML elements
|
2024-12-19 19:32:57 +01:00 |
|
Lars Uffmann
|
9a30534c8b
|
2024-12-18 README.md editorials
|
2024-12-18 17:32:33 +01:00 |
|
Lars Uffmann
|
53419c7dcc
|
2024-12-18 XLStyles XLDataBarColor::setTheme now supports value XLDeleteProperty to clear a theme
|
2024-12-18 17:23:16 +01:00 |
|
Lars Uffmann
|
bf5fe8a27e
|
2024-12-18 BUGFIX: clear shared strings cache - addresses issue #283
|
2024-12-18 16:30:25 +01:00 |
|
Lars Uffmann
|
c297aad5db
|
2024-12-17 add example usage of XLBorder(s) to Demo10
|
2024-12-17 13:46:26 +01:00 |
|
Lars Uffmann
|
dfc9c03315
|
2024-12-15: default-disable XLDocument & XLStyles warnings about unsupported tags (#296)
|
2024-12-15 23:53:23 +01:00 |
|
Lars Uffmann
|
9e559547b6
|
2024-12-15 merge with master
|
2024-12-15 03:35:12 +01:00 |
|
aral-matrix
|
76e02dad34
|
2024-12-09 README.md Editorial
|
2024-12-09 16:57:42 +01:00 |
|
aral-matrix
|
107ad2bfef
|
2024-12-09 bugfix XLDateTime conversions, issue #299
|
2024-12-09 16:53:22 +01:00 |
|
aral-matrix
|
9d31382f96
|
2024-12-09 bugfix XLDateTime conversions, issue #299
|
2024-12-09 16:43:16 +01:00 |
|
Lars Uffmann
|
c5122314b5
|
2024-11-26 added a warning about outdated releases to the README.md
|
2024-11-26 11:28:54 +01:00 |
|
aral-matrix
|
dd2ac495a7
|
2024-10-27: rolled back bugfix test from previous day, updated README.md
|
2024-10-27 13:42:41 +01:00 |
|
aral-matrix
|
377e889369
|
2024-10-26 Testing a bugfix for XLSheet::mergeCells
|
2024-10-26 02:31:19 +02:00 |
|
aral-matrix
|
fd9fbcdc9b
|
2024-10-25 README.md update
|
2024-10-25 11:03:16 +02:00 |
|
aral-matrix
|
2ce7a3d302
|
added capability to suppress some harmless warnings about unsupported XLSX features
|
2024-10-14 17:44:20 +02:00 |
|