| Commit message (Expand) | Author | Age | Files | Lines |
* | Get theme and non-theme rows consistent in the test file | Nick Burch | 2015-08-09 | 2 | -0/+0 |
* | Add more complex themes examples | Nick Burch | 2015-08-04 | 3 | -0/+0 |
* | Consistent indent between font and pattern CF formatting toString indent | Nick Burch | 2015-08-04 | 1 | -0/+0 |
* | Unit test for bug #57181 | Nick Burch | 2015-08-01 | 1 | -0/+0 |
* | Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X... | David North | 2015-07-13 | 1 | -0/+0 |
* | Add some more conditional formatted styles in the test workbooks #58130 | Nick Burch | 2015-07-12 | 2 | -0/+0 |
* | Some new-style conditional formattings, with gradients and icons | Nick Burch | 2015-07-11 | 2 | -0/+0 |
* | Bug 53109: Correctly handle unicode strings in NameCommentRecord | Dominik Stadler | 2015-06-01 | 2 | -0/+0 |
* | Prevent problems reported in Bug 56574 by ensuring that Cells are properly re... | Dominik Stadler | 2015-05-19 | 1 | -0/+0 |
* | Avoid possible NPE found via CommonCrawl files | Dominik Stadler | 2015-05-11 | 1 | -0/+0 |
* | Add verifying testcase for Bug 57423 and Bug 55752, both are still not solved... | Dominik Stadler | 2015-04-30 | 1 | -0/+0 |
* | Sample password protected xlsx file from Tika | Nick Burch | 2015-04-29 | 1 | -0/+0 |
* | Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no ... | Nick Burch | 2015-04-29 | 1 | -0/+0 |
* | Fix bug 57828, shifting more than one commit per row did not work. | Dominik Stadler | 2015-04-20 | 1 | -0/+0 |
* | Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa... | Dominik Stadler | 2015-04-13 | 1 | -0/+0 |
* | Add test from bug 49423 to verify that the problem was fixed in the meantime | Dominik Stadler | 2015-03-22 | 1 | -0/+0 |
* | Bug 56295: Fix cloning of styles across workbooks and handling of default val... | Dominik Stadler | 2015-03-14 | 1 | -0/+0 |
* | Add second verification of bug 56325 to ensure it is really fixed | Dominik Stadler | 2015-03-14 | 1 | -0/+0 |
* | Add some sample Strict ooxml files, from Excel 2013 | Nick Burch | 2015-03-13 | 4 | -0/+0 |
* | Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ... | Dominik Stadler | 2015-02-13 | 1 | -0/+0 |
* | Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetchin... | Nick Burch | 2015-02-08 | 1 | -0/+0 |
* | 57482 Handle XSLX files with no shared strings table in read-only mode | Nick Burch | 2015-01-22 | 1 | -0/+0 |
* | Unit test from Isao Kadowaki from bug #57482 | Nick Burch | 2015-01-22 | 1 | -0/+0 |
* | Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it | Nick Burch | 2015-01-13 | 1 | -0/+0 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -0/+0 |
* | Add reproducer for bug 57074 | Dominik Stadler | 2015-01-07 | 1 | -0/+0 |
* | Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks th... | Dominik Stadler | 2015-01-04 | 1 | -0/+0 |
* | Bug 57007: Add initial implementations of DMIN and DGET functions | Dominik Stadler | 2014-12-28 | 2 | -0/+0 |
* | Add a test-suite which performs integration/stress tests which load and handl... | Dominik Stadler | 2014-12-25 | 1 | -0/+0 |
* | Bug 57362: Properly initialize chart axis when loading a workbook which alrea... | Dominik Stadler | 2014-12-22 | 1 | -0/+0 |
* | Bug 56511: Add missing sample-file | Dominik Stadler | 2014-12-22 | 1 | -0/+0 |
* | Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and... | Dominik Stadler | 2014-12-22 | 1 | -0/+0 |
* | Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeShe... | Dominik Stadler | 2014-12-22 | 1 | -0/+0 |
* | Bug 57231: Add missing ArrayRecord.clone() | Dominik Stadler | 2014-12-22 | 1 | -0/+0 |
* | Bug 57236: Add reproducer, although I am not sure if we should and how to fix... | Dominik Stadler | 2014-12-22 | 1 | -0/+0 |
* | Add some formatted numbers to the test biff5 files, and commented out tests u... | Nick Burch | 2014-11-30 | 2 | -0/+0 |
* | Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 | Nick Burch | 2014-11-30 | 2 | -0/+0 |
* | Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI... | Nick Burch | 2014-11-30 | 1 | -0/+0 |
* | Picture method to resize with different scales in width and height | Andreas Beeker | 2014-11-12 | 2 | -0/+0 |
* | Bug 57003: Add implementation of function FIXED | Dominik Stadler | 2014-11-07 | 1 | -0/+0 |
* | FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897 | Nick Burch | 2014-11-04 | 1 | -0/+0 |
* | Add unit test for bug #57176 | Nick Burch | 2014-11-04 | 1 | -0/+0 |
* | Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not suppor... | Dominik Stadler | 2014-10-21 | 1 | -0/+0 |
* | Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but f... | Nick Burch | 2014-10-20 | 3 | -0/+0 |
* | Revert parts of an inadvertent previous checkin, keep build.xml and @Override... | Dominik Stadler | 2014-10-06 | 1 | -0/+0 |
* | Print out current version of java before building to allow to see in build ou... | Dominik Stadler | 2014-10-06 | 1 | -0/+0 |
* | Bug 51483 - XSSF locking of specific features not working | Andreas Beeker | 2014-09-04 | 3 | -0/+0 |
* | Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file | Andreas Beeker | 2014-08-29 | 1 | -0/+0 |
* | Bug 56730: Fix exporting XML if schema contains ref-elements | Dominik Stadler | 2014-08-28 | 1 | -0/+0 |
* | Add another test file for #54764, and a test that uses it | Nick Burch | 2014-08-04 | 1 | -0/+0 |