summaryrefslogtreecommitdiffstats
path: root/test-data/spreadsheet
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ↵Nick Burch2013-06-251-0/+0
| | | | | | affect HSSF Data Validation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496499 13f79535-47bb-0310-9956-ffa450edef68
* Patch and unit test from Tim Allen from bug #54686 - Improve how ↵Nick Burch2013-06-202-0/+374
| | | | | | DataFormatter handles fractions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494986 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()Dominik Stadler2013-06-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493686 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55047: REPT formula supportYegor Kozlov2013-06-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488811 13f79535-47bb-0310-9956-ffa450edef68
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488810 13f79535-47bb-0310-9956-ffa450edef68
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488808 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIFYegor Kozlov2013-03-163-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1457243 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54469 - Support for financial functions IPMT and PPMTYegor Kozlov2013-03-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1451886 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54436: Fixed metadata for GETPIVOTDATA functionYegor Kozlov2013-03-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1451875 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook ↵Nick Burch2013-02-071-0/+0
| | | | | | directory entry names list, alongside WORKBOOK, plus tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1443745 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54356: Support of statistical function INTERCEPTYegor Kozlov2012-12-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1426485 13f79535-47bb-0310-9956-ffa450edef68
* Bugs 54228,53672 - Fixed XSSF to read cells with missing R attributeYegor Kozlov2012-12-052-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1417379 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update ↵Yegor Kozlov2012-12-042-0/+0
| | | | | | shared formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1416917 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable from test filesYegor Kozlov2012-11-255-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413341 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53282 - Avoid exception when parsing OPC relationships with ↵Yegor Kozlov2012-10-291-0/+0
| | | | | | non-breaking spaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1403195 13f79535-47bb-0310-9956-ffa450edef68
* Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in ↵Yegor Kozlov2012-10-261-0/+0
| | | | | | row aggregate git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402482 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://'Yegor Kozlov2012-10-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402470 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53404 - Fixed compatibility issue with modifying xls files created by ↵Yegor Kozlov2012-10-251-0/+0
| | | | | | POI-3.6 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402186 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData()Yegor Kozlov2012-10-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1396539 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 46250Evgeniy Berlog2012-09-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382494 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53588Evgeniy Berlog2012-09-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382339 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53434Evgeniy Berlog2012-08-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1378016 13f79535-47bb-0310-9956-ffa450edef68
* merged with trunkEvgeniy Berlog2012-08-053-0/+0
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1369572 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-041-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369263 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-212-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364061 13f79535-47bb-0310-9956-ffa450edef68
* | fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-281-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1366700 13f79535-47bb-0310-9956-ffa450edef68
* | added few improvementsEvgeniy Berlog2012-07-231-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1364547 13f79535-47bb-0310-9956-ffa450edef68
* | moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-131-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1361278 13f79535-47bb-0310-9956-ffa450edef68
* | checked all examples, added several featuresEvgeniy Berlog2012-07-111-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1360132 13f79535-47bb-0310-9956-ffa450edef68
* | implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-011-0/+0
| | | | | | | | 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-281-0/+0
| | | | | | | | 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/+0
| | | | | | | | 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-221-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1352818 13f79535-47bb-0310-9956-ffa450edef68
* | Added such improvements:Evgeniy Berlog2012-06-181-0/+0
| | | | | | | | | | | | | | | | | | 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
* | added file for tests(check commit rights)Evgeniy Berlog2012-06-121-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1349253 13f79535-47bb-0310-9956-ffa450edef68
* | initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-081-0/+0
| | | | | | | | 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-042-0/+0
| | | | | | | | | | | | drawing blocks git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1345858 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records ↵Yegor Kozlov2012-05-282-0/+0
|/ | | | | | in drawing blocks git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1343218 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53101: fixed evaluation of SUM over cell range > 255Yegor Kozlov2012-04-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1328647 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ↵Yegor Kozlov2012-03-291-0/+0
| | | | | | and initialized drawing patriarch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1306781 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 52818 - Added implementation for RANK()Yegor Kozlov2012-03-052-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1297021 13f79535-47bb-0310-9956-ffa450edef68
* corrected name of test file for Bugzilla 51710Yegor Kozlov2012-03-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296983 13f79535-47bb-0310-9956-ffa450edef68
* follow-on to r1294595Yegor Kozlov2012-02-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294653 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 52057 - updated formula test framework to be aware of recently ↵Yegor Kozlov2012-02-282-0/+0
| | | | | | added Functions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294595 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51790: fixed reading shared formulas in XSSF Yegor Kozlov2012-02-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1294127 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52716 - tolerate hyperlinks that have neither location nor relationYegor Kozlov2012-02-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1292295 13f79535-47bb-0310-9956-ffa450edef68
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-112-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243054 13f79535-47bb-0310-9956-ffa450edef68
* Disabled unit tests for bug #48703Nick Burch2012-02-102-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1242807 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1242701 13f79535-47bb-0310-9956-ffa450edef68
* Unit test from Maciej for bug #51498Nick Burch2012-02-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241993 13f79535-47bb-0310-9956-ffa450edef68