aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* bug-69727 decrease count when we remove merged regions (#837)PJ Fanning7 days1-0/+2
* [bug-66687] Combination of XSSF and SXSSF may result in invalid files. Thanks...PJ Fanning2025-05-271-0/+8
* use isEmptyPJ Fanning2025-04-101-1/+1
* add arbitrary extra width support to XSSFSheetPJ Fanning2025-03-121-0/+26
* allow context to be set in XSSFSheet copyRowsPJ Fanning2025-02-131-3/+42
* PoiLogManagerPJ Fanning2024-11-241-2/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-061-1/+1
* apply some spelling fixesPJ Fanning2023-06-281-1/+1
* apply some spelling fixesPJ Fanning2023-06-271-2/+2
* apply some spelling fixesPJ Fanning2023-06-271-1/+1
* [bug-66607] perf issue processing array formulasPJ Fanning2023-05-191-6/+11
* use 'its'PJ Fanning2023-03-181-1/+1
* don't create format pr instance for read eventsPJ Fanning2023-01-291-12/+17
* rework SXSSF groupRow and add testPJ Fanning2023-01-281-2/+2
* edge case (avoid short overflow)PJ Fanning2023-01-281-6/+2
* try to improve performance of XSSFSheet row/col grouping/ungroupingPJ Fanning2023-01-281-18/+56
* reorder xssf codePJ Fanning2023-01-241-1/+1
* Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...Dominik Stadler2023-01-011-0/+4
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-121-1/+1
* sonar issuesPJ Fanning2022-08-251-2/+2
* [bug-66215] try to improve logic for overlapping tablesPJ Fanning2022-08-171-2/+8
* [bug-66215] try to fix formulas in tables after row/column shiftingPJ Fanning2022-08-161-0/+45
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-141-2/+3
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-141-66/+73
* further issue with clonePJ Fanning2022-08-131-1/+6
* [bug-66213] hack clone table code to avoid failing with edge casesPJ Fanning2022-08-131-2/+3
* [bug-66213] clone tables while cloning sheet. Thanks to Axel Richter.PJ Fanning2022-08-131-0/+125
* [bug-66212] try to remove table part for table when removing tablePJ Fanning2022-08-131-4/+10
* [bug-66212] try to remove package part for table when removing tablePJ Fanning2022-08-131-4/+6
* [bug-65562] derive sheet dimensions when outputting SXSSFSheetsPJ Fanning2022-07-261-17/+36
* test issuePJ Fanning2022-07-201-2/+6
* [bug-55330] add setMargin(PageMargin, double)PJ Fanning2022-07-201-7/+22
* [bug-55330] add getMargin(PageMargin)PJ Fanning2022-07-201-7/+22
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-201-5/+46
* remove use of some calls to deprecated cursor dispose()PJ Fanning2022-06-191-4/+1
* [github-319] fix javadoc on setColumnHidden. Thanks to CodeMonkeyLab. This cl...PJ Fanning2022-04-051-2/+2
* [bug-65973] fix for removing hyperlinks that span multiple cellsPJ Fanning2022-03-221-2/+0
* [bug-65973] partial fix for removing hyperlinks that span multiple cellsPJ Fanning2022-03-221-1/+1
* [bug-65973] partial fix for removing hyperlinks that span multiple cellsPJ Fanning2022-03-221-2/+2
* [bug-65973] partial fix for removing hyperlinks that span multiple cellsPJ Fanning2022-03-221-4/+13
* [bug-65973] partial fix for removing hyperlinks that span multiple cellsPJ Fanning2022-03-221-2/+3
* [bug-64536] add getDimension on XSSFSheetPJ Fanning2022-03-201-0/+14
* javadocPJ Fanning2022-03-151-1/+1
* add xssf test (width/height)PJ Fanning2022-03-151-1/+1
* [bug-60541] fix issue with setColumnAttributesPJ Fanning2022-02-011-2/+3
* use isEmpty()PJ Fanning2021-12-301-1/+1
* use isEmpty()PJ Fanning2021-12-301-1/+1
* close input streams for partsPJ Fanning2021-12-281-2/+2
* [github-290] Customize Spliterator implementations for better parallelism. Th...PJ Fanning2021-12-231-4/+8
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-051-1/+5