aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/streaming
Commit message (Expand)AuthorAgeFilesLines
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-1/+2
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...Dominik Stadler2015-08-191-1/+6
* findbugs - DM_NUMBER_CTORAndreas Beeker2015-08-131-4/+4
* Start re-enabling some SXSSF formula evaluation tests, with required fixes #5...Nick Burch2015-07-313-6/+54
* Get basic SXSSF formula evaluation working, for cells/references in the windo...Nick Burch2015-07-314-22/+60
* Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua...Nick Burch2015-07-312-2/+101
* Prepare for SXSSF evaluation #58200Nick Burch2015-07-315-8/+120
* #58200 Prepare for evaluating SXSSF cell formulas in limited casesNick Burch2015-07-315-32/+171
* Use more specific return types in SXSSF, which avoids casts, and also fix som...Nick Burch2015-07-314-25/+23
* Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X...David North2015-07-131-1/+14
* Bug 58113: Fix regression: NullPointerException when setting cell value to nullDominik Stadler2015-07-131-1/+1
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-231-1/+2
* When removing a SXSSF sheet, ensure temp files associated with it are dispose...Nick Burch2015-04-291-1/+8
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-031-0/+11
* Adjust tests and fix small typoDominik Stadler2015-02-271-1/+1
* Bug 57459: Add method in SXSSFSheet to directly set row OutLineLevelDominik Stadler2015-02-141-2/+30
* Fix Eclipse warnings, provide better error message and adjust javadoc slightlyDominik Stadler2015-01-091-0/+2
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-022-1/+5
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-0/+20
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-121-0/+13
* Fix Eclipse warning about genericsDominik Stadler2014-11-101-1/+1
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-081-1/+17
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...Nick Burch2014-11-051-0/+7
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-041-0/+14
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-061-4/+58
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-243-5/+8
* Fix inconsistent indentNick Burch2014-06-111-16/+16
* #56537 close method for SXSSF tooNick Burch2014-06-111-15/+29
* Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBCNick Burch2014-03-222-3/+4
* Fix Sonar issues about finalize() usageDominik Stadler2014-03-081-0/+2
* Add assertions, remove Sonar warningsDominik Stadler2014-02-152-5/+3
* Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx files...Andreas Beeker2014-02-143-12/+91
* Remove unused members and make others privateDominik Stadler2013-12-261-7/+4
* Bug 55369: Add support for collapsing rows in SXSSFDominik Stadler2013-10-203-9/+95
* Bug 55658: don't fail in SXSSF if a numeric cell is overwritten with a stringDominik Stadler2013-10-161-2/+21
* Also fix some Eclipse warnings while hunting Bugs: Generics, unusedDominik Stadler2013-08-211-4/+13
* Bug 55248: Add methods for showInPane() using int and unit test to verify it ...Dominik Stadler2013-07-131-0/+14
* Bug 53650 - Prevent unreadable content and disalow to overwrite rows in user...Yegor Kozlov2012-12-072-0/+20
* preserve leading / trailing spaces in SXSSFYegor Kozlov2012-10-121-1/+22
* Bugzilla 53780: Fixed memory and temporary file leak in SXSSFYegor Kozlov2012-09-144-10/+55
* removed #Override from interfaces to keep javac on JDK 1.5 happyYegor Kozlov2012-08-061-5/+0
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-042-8/+37
* fixed compilation errors on JDK 1.5Yegor Kozlov2012-07-241-2/+0
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-211-1/+15
* Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode c...Yegor Kozlov2012-07-161-0/+3
* Bugzilla 53271 - Removed unconditional asserts in SXSSFYegor Kozlov2012-05-255-9/+0
* follow on to r1295058Yegor Kozlov2012-02-291-1/+32
* Bugzilla 51673 - support grouping rows in SXSSFYegor Kozlov2012-02-293-4/+29
* Bugzilla 52784 - replace ISO control characters with question marks in SXSSF ...Yegor Kozlov2012-02-281-8/+9
* validate row and column indexes in SXSSFYegor Kozlov2012-02-122-0/+23