aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Fix indents / whitespaceNick Burch2014-08-221-94/+90
* Include the maximum number of Cell Styles in the spreadsheet versions classNick Burch2014-08-221-5/+14
* Add Dominik's suggestion to DocumentBuilderFactories. I also removed the setX...Uwe Schindler2014-08-181-12/+20
* 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
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-242-30/+120
* Fix javadoc warningNick Burch2014-07-241-1/+1
* Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ...Nick Burch2014-07-241-0/+4
* Fix inconsistent whitespaceNick Burch2014-07-241-118/+117
* When evaluating a name in another workbook, need to use an OperationEvaluatio...Nick Burch2014-07-241-8/+14
* Don't fetch the name, convert to a ptg, then convert back again, instead simp...Nick Burch2014-07-241-7/+2
* Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a...Dominik Stadler2014-07-221-4/+11
* Fix formatting of trailing comma in HexDumps, cover class fully with testsDominik Stadler2014-07-221-3/+6
* Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use ...Nick Burch2014-07-215-7/+88
* Fix inconsistent whitespaceNick Burch2014-07-211-119/+118
* Allow creating a CollaboratingWorkbooksEnvironment from a Map too, not only a...Nick Burch2014-07-211-21/+41
* Correct non-sheet-based NameXPxg formula rendering, and add testsNick Burch2014-07-211-1/+6
* Change how we update sheet names in XSSF formulas and names, when renaming sh...Nick Burch2014-07-201-0/+1
* XSSF Pxgs must escape sheet names where required when generating the formula ...Nick Burch2014-07-204-4/+10
* Common interface across the XSSF Ptg / Pxg classesNick Burch2014-07-205-4/+49
* Rename missing from previous commitNick Burch2014-07-202-10/+10
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-209-75/+238
* Better reporting on why a test is failing, and partial NameXPxg evalNick Burch2014-07-192-2/+21
* Move towards supporting same workbook named ranges in external style for xssfNick Burch2014-07-192-2/+11
* Start to add XSSF specific handling for NameX (named ranges or functions from...Nick Burch2014-07-197-41/+254
* Provide XSSF-style external sheet support for areas, similar to the recent ce...Nick Burch2014-07-193-13/+26