aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Move location where document is held and adjust constructors and class-hierar...Dominik Stadler2015-05-174-22/+18
* Adjust error message to have the same error across different types of Workboo...Dominik Stadler2015-05-121-1/+1
* Adjust intendationDominik Stadler2015-05-111-4/+4
* Provide better exception if we would access out of bounds in arraycopy for Es...Dominik Stadler2015-05-111-1/+8
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-111-12/+9
* Add checks for invalid row number in RowRecord to find corrupted files earlierDominik Stadler2015-05-111-0/+6
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1117-34/+129
* Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t...Nick Burch2015-05-112-496/+10
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1110-58/+49
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-115-46/+68
* Correct zero byte entry support in NPOIFSNick Burch2015-05-111-1/+5
* #56791 Remove long-deprecated OPOIFS related methodsNick Burch2015-05-111-51/+0
* #56791 Default to NPOIFSNick Burch2015-05-111-1/+1
* Begin making NPOIFS the default #56791Nick Burch2015-05-113-9/+624
* Fix inconsistent whitespaceNick Burch2015-05-041-127/+121
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-043-16/+59
* New EmptyFileException, and fix serial warningNick Burch2015-05-042-1/+30
* Use a constant for the name of the OOXML encrypted package nodeNick Burch2015-04-298-7/+12
* Add a common interface for 3D Pxg'sNick Burch2015-04-243-2/+29
* Patch from Conor from bug #57747 - Add ISERR() functionNick Burch2015-04-242-0/+22
* Whitespace and comment updatesNick Burch2015-04-241-6/+6
* #57851 - Skip null properties in PropertyTableBase, which is how PropertyFact...Nick Burch2015-04-231-0/+5
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-131-5/+6
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-031-4/+4
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-141-5/+9
* Bug 56380: Remove limitation of 1024 comments per WorkbookDominik Stadler2015-03-131-2/+5
* Link to the replacement constructions for the deprecated ones, and a few extr...Nick Burch2015-02-281-8/+20
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-272-5/+27
* Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ...Dominik Stadler2015-02-131-0/+7
* Bug 57479: Typo in HSSFWorkbook javaDocsDominik Stadler2015-02-091-11/+11
* Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ...Dominik Stadler2015-02-0926-54/+45
* Finish converting ErrorEval to only use the FormulaError constants, and then ...Nick Burch2015-02-082-34/+41
* Prepare FormulaError for both long and short codesNick Burch2015-02-081-5/+21
* Reduce duplication between FormulaError and ErrorConstantsNick Burch2015-02-083-28/+25
* The default for standard encryption cipher algorithm was wrongly set to rc4Andreas Beeker2015-01-261-1/+7
* Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepageNick Burch2015-01-132-1/+5
* Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s...Dominik Stadler2015-01-092-19/+29
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-1/+7
* * Add missing close() on streams in ImageUtils.getImageDimension()Dominik Stadler2015-01-071-19/+24
* Test and fix for bug #46441Andreas Beeker2015-01-023-2/+323
* Include seen invalid index in thrown ExceptionDominik Stadler2015-01-021-2/+2
* Fix some Eclipse warningsDominik Stadler2015-01-022-3/+3
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-026-5/+36
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-291-0/+247
* Add missing license header for new fileDominik Stadler2014-12-281-0/+17
* Bug 57007: Add initial implementations of DMIN and DGET functionsDominik Stadler2014-12-285-0/+521
* Remove unused local variableDominik Stadler2014-12-281-3/+0
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-2824-141/+189
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-279-121/+108
* Fix inconsistent whitespace/indentsNick Burch2014-12-251-35/+33