aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* typos (an)PJ Fanning2025-05-061-1/+1
* reimplement SXSSFSheet arbitrary extra width support (5.4.0 code does not work)PJ Fanning2025-01-111-1/+2
* PoiLogManagerPJ Fanning2024-11-241-2/+2
* call next release poi 5.4.0PJ Fanning2024-10-291-2/+2
* [github-657] SXSSF: support setting an arbitrary extra width value for column...PJ Fanning2024-08-211-1/+27
* try to javadoc more unsupported methodsPJ Fanning2023-12-191-0/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-071-2/+22
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-031-2/+6
* apply some spelling fixesPJ Fanning2023-06-271-1/+1
* use 'an'PJ Fanning2023-03-181-1/+1
* [bug-65260] partial revert of recent changesPJ Fanning2023-02-051-4/+4
* fix compile issuesPJ Fanning2023-02-041-3/+3
* [bug-65260] catch Throwable instead of error - see https://github.com/apache/...PJ Fanning2023-02-041-2/+2
* rework SXSSF groupRow and add testPJ Fanning2023-01-281-15/+9
* try to improve performance of XSSFSheet row/col grouping/ungroupingPJ Fanning2023-01-281-3/+3
* Bug 65260: Fix how we ignore errors when fonts are not installedDominik Stadler2022-12-261-2/+6
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-1/+1
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-6/+6
* [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be ini...PJ Fanning2022-08-181-17/+38
* [bug-65562] derive sheet dimensions when outputting SXSSFSheetsPJ Fanning2022-07-261-0/+45
* [bug-55330] add setMargin(PageMargin, double)PJ Fanning2022-07-201-2/+23
* [bug-55330] add getMargin(PageMargin)PJ Fanning2022-07-201-1/+17
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-201-2/+23
* javadocPJ Fanning2022-07-201-3/+3
* [github-319] fix javadoc on setColumnHidden. Thanks to CodeMonkeyLab. This cl...PJ Fanning2022-04-051-2/+2
* addHyperlink method on SXSSFSheetPJ Fanning2022-03-291-14/+15
* use isEmpty()PJ Fanning2021-12-301-2/+2
* [github-290] Customize Spliterator implementations for better parallelism. Th...PJ Fanning2021-12-231-5/+15
* add /* ====================================================================PJ Fanning2021-12-011-4/+2
* expose VMLDrawing in SXSSF codePJ Fanning2021-11-201-6/+15
* javadocPJ Fanning2021-11-031-1/+8
* Reformat codeDominik Stadler2021-10-221-226/+113
* [bug-65609] add flushBufferedData to SXSSFSheetPJ Fanning2021-10-011-0/+10
* typos in javadocPJ Fanning2021-10-011-2/+2
* Fix Javadoc errors and warnings on JDK 17Marius Volkhart2021-10-011-1/+1
* Adjust imports and apply some IDE suggestionsDominik Stadler2021-09-101-2/+2
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-0/+2129