aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-131-0/+10
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-031-33/+0
* Add test from bug 49423 to verify that the problem was fixed in the meantimeDominik Stadler2015-03-221-0/+33
* Add second verification of bug 56325 to ensure it is really fixedDominik Stadler2015-03-141-0/+29
* Bug 56380: Remove limitation of 1024 comments per WorkbookDominik Stadler2015-03-133-40/+195
* Remove unused importDominik Stadler2015-03-111-2/+0
* Adjust tests and fix small typoDominik Stadler2015-02-271-2/+1
* Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ...Dominik Stadler2015-02-131-0/+6
* Add reproducer for bug 57074Dominik Stadler2015-01-071-0/+22
* Move some tests to the base test class where applicappleDominik Stadler2015-01-051-78/+37
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-25/+54
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-282-3/+7
* Add a test-suite which performs integration/stress tests which load and handl...Dominik Stadler2014-12-251-0/+48
* Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lin...Dominik Stadler2014-12-161-3/+0
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-0/+36
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p...Andreas Beeker2014-11-161-33/+7
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-121-9/+40
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-081-0/+21
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...Nick Burch2014-11-051-1/+243
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-041-0/+31
* FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897Nick Burch2014-11-041-0/+7
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-041-10/+52
* More disabled unit tests relating to external workbook formula referencesNick Burch2014-11-041-0/+30
* Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but f...Nick Burch2014-10-201-0/+50
* Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBu...Nick Burch2014-10-181-118/+0
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-063-343/+77
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-063-77/+343
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather tha...Nick Burch2014-07-311-0/+11
* 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
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-6/+2
* 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-221-3/+23
* 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-181-0/+4
* Update bug reference numbers, and bring over part of a test from unfixed that...Nick Burch2014-07-183-15/+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-181-1/+0
* Add disabled unit tests for bug #56737, which currently fails (differently) f...Nick Burch2014-07-171-0/+39
* 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-201-0/+72
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-166-95/+90
* 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-051-9/+12
* Bug 56269 - DateFormat - Rounding of fractionalsAndreas Beeker2014-05-041-21/+53