| Commit message (Expand) | Author | Age | Files | Lines |
* | Move location where document is held and adjust constructors and class-hierar... | Dominik Stadler | 2015-05-17 | 4 | -22/+18 |
* | Adjust error message to have the same error across different types of Workboo... | Dominik Stadler | 2015-05-12 | 1 | -1/+1 |
* | Adjust intendation | Dominik Stadler | 2015-05-11 | 1 | -4/+4 |
* | Provide better exception if we would access out of bounds in arraycopy for Es... | Dominik Stadler | 2015-05-11 | 1 | -1/+8 |
* | Avoid possible NPE found via CommonCrawl files | Dominik Stadler | 2015-05-11 | 1 | -12/+9 |
* | Add checks for invalid row number in RowRecord to find corrupted files earlier | Dominik Stadler | 2015-05-11 | 1 | -0/+6 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 17 | -34/+129 |
* | Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t... | Nick Burch | 2015-05-11 | 2 | -496/+10 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 10 | -58/+49 |
* | #56791 More updates from OPOIFS to NPOIFS | Nick Burch | 2015-05-11 | 5 | -46/+68 |
* | Correct zero byte entry support in NPOIFS | Nick Burch | 2015-05-11 | 1 | -1/+5 |
* | #56791 Remove long-deprecated OPOIFS related methods | Nick Burch | 2015-05-11 | 1 | -51/+0 |
* | #56791 Default to NPOIFS | Nick Burch | 2015-05-11 | 1 | -1/+1 |
* | Begin making NPOIFS the default #56791 | Nick Burch | 2015-05-11 | 3 | -9/+624 |
* | Fix inconsistent whitespace | Nick Burch | 2015-05-04 | 1 | -127/+121 |
* | If an empty stream or file is given to WorkbookFactory.create, give a more in... | Nick Burch | 2015-05-04 | 3 | -16/+59 |
* | New EmptyFileException, and fix serial warning | Nick Burch | 2015-05-04 | 2 | -1/+30 |
* | Use a constant for the name of the OOXML encrypted package node | Nick Burch | 2015-04-29 | 8 | -7/+12 |
* | Add a common interface for 3D Pxg's | Nick Burch | 2015-04-24 | 3 | -2/+29 |
* | Patch from Conor from bug #57747 - Add ISERR() function | Nick Burch | 2015-04-24 | 2 | -0/+22 |
* | Whitespace and comment updates | Nick Burch | 2015-04-24 | 1 | -6/+6 |
* | #57851 - Skip null properties in PropertyTableBase, which is how PropertyFact... | Nick Burch | 2015-04-23 | 1 | -0/+5 |
* | Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa... | Dominik Stadler | 2015-04-13 | 1 | -5/+6 |
* | Bug 56579: Throw exception if max string length of 32767 chars is exceeded in... | Dominik Stadler | 2015-04-03 | 1 | -4/+4 |
* | Remove some findbugs warnings about missing close of streams, use existing IO... | Dominik Stadler | 2015-03-14 | 1 | -5/+9 |
* | Bug 56380: Remove limitation of 1024 comments per Workbook | Dominik Stadler | 2015-03-13 | 1 | -2/+5 |
* | Link to the replacement constructions for the deprecated ones, and a few extr... | Nick Burch | 2015-02-28 | 1 | -8/+20 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 2 | -5/+27 |
* | Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ... | Dominik Stadler | 2015-02-13 | 1 | -0/+7 |
* | Bug 57479: Typo in HSSFWorkbook javaDocs | Dominik Stadler | 2015-02-09 | 1 | -11/+11 |
* | Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... | Dominik Stadler | 2015-02-09 | 26 | -54/+45 |
* | Finish converting ErrorEval to only use the FormulaError constants, and then ... | Nick Burch | 2015-02-08 | 2 | -34/+41 |
* | Prepare FormulaError for both long and short codes | Nick Burch | 2015-02-08 | 1 | -5/+21 |
* | Reduce duplication between FormulaError and ErrorConstants | Nick Burch | 2015-02-08 | 3 | -28/+25 |
* | The default for standard encryption cipher algorithm was wrongly set to rc4 | Andreas Beeker | 2015-01-26 | 1 | -1/+7 |
* | Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage | Nick Burch | 2015-01-13 | 2 | -1/+5 |
* | Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s... | Dominik Stadler | 2015-01-09 | 2 | -19/+29 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -1/+7 |
* | * Add missing close() on streams in ImageUtils.getImageDimension() | Dominik Stadler | 2015-01-07 | 1 | -19/+24 |
* | Test and fix for bug #46441 | Andreas Beeker | 2015-01-02 | 3 | -2/+323 |
* | Include seen invalid index in thrown Exception | Dominik Stadler | 2015-01-02 | 1 | -2/+2 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 2 | -3/+3 |
* | Bug 46192: Add methods to query outline level for HSSF and XSSF | Dominik Stadler | 2015-01-02 | 6 | -5/+36 |
* | Bug 49541 - Mapping of symbol characters to unicode equivalent | Andreas Beeker | 2014-12-29 | 1 | -0/+247 |
* | Add missing license header for new file | Dominik Stadler | 2014-12-28 | 1 | -0/+17 |
* | Bug 57007: Add initial implementations of DMIN and DGET functions | Dominik Stadler | 2014-12-28 | 5 | -0/+521 |
* | Remove unused local variable | Dominik Stadler | 2014-12-28 | 1 | -3/+0 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 24 | -141/+189 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 9 | -121/+108 |
* | Fix inconsistent whitespace/indents | Nick Burch | 2014-12-25 | 1 | -35/+33 |