summaryrefslogtreecommitdiffstats
path: root/test-data
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 from Tim Allison from bug #55142 - Not all XWPF SDT blockNick Burch2013-06-251-0/+0
| | | | | | s need newlines git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496458 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
* Fix the javadoc, correct the indenting, and add the new test file from bug ↵Nick Burch2013-06-131-0/+0
| | | | | | #54849 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492796 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
* Test file from bug #54880Nick Burch2013-05-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488332 13f79535-47bb-0310-9956-ffa450edef68
* Stub out the unit tests needed for bug #55026, and add the sample file from thatNick Burch2013-05-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1487657 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-257-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413341 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54111 - Fixed extracting text from table cells in HSLFYegor Kozlov2012-11-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406688 13f79535-47bb-0310-9956-ffa450edef68
* example how to create pptx pie chart from template, more tests for poi-ooxmlYegor Kozlov2012-11-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406496 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52583 - Conversion to html : Problem with comboboxSergey Vladimirov2012-11-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406208 13f79535-47bb-0310-9956-ffa450edef68
* fix bug 53182 - Reading combined character styling and direct formatting of ↵Sergey Vladimirov2012-11-051-0/+0
| | | | | | a character run git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405850 13f79535-47bb-0310-9956-ffa450edef68
* 52311 - Conversion to html : Problem in titles number Sergey Vladimirov2012-11-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405808 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53282 - Avoid exception when parsing OPC relationships with ↵Yegor Kozlov2012-10-292-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 53979 - Support fetching properties of Numbered Lists from PPT filesYegor Kozlov2012-10-243-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401652 13f79535-47bb-0310-9956-ffa450edef68
* Test files for HSMF from Bug #53784Nick Burch2012-10-142-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398070 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
* add 4th example file from Bug 53380Sergey Vladimirov2012-09-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1390167 13f79535-47bb-0310-9956-ffa450edef68
* +one more test file for Bug 53380Sergey Vladimirov2012-09-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1388351 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 documentSergey Vladimirov2012-09-112-0/+0
| | | | | | We had incorrect implementation for sprmCShd80 (0x4866) 0x66 processing, Shd was used instead of Shd80 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1383584 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-056-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-043-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369263 13f79535-47bb-0310-9956-ffa450edef68
| * test file that belongs to r1365638Yegor Kozlov2012-07-261-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1365955 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