aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-2129/+0
* [github-206] Improve perfomance of SXSSF cell evaluation. Thanks to This clos...PJ Fanning2020-12-101-12/+8
* [bug-64879] SXSSFSheet dispose() fails to remove Temporary files for java.io....PJ Fanning2020-11-071-0/+1
* [bug-64879] SXSSFSheet dispose() fails to remove Temporary files for java.io....PJ Fanning2020-11-071-3/+7
* get TestDeferredSXSSFWorkbook to use DeferredSXSSFWorkbook in all of its testsPJ Fanning2020-07-061-1/+1
* SXSSFSheet: beware of null _writerPJ Fanning2020-07-061-1/+1
* [github-184] New EmittingSXSSFWorkbook. Thanks to mobreza. This closes #184PJ Fanning2020-06-281-102/+109
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-151-2/+2
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-4/+4
* code formattingPJ Fanning2018-07-111-24/+17
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-301-0/+6
* Bug 61648: Test Sheet.setArrayFormula for SXSSFDominik Stadler2018-01-011-8/+13
* Update some tests and IntelliJ warningsDominik Stadler2018-01-011-18/+17
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-2/+2
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-1/+1
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-32/+0
* github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo R...Javen O'Neal2017-05-161-0/+181
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-12/+28
* bug 55075,51233: create drawings with correct height when rows are custom heightJaven O'Neal2016-10-091-1/+1
* bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)Javen O'Neal2016-07-171-0/+1
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-171-0/+11
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...Dominik Stadler2016-07-161-1/+2
* JDK8 javadocs fixesJaven O'Neal2016-07-151-4/+4
* JDK8 javadocsJaven O'Neal2016-07-151-10/+12
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-021-1/+1
* findbugs: remove implements Cloneable declaration from classes that don't imp...Javen O'Neal2016-07-021-1/+1
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-201-0/+11
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-191-10/+26
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-171-0/+9
* Bug 57844: Add some javadoc for unimplemented features in SXSSFDominik Stadler2016-04-101-1/+4
* bug 59212: Do not check for overlapping regions when adding merged regions to...Javen O'Neal2016-03-221-0/+24
* Remove some useless lines of code, the initialAllocationSize is ignored in SX...Dominik Stadler2016-03-141-13/+1
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-061-8/+2
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-041-0/+16
* javadocsJaven O'Neal2015-11-301-3/+1
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-301-11/+170
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-291-1/+4
* add @Override annotations to Sheet classesJaven O'Neal2015-11-291-1/+112
* make instance variables finalJaven O'Neal2015-11-271-4/+4
* whitespaceJaven O'Neal2015-11-241-4/+4
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-241-0/+25
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-241-15/+6
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-231-1/+1
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-231-3/+28
* bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet ...Javen O'Neal2015-11-021-0/+23
* findbugs - DM_NUMBER_CTORAndreas Beeker2015-08-131-4/+4
* Get basic SXSSF formula evaluation working, for cells/references in the windo...Nick Burch2015-07-311-11/+19
* Prepare for SXSSF evaluation #58200Nick Burch2015-07-311-3/+3