summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix javadoc warningsNick Burch2014-07-312-9/+9
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-316-9/+102
* Correct logic for the start-of-sheet missing rows, for event user model, and ...Nick Burch2014-07-303-3/+21
* Generics fixesNick Burch2014-07-301-3/+4
* Start on details tests for bug #53433Nick Burch2014-07-303-2/+415
* Unit test to show that bug #53494 has already been fixedNick Burch2014-07-301-0/+26
* #56132 Allow XSSF formula evaluation to also skip missing external workbook r...Nick Burch2014-07-307-26/+90
* Slightly modified test file for bug #56132 - xlsx file with inline references...Nick Burch2014-07-301-0/+0
* XSSF external workbook lookup support for in-line file:/// based book "numbers"Nick Burch2014-07-301-2/+35
* Convert the test to using interfacesNick Burch2014-07-301-23/+28
* SVN mimetypes for Word filesNick Burch2014-07-300-0/+0
* SVN mimetypes for PowerPoint filesNick Burch2014-07-300-0/+0
* More mimetype updatesNick Burch2014-07-300-0/+0
* More Excel test file mimetypes in svnNick Burch2014-07-300-0/+0
* Correct the mimetype in svn for test spreadsheet filesNick Burch2014-07-300-0/+0
* Updated patch from Marc from #55927 - handle date formulas tooNick Burch2014-07-303-6/+12
* Add row label getter for Pivot Tables, and use this in unit testsNick Burch2014-07-303-20/+46
* Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ...Nick Burch2014-07-3013-7/+1479
* Exclude the release notes and readmes from the rat checksNick Burch2014-07-301-0/+1
* Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in...Nick Burch2014-07-302-8/+8
* Add a target to help with generating the release notesNick Burch2014-07-301-1/+12
* Add simple unit test to verify that Bug 42016 was fixed already by some other...Dominik Stadler2014-07-282-0/+9
* Add unit test for bug 37625 which verifies that this file can now be loadedDominik Stadler2014-07-272-1/+18
* Add/Fix some JavadocDominik Stadler2014-07-273-5/+64
* Unit test to show that bug #52111 (intersect formulas) was already solvedNick Burch2014-07-262-0/+20
* HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906Nick Burch2014-07-266-0/+711
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-259-38/+70
* 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-252-7/+7
* Split the reference and area tests for #55906Nick Burch2014-07-251-4/+23
* Update the RefEval method signature to cope with multi-sheet references, and ...Nick Burch2014-07-2522-82/+227
* 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-255-9/+16
* More tests for #55906, and provide a new eval that lets you get at evals for ...Nick Burch2014-07-255-4/+88
* Areas can have multi-sheet references too, so add FormulaParser support to th...Nick Burch2014-07-258-25/+118
* Update Ref3DPxg to support multi-sheet ranges too, for #55906Nick Burch2014-07-253-27/+44
* Refactor to reduce clutterNick Burch2014-07-251-33/+9
* More progress towards #55906 - Have the ExternSheet references set up for mul...Nick Burch2014-07-256-27/+85
* More progress towards #55906 - FormulaParser is able to identify and parse mu...Nick Burch2014-07-245-19/+146
* 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-2410-35/+114
* #55906 Extern Sheet References can have a last as well as a first sheetNick Burch2014-07-241-0/+11
* Disabled unit tests for multi-sheet references, see bug #55906Nick Burch2014-07-244-1/+146
* Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + re...Nick Burch2014-07-244-17/+246
* Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no...Nick Burch2014-07-243-2/+13
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-2414-71/+147
* To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for string...Nick Burch2014-07-241-0/+1
* XSSF table example, from Sofia Larsson from bug #55562Nick Burch2014-07-241-0/+92
* For places where an ordered collection is created and used within the context...Nick Burch2014-07-246-43/+52
* Fix javadoc warningNick Burch2014-07-241-1/+1