aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #56004 - Support for WMF rendering (parsing the WMF records)Andreas Beeker2015-12-2120-0/+5002
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-203-92/+160
* Unit test for non-reproducable #58747Nick Burch2015-12-171-0/+19
* Fix unit test for bug 58731 to actually runDominik Stadler2015-12-171-3/+6
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-163-0/+41
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-145-12/+65
* fix forbidden apis issuesAndreas Beeker2015-12-134-14/+32
* #58718 - Master styles not initialized when running multithreadedAndreas Beeker2015-12-135-11/+47
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-062-9/+3
* supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress....Javen O'Neal2015-12-061-7/+9
* bug 56454: shiftRows incorrectly handle merged regions that do not contain co...Javen O'Neal2015-12-061-1/+43
* make test easier to understand using A1 addresses instead of row+col numbersJaven O'Neal2015-12-061-2/+4
* Bug 58084: Fix cloning Cell Styles with BordersDominik Stadler2015-12-042-0/+57
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-045-33/+48
* add hashCode for corresponding equals functionJaven O'Neal2015-12-041-0/+5
* javadocsJaven O'Neal2015-12-041-1/+2
* whitespaceJaven O'Neal2015-12-041-410/+406
* FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA...Javen O'Neal2015-12-041-0/+10
* make fields staticJaven O'Neal2015-12-041-5/+8
* whitespaceJaven O'Neal2015-12-041-28/+28
* whitespaceJaven O'Neal2015-12-041-6/+6
* findbugs: check return value of File.mkdir(s), and don't accidentally catch R...Javen O'Neal2015-12-041-4/+25
* add comments for names of missing functionsJaven O'Neal2015-12-041-25/+99
* fix javadocs errorsJaven O'Neal2015-12-042-4/+4
* fix javadoc errorsJaven O'Neal2015-12-043-7/+7
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-0410-29/+143
* remove deprecated functions (since 2008)Javen O'Neal2015-12-042-2/+21
* Add some additional rules for the forbidden-apis-check borrowed from Elastics...Dominik Stadler2015-12-024-3/+114
* Sonar fixes, direct array parameterAndreas Beeker2015-12-0112-26/+33
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-3012-90/+228
* bug 58670: cleanup from r1717192Javen O'Neal2015-11-301-45/+36
* bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS...Javen O'Neal2015-11-301-76/+77
* add @Override annotations to SXSSFRowJaven O'Neal2015-11-301-0/+23
* add @Override annotation. Explicitly specify workbook type returned by SXSSFI...Javen O'Neal2015-11-301-2/+12
* testBool/testErr: check values before writeOutAndReadBackJaven O'Neal2015-11-301-2/+11
* fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua...Javen O'Neal2015-11-301-16/+15
* whitespaceJaven O'Neal2015-11-301-618/+618
* add @Override and @NotImplemented annotations to SXSSFCell, update javadocsJaven O'Neal2015-11-301-23/+67
* break testBoolErr into 2 unit tests. The test shouldn't be aware of the under...Javen O'Neal2015-11-301-16/+63
* whitespaceJaven O'Neal2015-11-301-5/+5
* bug 58671: change MissingCellPolicy from class to enumJaven O'Neal2015-11-301-6/+10
* javadocsJaven O'Neal2015-11-301-3/+1
* add missing ASF License headers for bug 57450Javen O'Neal2015-11-302-0/+32
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-3010-12/+1148
* Add helper method for opening the test files - maybe switched to InputStream ...Andreas Beeker2015-11-291-32/+36
* XSLF: tables can now be removed from sheets/groupsAndreas Beeker2015-11-293-2/+26
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-292-1/+40
* add @Override annotations to Sheet classesJaven O'Neal2015-11-294-13/+214
* close resourcesAndreas Beeker2015-11-2910-38/+70