aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* 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
* NDocumentOutputStream write logicNick Burch2014-04-251-2/+1
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-252-2/+171
* Complete NPOIFS write testsNick Burch2014-04-251-7/+122
* More progress with the write/read npoifs tests, but one bug still to go....Nick Burch2014-04-251-9/+71
* Refactor some of the NPOIFS write tests, and begin on the last missing write ...Nick Burch2014-04-251-78/+89
* Finish off the next NPOIFS write textNick Burch2014-04-251-11/+36
* More NPOIFS mini stream improvements, and more tests for it allNick Burch2014-04-251-5/+71
* Correct mini stream initialisation, and enable more npoifs write testsNick Burch2014-04-251-116/+88
* More NPOIFS tests, and a partial mini-stream fixNick Burch2014-04-251-19/+76
* More npoifs write tests, some disabled as failingNick Burch2014-04-251-3/+74
* Add common code for writing out and reading NPOIFS again, and add a disabled ...Nick Burch2014-04-241-6/+57
* Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ...Nick Burch2014-04-241-3/+133
* Add TODOs for the next set of NPOIFS write tests we needNick Burch2014-04-241-14/+58
* More NPOIFS write testing, and fix a problem with writing xbat details outNick Burch2014-04-241-3/+0
* Update a test to use the existing EntryUtils to copy with, rather than duplci...Nick Burch2014-04-241-30/+6
* More unit tests for NPOIFS writing, and correct a bug in how bats get allocat...Nick Burch2014-04-241-28/+67
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-241-2/+12
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w...Nick Burch2014-04-241-0/+16
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-211-15/+81
* Some encryption fixes:Andreas Beeker2014-04-211-7/+3
* Tweak 'assertAlmostEquals' bast on Jenkins resultsNick Burch2014-04-182-3/+3
* Unit test for column autosizing of % valuesNick Burch2014-04-182-0/+71
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-181-16/+97
* Fix some Eclipse warningsDominik Stadler2014-04-046-6/+7
* exclude new broken test-file for this testDominik Stadler2014-04-041-1/+2
* Add another test file for bug #47251, from Joe Yuan, and a disabled testNick Burch2014-04-011-0/+5