aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-114/+0
* Sonar fixesAndreas Beeker2021-01-091-2/+2
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-20/+18
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-273/+0
* Sonar FixesAndreas Beeker2019-12-051-5/+1
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-031-29/+17
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-191-0/+1
* Add initial compile steps with a simple multi-project setup to build.gradleDominik Stadler2016-10-071-51/+40
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-041-5/+4
* bug 26862: add test case for HSSFWorkbook.cloneSheet copies chartsJaven O'Neal2015-10-271-0/+35
* convert scratchpad TestHSSFChart from junit3 to junit4Javen O'Neal2015-10-271-7/+17
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-151-5/+3
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-0/+2
* add initial implementation for Excel to XSL FO converterSergey Vladimirov2011-08-291-8/+40
* do not test ex45698-22488.xls -- requires too much memorySergey Vladimirov2011-08-231-1/+3
* fix test case name for TestExcelToHtmlConverterSuiteSergey Vladimirov2011-07-181-1/+3
* fix package: org.apache.poi.hssf.usermodel.converter -> org.apache.poi.hssf.c...Sergey Vladimirov2011-07-071-2/+0
* add Excel-to-HTML converter (with test suite)Sergey Vladimirov2011-07-041-0/+108
* Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ser...Nick Burch2010-07-161-0/+99
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-211-22/+22
* moving other chart records into dedicated packageJosh Micich2008-11-191-4/+7
* should have been submitted with r683081Josh Micich2008-08-061-19/+7
* X, Y, Width and Height getters/setters on HSSFChartNick Burch2008-05-271-0/+6
* Initial support for getting and changing chart titles and series titlesNick Burch2008-04-101-4/+76
* Make a bit of a start on being able to edit chart titles, based on the email ...Nick Burch2008-04-031-0/+61
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-2936-5316/+0
* Merge several bug tests into one fileNick Burch2008-03-294-245/+169
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-291-360/+0
* (real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. Adde...Josh Micich2008-03-273-72/+88
* Add failing (but disabled) test from bug #44691Nick Burch2008-03-271-0/+70
* Make junit happyNick Burch2008-03-201-2/+2
* Test relating to bug #44636Nick Burch2008-03-201-0/+88
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu...Nick Burch2008-03-163-131/+213
* Patch from Josh, which shows that various bugs are now fixedNick Burch2008-03-162-0/+218
* Patch largely from Josh from bug #44539 - Support for area references in form...Nick Burch2008-03-072-9/+37
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0415-64/+605
* Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ...Nick Burch2008-03-031-0/+42
* Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen...Nick Burch2008-02-221-0/+385
* Patch from Josh from bug #44371 - support for OFFSET function, and various tw...Nick Burch2008-02-212-0/+93
* Patch from Josh from bug #44403 - Further support for unusual, but valid, arg...Nick Burch2008-02-202-0/+115
* Further support for whole-column references, including formula strings and th...Nick Burch2008-02-151-13/+19
* Partial fix for bug #44410 - support whole column ranges such as C:C in the f...Nick Burch2008-02-151-0/+93
* Fix from Josh from bug #44421 - Update Match function to properly support Are...Nick Burch2008-02-151-12/+43
* Fix from Josh from bug #44417 - Improved handling of references for the need ...Nick Burch2008-02-151-22/+23
* Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, ...Nick Burch2008-02-151-0/+125
* Big formula update from Josh from bug #44364 - support for Match, NA and SumP...Nick Burch2008-02-1413-257/+895
* In the interests of sanity, stop having hssf test data files in scratchpad an...Nick Burch2008-02-143-0/+0
* Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh...Nick Burch2008-02-046-0/+549
* Patch from bug #44336 - correctly escape sheet names in formula references, i...Nick Burch2008-02-011-1/+1