aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/streaming
Commit message (Expand)AuthorAgeFilesLines
* Update library versionsAndreas Beeker2020-08-181-20/+16
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-3/+1
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-225-63/+65
* rename internal methodPJ Fanning2020-07-131-2/+2
* get TestDeferredSXSSFWorkbook to use DeferredSXSSFWorkbook in all of its testsPJ Fanning2020-07-061-31/+35
* add test casePJ Fanning2020-07-031-2/+26
* rename classes as DeferredSXSSF instead of EmittingSXSSFPJ Fanning2020-07-031-20/+20
* remove some unnecessary testsPJ Fanning2020-06-281-208/+4
* [github-184] New EmittingSXSSFWorkbook. Thanks to mobreza. This closes #184PJ Fanning2020-06-281-0/+488
* remove some deprecated methods from CellPJ Fanning2020-06-271-17/+0
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-241-1/+2
* [bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ...PJ Fanning2020-04-092-15/+31
* Replace manual close with try-with-resourcesDominik Stadler2019-12-153-27/+13
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-2/+3
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-151-1/+18
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-232-7/+7
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-261-4/+5
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-261-0/+5
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-261-2/+2
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-261-1/+10
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...Vladislav Galas2019-01-071-0/+32
* Improved test coverage for *Cell classesVladislav Galas2019-01-041-3/+66
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...Vladislav Galas2019-01-031-0/+32
* Run Cell-tests on HSSF as well and make handling of null-values consistent ac...Dominik Stadler2018-12-281-12/+0
* Bug 61532: Fix setting values/types during formula evaluation for SXSSFDominik Stadler2018-12-281-4/+7
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-2/+2
* Set NOSONAR, adjust test slightly and reformat codeDominik Stadler2018-10-261-28/+31
* code formattingPJ Fanning2018-07-112-6/+6
* #59268 - add license header / escape unicode stringAndreas Beeker2018-06-221-1/+26
* #59268 - Work on providing an updated version of XMLBeansAndreas Beeker2018-06-221-0/+42
* #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Output...Andreas Beeker2018-06-141-13/+16
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-251-81/+31
* [bug-62216] add test casePJ Fanning2018-04-021-1/+14
* tidy up API for font indexPJ Fanning2018-02-262-2/+2
* further uptake of int methods for font lookupsPJ Fanning2018-02-222-2/+2
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-301-0/+14
* remove unnecessary test overridePJ Fanning2018-01-091-9/+0
* use StandardCharsetsPJ Fanning2017-12-191-5/+1
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ...Dominik Stadler2017-09-192-4/+26
* Fix some IntelliJ warningsDominik Stadler2017-09-191-4/+1
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-192-3/+0
* While working on bug 61148 I found that getCellType() and setCellErrorValue()...Dominik Stadler2017-09-191-0/+2
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-4/+4
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-163-7/+7
* [Bug-61048] SXSSF module writes wrong escape sequence for carriage returnsPJ Fanning2017-08-091-0/+19
* avoid unnecessary string concats in SXSSF SheetDataWriterPJ Fanning2017-07-131-1/+1
* [Bug 61246] remove flush methodPJ Fanning2017-07-031-2/+2
* [Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars repl...PJ Fanning2017-07-031-0/+75
* bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test...Javen O'Neal2017-06-201-8/+2
* Don't try to clone a chart, this makes integration-tests work for a few more ...Dominik Stadler2017-06-181-1/+1