Antony Liu
29d68ba1ec
Bug 63788: Remove AbstractNum by abstractNumId, not list index
1 week ago
Antony Liu
19e35756d1
bug 62859 -- fix two potential NPEs when initializing XWPFSDTContent
1 week ago
Antony Liu
a4ececc11c
#55953 Added methods to position a table
1 week ago
Antony Liu
7185cf58ae
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
2 weeks ago
Antony Liu
844cd48635
61470 -- add extraction of content within ruby elements; allow users to concatenate or not concatenate phonetic strings. Default is to concatenate.
2 weeks ago
Antony Liu
073f02ae61
improve XSSFExcelExtractor
3 weeks ago
Antony Liu
ea0db85a06
#61363 - Unify escher shape id allocation
3 weeks ago
Antony Liu
baa5ecb424
Deleting a sheet did not delete table parts and relations. Deleting a table needs to also delete any queryTable relations and parts.
3 weeks ago
Antony Liu
2705868e6d
[Bug-61354] fix issue with extracting text from Word docs.
4 weeks ago
Antony Liu
1ed0eed1e3
remove comment code
4 weeks ago
Antony Liu
1a5ecff505
bug 61296: deduplicate ooxml schema constants
4 weeks ago
Antony Liu
fedf1d2286
fix according to poi
1 month ago
Antony Liu
42cef87800
[Bug-61048] SXSSF module writes wrong escape sequence for carriage returns
1 month ago
Antony Liu
1727cbf24b
[Bug-61281] guard against index out of bounds in XSSFExportToXml column mapping
1 month ago
Antony Liu
bc539f093e
fix some test case namespace. Temporarily ignore test TestEncodingBelowAscii, fix it in the future.
1 month ago
Antony Liu
53d326d5de
[Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars replaced by '?'
1 month ago
Antony Liu
49f840d086
Remove some deprecated code
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
90ea461061
Expose one more bit of style information generically (for XSSF).
2 months ago
Antony Liu
2d5bdbc8a1
remove deprecated POIXMLDocument.hasOOXMLHeader
2 months ago
Antony Liu
c235749517
Add file that failed regression tests as a unit test.
2 months ago
Antony Liu
14f52860a2
Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrectly, ignores CTAbsoluteAnchor
2 months ago
Tony Qu
60af543a77
Fix #1443
2 months ago
Tony Qu
3b66c38600
Implement ICellStyle.ReadingOrder
2 months ago
James Thompson
49462ecde4
#1568 remove pkcs
2 months ago
James Thompson
65fa899c55
#1568 conditionalise both packages
2 months ago
Marko Lahma
f06fa9ff77
Only add dependency to Cryptography.Pkcs when needed
2 months ago
Tim Lee
d554149489
Update some ToString functions
2 months ago
Antony Liu
cb4a7ea9aa
Bug 56557: Fix handling chart sheets
2 months ago
Antony Liu
7b25d9778c
Standardize some more common chart axis properties.
2 months ago
DESKTOP-C0TD3UP\Developer
47216cb38d
#1338 Added Copy Charts to Sheet.CopyTo
3 months ago
Antony Liu
8871957795
fix compile error
3 months ago
Antony Liu
ecaadec20f
Don't report data table master cells as formula cells, since POI doesn't evaluate data table formulas.
3 months ago
Antony Liu
a083714cfe
Make it possible to create simple XSSF sheet tables without needing CT classes directly
3 months ago
Antony Liu
9fed0e5c70
XSSFTable should format numeric/date cells when used as Column Header names as Excel does, see https://stackoverflow.com/questions/44407111/apache-poi-cant-format-filled-cells-as-numeric
3 months ago
Tony Qu
6d27277ecd
Add XWPFTable.NumberOfColumns
fix #1546
3 months ago
Antony Liu
35672ce35e
Fix bug about enum type conversion
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
Marko Lahma
5c34729ff1
Remove unnecessary array allocations for Split etc
3 months ago
Bruno Gonçalves
70135dc1b1
Refactor index access in XWPFParagraph.cs
Removed unnecessary parentheses around index access for the `runs` list in multiple methods. This change improves code readability and maintains consistency without altering functionality.
3 months ago
Antony Liu
7deb9f219d
github-55: NumberFormatException if XSSFName.setNameName is set with a long name that looks similar to a cell address. Thanks to Thomas S @Millie4Ever
3 months ago
Antony Liu
251e2fed8f
github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo Rangel. This closes #25 .
3 months ago
Marko Lahma
a1c339b4fd
Fix analysis errors related to non-concrete type usage
3 months ago
Pieter Polak
1d1539473a
Fix pattern formatting - return correct field for pattern fill foreground color
3 months ago
Antony Liu
94d2eca88b
github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks to Tony Zeng! This closes #52 .
4 months ago
Antony Liu
9643881d4f
Add table style test cases
4 months ago