aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/model
Commit message (Collapse)AuthorAgeFilesLines
* don't leave behind files when running unit tests. In the future this should ↵Javen O'Neal2015-11-021-0/+4
| | | | | | be revisited to verify POI isn't writing workbooks that are unopenable/corrupt by applications that read POI's formats (MS Office, OpenOffice, LibreOffice, etc) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711920 13f79535-47bb-0310-9956-ffa450edef68
* replace deprecated usage of FormulaShifter.createForRowShiftJaven O'Neal2015-11-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711879 13f79535-47bb-0310-9956-ffa450edef68
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-14/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711605 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-132-71/+108
| | | | | | | | close resources in tests junit4 conversions convert spreadsheet based formular test to junit parameterized tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702773 13f79535-47bb-0310-9956-ffa450edef68
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-112-27/+28
| | | | | | | | | and a few junit4 upgrades ... hopefully this doesn't crash the build again ... :| to simulate the tests on jenkins on the local developer box, uncomment the UTC lines in the build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702356 13f79535-47bb-0310-9956-ffa450edef68
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus ↵David North2015-08-191-1/+57
| | | | | | | | additional tests. https://bz.apache.org/bugzilla/show_bug.cgi?id=52111 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696549 13f79535-47bb-0310-9956-ffa450edef68
* More helpful output if a re-write test failsNick Burch2015-07-131-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690780 13f79535-47bb-0310-9956-ffa450edef68
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-111-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678811 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-60/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1650597 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45312: Add unit-test and javadoc, also convert file to proper ↵Dominik Stadler2014-08-311-662/+809
| | | | | | line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621586 13f79535-47bb-0310-9956-ffa450edef68
* Areas can have multi-sheet references too, so add FormulaParser support to ↵Nick Burch2014-07-251-0/+21
| | | | | | these as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613437 13f79535-47bb-0310-9956-ffa450edef68
* More progress towards #55906 - Have the ExternSheet references set up for ↵Nick Burch2014-07-251-2/+1
| | | | | | multi-sheet references git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613373 13f79535-47bb-0310-9956-ffa450edef68
* More progress towards #55906 - FormulaParser is able to identify and parse ↵Nick Burch2014-07-241-0/+28
| | | | | | multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613317 13f79535-47bb-0310-9956-ffa450edef68
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-201-7/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612133 13f79535-47bb-0310-9956-ffa450edef68
* Start to support formula parsing of sheet-specified named ranges, required ↵Nick Burch2014-07-182-6/+47
| | | | | | for a full fix to bug #56737 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611753 13f79535-47bb-0310-9956-ffa450edef68
* #56737 Sometimes Excel writes an internal reference to a local name in an ↵Nick Burch2014-07-181-3/+12
| | | | | | odd way, without an ExternalNameRecord, try to detect and work around those git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611681 13f79535-47bb-0310-9956-ffa450edef68
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ↵Dominik Stadler2014-05-162-39/+8
| | | | | | this way we get better information on failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1595190 13f79535-47bb-0310-9956-ffa450edef68
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-22/+20
| | | | | | | coverage, @Overrides, more info on failing test, fix some Eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554535 13f79535-47bb-0310-9956-ffa450edef68
* clear unused import warningsYegor Kozlov2012-11-124-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1408236 13f79535-47bb-0310-9956-ffa450edef68
* added javadoc and few other improvementsEvgeniy Berlog2012-08-062-17/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1370018 13f79535-47bb-0310-9956-ffa450edef68
* merged with trunkEvgeniy Berlog2012-08-051-0/+41
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1369572 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-261-0/+41
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1353962 13f79535-47bb-0310-9956-ffa450edef68
* | fixed compilation for jdk 1.5Evgeniy Berlog2012-08-021-4/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368670 13f79535-47bb-0310-9956-ffa450edef68
* | added Apache License header to each new fileEvgeniy Berlog2012-08-014-0/+68
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368221 13f79535-47bb-0310-9956-ffa450edef68
* | added features:Evgeniy Berlog2012-07-282-22/+28
| | | | | | | | | | | | | | | | -background image for comment -wrapText for HSSFSimpleShape -few other improvements git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1366636 13f79535-47bb-0310-9956-ffa450edef68
* | added few improvementsEvgeniy Berlog2012-07-231-0/+114
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1364547 13f79535-47bb-0310-9956-ffa450edef68
* | implemented removing of all shape typesEvgeniy Berlog2012-07-191-0/+141
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1363524 13f79535-47bb-0310-9956-ffa450edef68
* | implemented cloning of shapesEvgeniy Berlog2012-07-192-44/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1363479 13f79535-47bb-0310-9956-ffa450edef68
* | moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-131-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1361278 13f79535-47bb-0310-9956-ffa450edef68
* | fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-112-2/+57
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1360445 13f79535-47bb-0310-9956-ffa450edef68
* | checked all examples, added several featuresEvgeniy Berlog2012-07-112-4/+45
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1360132 13f79535-47bb-0310-9956-ffa450edef68
* | implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-062-5/+34
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1358301 13f79535-47bb-0310-9956-ffa450edef68
* | implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-012-15/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1355866 13f79535-47bb-0310-9956-ffa450edef68
* | implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-282-28/+69
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1354910 13f79535-47bb-0310-9956-ffa450edef68
* | implemented creating shapes in existing filesEvgeniy Berlog2012-06-262-0/+50
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1353960 13f79535-47bb-0310-9956-ffa450edef68
* | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-223-3/+302
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1352818 13f79535-47bb-0310-9956-ffa450edef68
* | improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-192-8/+150
| | | | | | | | | | | | fixed reading EscherContainer records from byte array git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1351850 13f79535-47bb-0310-9956-ffa450edef68
* | Added such improvements:Evgeniy Berlog2012-06-182-0/+369
| | | | | | | | | | | | | | | | | | 1. Each shape contains EscherContainerRecord(SpContainer). Shapes get and set all properties into EscherOptRecord. 2. HSSFShapeGroup takes coordinates from EscherSpgrRecord. 3. Added tests for creating new HSSFSimpleShape from scratch and reading from existing file 4. Improved work with anchors. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1351484 13f79535-47bb-0310-9956-ffa450edef68
* | fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-141-43/+192
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1350298 13f79535-47bb-0310-9956-ffa450edef68
* | initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-081-21/+89
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1348168 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53010, patch from June 3: improved support for Continue records in ↵Yegor Kozlov2012-06-041-122/+175
| | | | | | | | | | | | drawing blocks git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1345858 13f79535-47bb-0310-9956-ffa450edef68
* | more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-311-21/+152
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1344621 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records ↵Yegor Kozlov2012-05-281-0/+1802
|/ | | | | | in drawing blocks git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1343218 13f79535-47bb-0310-9956-ffa450edef68
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-052-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296979 13f79535-47bb-0310-9956-ffa450edef68
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-191-27/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148295 13f79535-47bb-0310-9956-ffa450edef68
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-301-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141585 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula ↵Yegor Kozlov2011-06-271-0/+23
| | | | | | recalculation on load git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1140210 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ↵Yegor Kozlov2011-06-221-0/+58
| | | | | | there are more than 1023 drawing objects git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138465 13f79535-47bb-0310-9956-ffa450edef68
* improved LinkTable to support registering external UDFs.Yegor Kozlov2010-11-272-5/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039621 13f79535-47bb-0310-9956-ffa450edef68
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-245-56/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038685 13f79535-47bb-0310-9956-ffa450edef68