aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some eclipse warnings, newlines, javadoc, generics, ...Dominik Stadler2014-11-071-45/+4
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-072-1/+108
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...Nick Burch2014-11-054-3/+148
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-042-0/+18
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-041-0/+2
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ...Nick Burch2014-11-045-21/+14
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-044-48/+131
* Improve BiffViewer output for SupBookRecordNick Burch2014-11-041-6/+10
* Add missing HSSFWorkbook constructor javadocs #57166Nick Burch2014-10-301-16/+35
* Apply patch for bug 57151: Document CellRangeAddress and add some validation ...Dominik Stadler2014-10-302-9/+28
* Bug 57150: Added EOMONTH functionCédric Walter2014-10-272-1/+83
* Bug 57143 - Javadocs and throws clause for WorkbookUtilAndreas Beeker2014-10-271-0/+10
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-254-16/+34
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-202-1/+29
* SheetUtil helper for finding the main cell of a merged region, if in oneNick Burch2014-10-181-0/+37
* Add a note on how this is not the right way to make a string of your cellNick Burch2014-10-161-2/+7
* Bug 57080 - IndexOutOfBoundsException in poi decryptorAndreas Beeker2014-10-131-1/+9
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-061-0/+794
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-061-3/+0
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-068-822/+57
* more tests, some refactoringAndreas Beeker2014-09-281-16/+14
* merge with trunkAndreas Beeker2014-09-1717-242/+283
* some changes because of test errorsAndreas Beeker2014-08-151-1/+3
* Xml signature support - version 1Andreas Beeker2014-08-103-14/+21
* Another test for NPOIFS in-place writing support - probably the deletion of a...Andreas Beeker2014-08-021-1/+7
* Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS...Nick Burch2014-08-012-2/+33
* Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av...Nick Burch2014-07-311-2/+2
* Fix javadoc warningsNick Burch2014-07-311-1/+1
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-314-9/+91
* Correct logic for the start-of-sheet missing rows, for event user model, and ...Nick Burch2014-07-302-2/+9
* Start on details tests for bug #53433Nick Burch2014-07-301-1/+10
* #56132 Allow XSSF formula evaluation to also skip missing external workbook r...Nick Burch2014-07-303-18/+21
* Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ...Nick Burch2014-07-301-0/+56
* Add/Fix some JavadocDominik Stadler2014-07-273-5/+64
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-254-31/+51
* Begin required interface + base-class support for multi-sheet area references...Nick Burch2014-07-255-23/+81
* Allow XSSF to evaluate multi-sheet references too, for #55906Nick Burch2014-07-251-4/+6
* Update the RefEval method signature to cope with multi-sheet references, and ...Nick Burch2014-07-2519-64/+201
* Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906Nick Burch2014-07-255-41/+88
* Update the XSSF getExternalSheet method signature, to start to prepare for sh...Nick Burch2014-07-254-6/+6
* More tests for #55906, and provide a new eval that lets you get at evals for ...Nick Burch2014-07-252-3/+58
* Areas can have multi-sheet references too, so add FormulaParser support to th...Nick Burch2014-07-252-11/+33
* Update Ref3DPxg to support multi-sheet ranges too, for #55906Nick Burch2014-07-251-13/+36
* Refactor to reduce clutterNick Burch2014-07-251-33/+9
* More progress towards #55906 - Have the ExternSheet references set up for mul...Nick Burch2014-07-254-17/+71
* More progress towards #55906 - FormulaParser is able to identify and parse mu...Nick Burch2014-07-243-3/+70
* More internal method signature updates, for HSSF external sheets being possib...Nick Burch2014-07-244-16/+38
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-248-31/+106
* #55906 Extern Sheet References can have a last as well as a first sheetNick Burch2014-07-241-0/+11
* Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no...Nick Burch2014-07-241-2/+2