Antony Liu
1bc8142ae4
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
2 weeks ago
Antony Liu
7185cf58ae
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
2 weeks ago
Antony Liu
55832decb6
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69
3 weeks ago
Antony Liu
1088c04c79
Fixes bug #61468 , caused by a confusing OOXML spec design as noted in JavaDocs added in r1795648.
3 weeks ago
Antony Liu
e4d58dc7ed
Fix 60384 and 60709: When shifting with merged regions we should correctly check if the region is moved along or needs to be removed because it is not fully kept via the shifting. This was broken by the fix for bug 59740, now additional unit tests ensure that it works better.
3 weeks ago
Antony Liu
2490a1e124
Bug 61431 - Conditional formatting evaluation ignores undefined cells
3 weeks ago
Antony Liu
ea0db85a06
#61363 - Unify escher shape id allocation
3 weeks ago
Antony Liu
bba404ec54
Fix data validation value list evaluation
4 weeks ago
Antony Liu
39f8571501
bug 61300 -- prevent really long (infinite?) loop on corrupt file
4 weeks ago
Antony Liu
12bbbfb3a7
bug 61286/bug 61287 -- allow WriteProtectRecord to have 2 bytes, and allow for HeaderFooter to be empty.
4 weeks ago
Antony Liu
7d481738c4
bug 61294 -- prevent infinite loop in IOUtils' skipFully.
1 month ago
Antony Liu
101924bc9e
[Bug-61268] avoid NegativeArraySizeException parsing doc file
1 month ago
Antony Liu
9b5b1566f1
#61266 Test for old unsupported MS Write WRI files, and give a more helpful exception if found, plus unit tests
1 month ago
Antony Liu
278db84451
[github-25] support excel number trailing comma format - Thabks to Luca Martini for proving the patch
1 month ago
Antony Liu
ae7e4f9049
[Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtg
1 month ago
Antony Liu
5742abfd75
[Bug 60422] fix data formatter issue with specific format in German locale
1 month ago
Antony Liu
5687de67c7
Remove some deprecated *SSF APIs
2 months ago
Antony Liu
adb26ccd86
Remove more deprecated code (especially from Spreadsheet Cell classes)
2 months ago
Antony Liu
8a4de17338
Ensure SpreadsheetVersion is set for AreaReferences
2 months ago
Antony Liu
14f52860a2
Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrectly, ignores CTAbsoluteAnchor
2 months ago
Antony Liu
4673ee6764
[bug-65915] add test for 'OR' function
2 months ago
Antony Liu
8f4bfbd141
bug 61045 -- allow for extra bytes in FormatRecord.
2 months ago
Antony Liu
bccd37e87b
bug 57919: add functions to write and close a POIDocument, guaranteeing closure of the output stream and document.
2 months ago
Antony Liu
e874fa6ca9
bug 52063: support 2-argument LOOKUP(lookup_value, array) function in Excel
2 months ago
Tony Qu
3b66c38600
Implement ICellStyle.ReadingOrder
2 months ago
Francois Botha
938623f553
Read label options only if label length > 0
2 months ago
Antony Liu
7b25d9778c
Standardize some more common chart axis properties.
2 months ago
DESKTOP-C0TD3UP\Developer
9a577ea4e8
Fixed Position in tests
3 months ago
Antony Liu
3bbb1c4ed1
Fix code style
3 months ago
Antony Liu
dd074bb25e
#61085 support table styles
3 months ago
Antony Liu
d2bbe0d05e
Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color
3 months ago
Antony Liu
07466a802c
#61085 support table styles
3 months ago
Antony Liu
94234b1b5a
bug 61059: fix NamePtg to read unsigned shorts instead of signed shorts, avoiding a AIOOBE when a workbook contains more than 32k Names. Thanks to Travis Burtrum for the patch.
3 months ago
Antony Liu
06b228cec4
Bug 61063: enable test case Bug61063
3 months ago
Marko Lahma
5c34729ff1
Remove unnecessary array allocations for Split etc
3 months ago
Antony Liu
c193c8fafd
github-55: document that CellReference#isRowWithinRange(String rowNum, SpreadsheetVersion ss) expects rowNum to be parseable as an integer
3 months ago
Antony Liu
a11818c1e5
bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #isColumnWithnRange methods
3 months ago
Marko Lahma
a1c339b4fd
Fix analysis errors related to non-concrete type usage
3 months ago
Marko Lahma
1278918598
Use NET 9 SDK to compile solution
3 months ago
JYJ
7888f0aaf1
commit dependency
4 months ago
Marko Lahma
31c899c60e
Fix analyzer reported issues
* Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character
* Type 'XXX' can be sealed because it has no subtypes in its containing assembly and is not externally visible
* To avoid double lookup, call 'TryAdd' instead of calling 'Add' with a 'ContainsKey'
* Prefix generic type parameter name with 'T'
4 months ago
Antony Liu
e690063d92
Copilot review fixes
4 months ago
Antony Liu
36992e4d39
github-32: speed up Irr() Excel formula computation by replacing Math.pow() with multiplication. Thanks to Daniel Kuan! This closes #32 .
4 months ago
Antony Liu
9643881d4f
Add table style test cases
4 months ago
Antony Liu
a470216af2
60184 - invalid OOXML produced when XSSFFont.getFamily() called with no families defined
4 months ago
Antony Liu
832f7be3e4
61060 - teach DataFormatter about conditional formatting rules with number formats
4 months ago
JYJ
d096dcc8f4
Change stringbuilder to zstring(this time changing only what needs to be changed)
4 months ago
Marko Lahma
5f73594729
Remove zero-length array allocations and use collection expression
4 months ago
Mohammad Hossein Mostmand
945be131cb
Add grouping to ColumnChartData
4 months ago
Mohammad Hossein Mostmand
54926ae467
Add grouping to bar charts
4 months ago