summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av...Nick Burch2014-07-311-0/+29
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-311-0/+11
* Correct logic for the start-of-sheet missing rows, for event user model, and ...Nick Burch2014-07-301-1/+12
* Start on details tests for bug #53433Nick Burch2014-07-301-1/+405
* 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-301-7/+23
* Convert the test to using interfacesNick Burch2014-07-301-23/+28
* Add simple unit test to verify that Bug 42016 was fixed already by some other...Dominik Stadler2014-07-281-0/+9
* Unit test to show that bug #52111 (intersect formulas) was already solvedNick Burch2014-07-261-0/+20
* HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906Nick Burch2014-07-261-0/+331
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-254-2/+16
* Update the RefEval method signature to cope with multi-sheet references, and ...Nick Burch2014-07-253-18/+26
* Areas can have multi-sheet references too, so add FormulaParser support to th...Nick Burch2014-07-251-0/+21
* More progress towards #55906 - Have the ExternSheet references set up for mul...Nick Burch2014-07-251-2/+1
* More progress towards #55906 - FormulaParser is able to identify and parse mu...Nick Burch2014-07-241-0/+28
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-241-3/+3
* Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int no...Nick Burch2014-07-241-0/+11
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-243-13/+8
* Correct HSSFOptimiser logic for the case where the to-keep style wasn't previ...Nick Burch2014-07-241-0/+23
* Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a...Dominik Stadler2014-07-222-9/+106
* Fix formatting of trailing comma in HexDumps, cover class fully with testsDominik Stadler2014-07-221-0/+168
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-202-8/+31
* Fix inconsistent indentsNick Burch2014-07-191-122/+122
* The Event User Model fake-workbook for formula evaluations needs to know abou...Nick Burch2014-07-191-2/+5
* Bit more towards XSSF name support for #56737, will need some deeper changes ...Nick Burch2014-07-181-5/+0
* Leave part disabled for nowNick Burch2014-07-181-1/+2
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-183-6/+51
* Update bug reference numbers, and bring over part of a test from unfixed that...Nick Burch2014-07-184-16/+36
* Have WorkbookEvaluator process NameXPtgs, rather than returning a NameXEval w...Nick Burch2014-07-182-6/+11
* #56737 Sometimes Excel writes an internal reference to a local name in an odd...Nick Burch2014-07-182-4/+12
* Add disabled unit tests for bug #56737, which currently fails (differently) f...Nick Burch2014-07-171-0/+39
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-115-8/+69
* HSSFCell should follow XSSF, and allow setting a null-style to return to the ...Nick Burch2014-05-291-0/+36
* Increase the font-inaccuracy for one unit test as some machines have fonts th...Dominik Stadler2014-05-271-1/+1
* Fix for 56563 - Multithreading bug when reading 2 similar filesDominik Stadler2014-05-261-0/+62
* If a NoteRecord has no author tag, it seems it can sometimes be double padded...Nick Burch2014-05-231-2/+1
* Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()Dominik Stadler2014-05-202-3/+89
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-1636-249/+223
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-151-0/+30
* fix some Eclipse warnings, unnecessary null-check and missing close() in testsDominik Stadler2014-05-131-52/+57
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-057-159/+168
* Bug 56269 - DateFormat - Rounding of fractionalsAndreas Beeker2014-05-041-21/+53
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-041-173/+186
* File leak detector: Close streams in some testsDominik Stadler2014-05-042-16/+41
* Excel 2007 and later allows for more than 3 Conditional Formatting rules per ...Nick Burch2014-05-021-0/+14
* Get NPOIFS in-place-write working!Nick Burch2014-04-282-4/+0
* junit4 fixAndreas Beeker2014-04-261-15/+14
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ...Nick Burch2014-04-262-4/+50
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-261-37/+85
* Stream tests for NDocumentOutputStreamNick Burch2014-04-261-0/+194