aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
...
* Fix inconsistent whitespace/indentsNick Burch2015-08-121-392/+388
* Continue with 55747 / 55324 testingNick Burch2015-08-121-26/+54
* More tests for 55747 / 55324Nick Burch2015-08-121-11/+123
* #58130 HSSF CF Color Scale color supportNick Burch2015-07-201-2/+11
* #58130 Mostly there with CF Icon setsNick Burch2015-07-181-0/+42
* Fixup printing record name in case of unknown sidDominik Stadler2015-07-161-0/+8
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-161-172/+176
* Start checking the CF colours in the unit testsNick Burch2015-07-141-0/+7
* Begin updating the HSSF CF code to work on the base types, so it can handle b...Nick Burch2015-07-131-0/+27
* Fix inconsistent indentsNick Burch2015-07-131-83/+81
* Fix generics, and use base typesNick Burch2015-07-131-9/+10
* Enable CFRule12 use #58130Nick Burch2015-07-131-2/+1
* More helpful output if a re-write test failsNick Burch2015-07-131-3/+9
* CFRule12 testsNick Burch2015-07-132-21/+69
* Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on ...Nick Burch2015-07-122-5/+4
* Introduce a CFHeaderBase common parent #58130Nick Burch2015-07-121-11/+46
* Add some missing close(), reduce output in unit tests and remove some other E...Dominik Stadler2015-07-072-2/+1
* Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shortsAndreas Beeker2015-06-231-3/+24
* Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid...Dominik Stadler2015-06-211-6/+33
* Comment out writing to file in c:/temp which breaks the build nowDominik Stadler2015-06-171-6/+6
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-171-19/+75
* Bug 53109: Correctly handle unicode strings in NameCommentRecordDominik Stadler2015-06-011-0/+20
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-261-3/+0
* Apply fix reported in bug 47661 and add unit testsDominik Stadler2015-05-201-3/+21
* Adjust error message to have the same error across different types of Workboo...Dominik Stadler2015-05-121-2/+8
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-112-1/+9
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-112-2/+23
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+0
* Fix inconsistent indentsNick Burch2015-04-231-102/+102
* Add unit test for Eventmodel processing of password protected excel filesNick Burch2015-04-231-0/+63
* Fix usage of Generics in some classesDominik Stadler2015-04-201-2/+2
* 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
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-272-66/+101
* 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-132-16/+29
* Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepageNick Burch2015-01-131-1/+1
* Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for itNick Burch2015-01-132-0/+23
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-60/+91
* 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
* Fix some Eclipse warningsDominik Stadler2015-01-021-1/+1
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-021-0/+12
* 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-253-0/+54