| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix javadoc warnings | Nick Burch | 2014-07-31 | 1 | -1/+1 |
* | Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha... | Nick Burch | 2014-07-31 | 4 | -9/+91 |
* | Correct logic for the start-of-sheet missing rows, for event user model, and ... | Nick Burch | 2014-07-30 | 2 | -2/+9 |
* | Start on details tests for bug #53433 | Nick Burch | 2014-07-30 | 1 | -1/+10 |
* | #56132 Allow XSSF formula evaluation to also skip missing external workbook r... | Nick Burch | 2014-07-30 | 3 | -18/+21 |
* | Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ... | Nick Burch | 2014-07-30 | 1 | -0/+56 |
* | Add/Fix some Javadoc | Dominik Stadler | 2014-07-27 | 3 | -5/+64 |
* | Complete evaluation support for multi-sheet references for bug #55906 | Nick Burch | 2014-07-25 | 4 | -31/+51 |
* | Begin required interface + base-class support for multi-sheet area references... | Nick Burch | 2014-07-25 | 5 | -23/+81 |
* | Allow XSSF to evaluate multi-sheet references too, for #55906 | Nick Burch | 2014-07-25 | 1 | -4/+6 |
* | Update the RefEval method signature to cope with multi-sheet references, and ... | Nick Burch | 2014-07-25 | 19 | -64/+201 |
* | Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906 | Nick Burch | 2014-07-25 | 5 | -41/+88 |
* | Update the XSSF getExternalSheet method signature, to start to prepare for sh... | Nick Burch | 2014-07-25 | 4 | -6/+6 |
* | More tests for #55906, and provide a new eval that lets you get at evals for ... | Nick Burch | 2014-07-25 | 2 | -3/+58 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 2 | -11/+33 |
* | Update Ref3DPxg to support multi-sheet ranges too, for #55906 | Nick Burch | 2014-07-25 | 1 | -13/+36 |
* | Refactor to reduce clutter | Nick Burch | 2014-07-25 | 1 | -33/+9 |
* | More progress towards #55906 - Have the ExternSheet references set up for mul... | Nick Burch | 2014-07-25 | 4 | -17/+71 |
* | More progress towards #55906 - FormulaParser is able to identify and parse mu... | Nick Burch | 2014-07-24 | 3 | -3/+70 |
* | More internal method signature updates, for HSSF external sheets being possib... | Nick Burch | 2014-07-24 | 4 | -16/+38 |
* | Rename some of the internal HSSF sheet lookup methods which deal with externa... | Nick Burch | 2014-07-24 | 8 | -31/+106 |
* | #55906 Extern Sheet References can have a last as well as a first sheet | Nick Burch | 2014-07-24 | 1 | -0/+11 |
* | Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no... | Nick Burch | 2014-07-24 | 1 | -2/+2 |