aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/model
Commit message (Expand)AuthorAgeFilesLines
* don't leave behind files when running unit tests. In the future this should b...Javen O'Neal2015-11-021-0/+4
* replace deprecated usage of FormulaShifter.createForRowShiftJaven O'Neal2015-11-021-1/+2
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-14/+72
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-132-71/+108
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-112-27/+28
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-191-1/+57
* More helpful output if a re-write test failsNick Burch2015-07-131-3/+9
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-111-1/+3
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-60/+91
* Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending...Dominik Stadler2014-08-311-662/+809
* 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
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-201-7/+30
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-182-6/+47
* #56737 Sometimes Excel writes an internal reference to a local name in an odd...Nick Burch2014-07-181-3/+12
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-162-39/+8
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-22/+20
* clear unused import warningsYegor Kozlov2012-11-124-7/+0
* added javadoc and few other improvementsEvgeniy Berlog2012-08-062-17/+4
* merged with trunkEvgeniy Berlog2012-08-051-0/+41
|\
| * Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-261-0/+41
* | fixed compilation for jdk 1.5Evgeniy Berlog2012-08-021-4/+6
* | added Apache License header to each new fileEvgeniy Berlog2012-08-014-0/+68
* | added features:Evgeniy Berlog2012-07-282-22/+28
* | added few improvementsEvgeniy Berlog2012-07-231-0/+114
* | implemented removing of all shape typesEvgeniy Berlog2012-07-191-0/+141
* | implemented cloning of shapesEvgeniy Berlog2012-07-192-44/+2
* | moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-131-1/+1
* | fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-112-2/+57
* | checked all examples, added several featuresEvgeniy Berlog2012-07-112-4/+45
* | implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-062-5/+34
* | implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-012-15/+7
* | implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-282-28/+69
* | implemented creating shapes in existing filesEvgeniy Berlog2012-06-262-0/+50
* | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-223-3/+302
* | improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-192-8/+150
* | Added such improvements:Evgeniy Berlog2012-06-182-0/+369
* | fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-141-43/+192
* | initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-081-21/+89
* | Bugzilla 53010, patch from June 3: improved support for Continue records in d...Yegor Kozlov2012-06-041-122/+175
* | more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-311-21/+152
* | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in...Yegor Kozlov2012-05-281-0/+1802
|/
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-052-2/+0
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-191-27/+99
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-301-0/+4
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-271-0/+23
* Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ther...Yegor Kozlov2011-06-221-0/+58
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-272-5/+117
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-245-56/+56