| Commit message (Expand) | Author | Age | Files | Lines |
* | Added link to test cases for the workarounds | Andreas Beeker | 2014-12-13 | 1 | -1/+3 |
* | Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it | Andreas Beeker | 2014-12-12 | 2 | -9/+56 |
* | Correct older biff detection, and add unit tests for HSSFWorkbook giving help... | Nick Burch | 2014-11-30 | 1 | -3/+3 |
* | Update TODOs for what remains | Nick Burch | 2014-11-30 | 1 | -2/+2 |
* | More detection for older Excel formats when opening the POIFS Stream, and a m... | Nick Burch | 2014-11-30 | 4 | -22/+72 |
* | On Biff5 files, include the sheet name. (Older formats are single sheet) | Nick Burch | 2014-11-30 | 3 | -2/+93 |
* | Track the codepage in old excel files, to be able to correctly decode the 8 b... | Nick Burch | 2014-11-30 | 4 | -17/+52 |
* | Track what Biff version we are working on, and use that to work around Biff 2... | Nick Burch | 2014-11-30 | 2 | -5/+41 |
* | Switch to POITestCase / assertContains | Nick Burch | 2014-11-30 | 1 | -4/+7 |
* | Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 | Nick Burch | 2014-11-30 | 1 | -7/+54 |
* | Formula values for Excel 4 extractor, for TIKA-1490 | Nick Burch | 2014-11-30 | 3 | -22/+40 |
* | Largely there with the Excel 4 extractor, for TIKA-1490 | Nick Burch | 2014-11-30 | 3 | -114/+128 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 3 | -8/+126 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 4 | -9/+116 |
* | Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI... | Nick Burch | 2014-11-30 | 3 | -3/+266 |
* | Remove some Eclipse warnings, remove confusing FunctionID/ID renaming... | Dominik Stadler | 2014-11-27 | 2 | -79/+13 |
* | Add more output in case of unknown cipher-ids to aid in debugging bugs like 5... | Dominik Stadler | 2014-11-26 | 1 | -4/+2 |
* | revert of r1639217 and offline-linking for maven javadocs | Andreas Beeker | 2014-11-15 | 5 | -12/+12 |
* | Javadoc warnings fixed: | Andreas Beeker | 2014-11-13 | 6 | -20/+20 |
* | Add boolean getters/setters for bold to font, matching italic and underline, ... | Nick Burch | 2014-11-12 | 2 | -4/+21 |
* | Picture method to resize with different scales in width and height | Andreas Beeker | 2014-11-12 | 8 | -139/+431 |
* | Add some missing close() calls and fix some generics warnings | Dominik Stadler | 2014-11-09 | 7 | -19/+42 |
* | Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github | Nick Burch | 2014-11-08 | 2 | -1/+29 |
* | Fix some eclipse warnings, newlines, javadoc, generics, ... | Dominik Stadler | 2014-11-07 | 1 | -45/+4 |
* | Bug 57003: Add implementation of function FIXED | Dominik Stadler | 2014-11-07 | 2 | -1/+108 |
* | Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi... | Nick Burch | 2014-11-05 | 4 | -3/+148 |
* | Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g... | Nick Burch | 2014-11-04 | 2 | -0/+18 |
* | FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897 | Nick Burch | 2014-11-04 | 1 | -0/+2 |
* | Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ... | Nick Burch | 2014-11-04 | 5 | -21/+14 |
* | Partial HSSF support for adding new external workbook formula references for ... | Nick Burch | 2014-11-04 | 4 | -48/+131 |
* | Improve BiffViewer output for SupBookRecord | Nick Burch | 2014-11-04 | 1 | -6/+10 |
* | Add missing HSSFWorkbook constructor javadocs #57166 | Nick Burch | 2014-10-30 | 1 | -16/+35 |
* | Apply patch for bug 57151: Document CellRangeAddress and add some validation ... | Dominik Stadler | 2014-10-30 | 2 | -9/+28 |
* | Bug 57150: Added EOMONTH function | Cédric Walter | 2014-10-27 | 2 | -1/+83 |
* | Bug 57143 - Javadocs and throws clause for WorkbookUtil | Andreas Beeker | 2014-10-27 | 1 | -0/+10 |
* | house keeping - fixes for sonarqube blockers | Andreas Beeker | 2014-10-25 | 4 | -16/+34 |
* | Bug 57010: Add implementation of function PROPER | Dominik Stadler | 2014-10-20 | 2 | -1/+29 |
* | SheetUtil helper for finding the main cell of a merged region, if in one | Nick Burch | 2014-10-18 | 1 | -0/+37 |
* | Add a note on how this is not the right way to make a string of your cell | Nick Burch | 2014-10-16 | 1 | -2/+7 |
* | Bug 57080 - IndexOutOfBoundsException in poi decryptor | Andreas Beeker | 2014-10-13 | 1 | -1/+9 |
* | Revert parts of an inadvertent previous checkin, keep build.xml and @Override... | Dominik Stadler | 2014-10-06 | 1 | -0/+794 |
* | Revert parts of an inadvertent previous checkin, keep build.xml and @Override... | Dominik Stadler | 2014-10-06 | 1 | -3/+0 |
* | Print out current version of java before building to allow to see in build ou... | Dominik Stadler | 2014-10-06 | 8 | -822/+57 |
* | more tests, some refactoring | Andreas Beeker | 2014-09-28 | 1 | -16/+14 |
* | merge with trunk | Andreas Beeker | 2014-09-17 | 17 | -242/+283 |
* | some changes because of test errors | Andreas Beeker | 2014-08-15 | 1 | -1/+3 |
* | Xml signature support - version 1 | Andreas Beeker | 2014-08-10 | 3 | -14/+21 |
* | Another test for NPOIFS in-place writing support - probably the deletion of a... | Andreas Beeker | 2014-08-02 | 1 | -1/+7 |
* | Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS... | Nick Burch | 2014-08-01 | 2 | -2/+33 |
* | Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av... | Nick Burch | 2014-07-31 | 1 | -2/+2 |