| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -60/+91 |
* | 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 | 1 | -78/+37 |
* | 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 | 1 | -0/+12 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 1 | -25/+54 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 2 | -3/+7 |
* | Add a test-suite which performs integration/stress tests which load and handl... | Dominik Stadler | 2014-12-25 | 3 | -0/+54 |
* | 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 |
* | Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lin... | Dominik Stadler | 2014-12-16 | 1 | -3/+0 |
* | 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 |
* | Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p... | Andreas Beeker | 2014-11-16 | 1 | -33/+7 |
* | Picture method to resize with different scales in width and height | Andreas Beeker | 2014-11-12 | 1 | -9/+40 |
* | Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github | Nick Burch | 2014-11-08 | 1 | -0/+21 |
* | 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 |
* | Partial HSSF support for adding new external workbook formula references for ... | Nick Burch | 2014-11-04 | 1 | -10/+52 |
* | More disabled unit tests relating to external workbook formula references | Nick Burch | 2014-11-04 | 1 | -0/+30 |
* | Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but f... | Nick Burch | 2014-10-20 | 1 | -0/+50 |
* | Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBu... | Nick Burch | 2014-10-18 | 1 | -118/+0 |
* | Revert parts of an inadvertent previous checkin, keep build.xml and @Override... | Dominik Stadler | 2014-10-06 | 3 | -343/+77 |
* | Print out current version of java before building to allow to see in build ou... | Dominik Stadler | 2014-10-06 | 3 | -77/+343 |
* | Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with repla... | Andreas Beeker | 2014-09-05 | 1 | -2/+1 |
* | Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending... | Dominik Stadler | 2014-08-31 | 1 | -662/+809 |
* | Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha... | Nick Burch | 2014-07-31 | 1 | -0/+11 |
* | Correct logic for the start-of-sheet missing rows, for event user model, and ... | Nick Burch | 2014-07-30 | 1 | -1/+12 |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 1 | -1/+405 |
* | Add simple unit test to verify that Bug 42016 was fixed already by some other... | Dominik Stadler | 2014-07-28 | 1 | -0/+9 |
* | Unit test to show that bug #52111 (intersect formulas) was already solved | Nick Burch | 2014-07-26 | 1 | -0/+20 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 1 | -0/+21 |
* | More progress towards #55906 - Have the ExternSheet references set up for mul... | Nick Burch | 2014-07-25 | 1 | -2/+1 |
* | More progress towards #55906 - FormulaParser is able to identify and parse mu... | Nick Burch | 2014-07-24 | 1 | -0/+28 |
* | Rename some of the internal HSSF sheet lookup methods which deal with externa... | Nick Burch | 2014-07-24 | 1 | -3/+3 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 1 | -6/+2 |
* | Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ... | Nick Burch | 2014-07-24 | 1 | -0/+23 |