| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ... | Dominik Stadler | 2015-02-13 | 2 | -16/+29 |
* | Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage | Nick Burch | 2015-01-13 | 1 | -1/+1 |
* | Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it | Nick Burch | 2015-01-13 | 2 | -0/+23 |
* | Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s... | Dominik Stadler | 2015-01-09 | 4 | -5/+501 |
* | Fix Eclipse warnings, provide better error message and adjust javadoc slightly | Dominik Stadler | 2015-01-09 | 1 | -21/+31 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 2 | -60/+142 |
* | * Add missing close() on streams in ImageUtils.getImageDimension() | Dominik Stadler | 2015-01-07 | 1 | -0/+30 |
* | Add reproducer for bug 57074 | Dominik Stadler | 2015-01-07 | 1 | -0/+22 |
* | Move some tests to the base test class where applicapple | Dominik Stadler | 2015-01-05 | 2 | -79/+154 |
* | Add missing license header | Dominik Stadler | 2015-01-02 | 1 | -0/+16 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 1 | -1/+1 |
* | Bug 46898: Convert unit tests for circular references to also run for XSSF | Dominik Stadler | 2015-01-02 | 6 | -170/+215 |
* | Bug 57007: Add initial implementations of DMIN and DGET functions | Dominik Stadler | 2014-12-28 | 2 | -0/+54 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 10 | -227/+287 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 11 | -160/+169 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 1 | -9/+4 |
* | Add a test-suite which performs integration/stress tests which load and handl... | Dominik Stadler | 2014-12-25 | 3 | -0/+54 |
* | Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals ... | Dominik Stadler | 2014-12-22 | 1 | -11/+37 |
* | Some Eclipse warnings | Dominik Stadler | 2014-12-22 | 1 | -10/+15 |
* | Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeShe... | Dominik Stadler | 2014-12-22 | 1 | -1/+35 |
* | Bug 57231: Add missing ArrayRecord.clone() | Dominik Stadler | 2014-12-22 | 1 | -4/+22 |
* | Expose the version information from OldExcelExtractor | Nick Burch | 2014-12-22 | 1 | -0/+8 |
* | Add a test for spreadsheet/49219.xls which previously failed with NullPointer... | Dominik Stadler | 2014-12-21 | 1 | -3/+19 |
* | Fix warnings and inconsistent indents | Nick Burch | 2014-12-17 | 1 | -93/+86 |
* | Bug 57355: Fix test-compilation casued by moving the code to the base-test-class | Dominik Stadler | 2014-12-16 | 1 | -2/+2 |
* | Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lin... | Dominik Stadler | 2014-12-16 | 2 | -4/+70 |
* | Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it | Andreas Beeker | 2014-12-12 | 2 | -26/+57 |
* | Correct older biff detection, and add unit tests for HSSFWorkbook giving help... | Nick Burch | 2014-11-30 | 1 | -0/+36 |
* | On Biff5 files, include the sheet name. (Older formats are single sheet) | Nick Burch | 2014-11-30 | 1 | -0/+3 |
* | Track the codepage in old excel files, to be able to correctly decode the 8 b... | Nick Burch | 2014-11-30 | 1 | -2/+1 |
* | Add some formatted numbers to the test biff5 files, and commented out tests u... | Nick Burch | 2014-11-30 | 1 | -0/+7 |
* | Track what Biff version we are working on, and use that to work around Biff 2... | Nick Burch | 2014-11-30 | 1 | -2/+5 |
* | Switch to POITestCase / assertContains | Nick Burch | 2014-11-30 | 1 | -27/+39 |
* | Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 | Nick Burch | 2014-11-30 | 2 | -4/+36 |
* | Largely there with the Excel 4 extractor, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -3/+4 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -1/+1 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -1/+39 |
* | Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI... | Nick Burch | 2014-11-30 | 2 | -0/+53 |
* | Add missing license header | Dominik Stadler | 2014-11-27 | 1 | -0/+17 |
* | Add more output in case of unknown cipher-ids to aid in debugging bugs like 5... | Dominik Stadler | 2014-11-26 | 1 | -0/+42 |
* | Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p... | Andreas Beeker | 2014-11-16 | 2 | -41/+105 |
* | Picture method to resize with different scales in width and height | Andreas Beeker | 2014-11-12 | 2 | -32/+74 |
* | add license header | Andreas Beeker | 2014-11-10 | 1 | -0/+17 |
* | Add initial simple test of class EscherDump | Dominik Stadler | 2014-11-10 | 1 | -0/+22 |
* | Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github | Nick Burch | 2014-11-08 | 1 | -0/+21 |
* | Fix some eclipse warnings, newlines, javadoc, generics, ... | Dominik Stadler | 2014-11-07 | 1 | -28/+49 |
* | Bug 57003: Add implementation of function FIXED | Dominik Stadler | 2014-11-07 | 2 | -0/+157 |
* | Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi... | Nick Burch | 2014-11-05 | 1 | -1/+243 |
* | Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g... | Nick Burch | 2014-11-04 | 1 | -0/+31 |
* | FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897 | Nick Burch | 2014-11-04 | 2 | -0/+8 |