summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* bug 59383: getFormat should cache data formatter (fix from Nick C), accidenta...Javen O'Neal2016-04-261-0/+1
* remove unused importJaven O'Neal2016-04-181-1/+0
* add unit test for SXSSFSheet#changeRowNumJaven O'Neal2016-04-181-0/+18
* whitespaceJaven O'Neal2016-04-171-114/+114
* add unit test for StringUtil#joinJaven O'Neal2016-04-171-0/+8
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-1715-106/+167
* reformat exclude classes regular expression for OOXMLLiteJaven O'Neal2016-04-172-6/+45
* upgrade TestPaletteRecord to junit4Javen O'Neal2016-04-172-11/+13
* bug 58896: write autoSizeColumn timing to POILogger instead of standard outputJaven O'Neal2016-04-171-9/+23
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-1714-164/+106
* add commentsJaven O'Neal2016-04-171-2/+16
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-1712-77/+37
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-1712-29/+127
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-171-0/+9
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-173-9/+137
* bug 59340: lookup IndexedColors by indexJaven O'Neal2016-04-172-0/+84
* move unit test for XSSFSheet.setTabColor from TestXSSFWorkbook to TestXSSFSheetJaven O'Neal2016-04-172-16/+16
* bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that requi...Javen O'Neal2016-04-174-60/+90
* bug 59336: patch from Mark Murphy: replace deprecated usage of functions in C...Javen O'Neal2016-04-171-3/+3
* bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of...Javen O'Neal2016-04-171-26/+34
* fix Sonar warningsJaven O'Neal2016-04-121-27/+48
* bug 59312: delete temporary files even when the output stream cannot be close...Javen O'Neal2016-04-121-2/+7
* javadocs fixesJaven O'Neal2016-04-121-2/+2
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-1211-8/+42
* whitespace (tabs to spaces)Javen O'Neal2016-04-121-85/+85
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-127-1/+37
* add LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) b...Javen O'Neal2016-04-122-24/+34
* Fix compiler warnings and ensure CTChartSheets stays included and is not refa...Dominik Stadler2016-04-121-11/+11
* junit4 assert* improvements, add CTChartsheet to unit test so that it's compi...Javen O'Neal2016-04-121-7/+12
* convert to junit4Javen O'Neal2016-04-121-2/+9
* Exclude file that was modified and now fails with the known limitation of she...Dominik Stadler2016-04-121-0/+1
* convert to junit4Javen O'Neal2016-04-122-4/+19
* whitespace: +svn:eol-style=native, tabs to 4 spacesJaven O'Neal2016-04-121-170/+170
* javadoc typoJaven O'Neal2016-04-121-1/+1
* fix javadocs and findbugs warningsJaven O'Neal2016-04-123-25/+87
* bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 201...Javen O'Neal2016-04-111-3/+11
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-116-33/+193
* bug 52949: fix forbidden apisJaven O'Neal2016-04-112-6/+14
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-1011-20/+128
* ignore VBA source files in integration testJaven O'Neal2016-04-101-1/+13
* bug 52949: parameterize fromNPOIFS alsoJaven O'Neal2016-04-101-11/+27
* bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test casesJaven O'Neal2016-04-101-20/+36
* bug 52949: add junit test for RLEDecompressingInputStreamJaven O'Neal2016-04-106-22/+231
* svn propset svn:eol-style nativeJaven O'Neal2016-04-101-273/+273
* Javadoc tweaksNick Burch2016-04-102-3/+3
* Make the extractor exactly that, powered by the reader #52949Nick Burch2016-04-101-154/+55
* Unit test for VBA macro reading #52949Nick Burch2016-04-103-105/+237
* Start to refactor VBAMacroExtractor into a more general classNick Burch2016-04-101-0/+199
* VBA extraction support from bug #52949 from Barry LagerweijNick Burch2016-04-102-0/+461
* Bug 57844: Add some javadoc for unimplemented features in SXSSFDominik Stadler2016-04-102-1/+13