aboutsummaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 56563 - Multithreading bug when reading 2 similar filesDominik Stadler2014-05-262-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1597637 13f79535-47bb-0310-9956-ffa450edef68
* Handle date format strings in an iso8601 style format, with a T in them. ↵Nick Burch2014-05-231-0/+0
| | | | | | Fixes bug #54034 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1597038 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when ↵Nick Burch2014-05-211-0/+0
| | | | | | creating from a template git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1596624 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()Dominik Stadler2014-05-201-0/+0
| | | | | | | also make CFRuleRecord.toString() print out more information which caused the bug to be much harder to find Add unit tests to verify/reproduce this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1596251 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56170: Fix a problem with cells in workbooks becoming disconnected from ↵Dominik Stadler2014-05-181-0/+0
| | | | | | XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1595659 13f79535-47bb-0310-9956-ffa450edef68
* Fix Bug 56514, add missing null-check if simple shape does not have any textDominik Stadler2014-05-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1595127 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1595048 13f79535-47bb-0310-9956-ffa450edef68
* Excel 2007 and later allows for more than 3 Conditional Formatting rules per ↵Nick Burch2014-05-021-0/+0
| | | | | | sheet, so change our hard limit to logging a compatibility warning. Test file from Pau Coma Ramirez from bug #56482 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1591959 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but ↵Nick Burch2014-04-241-0/+0
| | | | | | we still don't know where it belongs) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589770 13f79535-47bb-0310-9956-ffa450edef68
* Two more test files from Stefan Kopf for bug #56164, and unit tests which ↵Nick Burch2014-04-242-0/+0
| | | | | | use them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589759 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, ↵Dominik Stadler2014-04-181-0/+0
| | | | | | adjust/enhance some more tests in MathX git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588538 13f79535-47bb-0310-9956-ffa450edef68
* Add another test file for bug #47251, from Joe Yuan, and a disabled testNick Burch2014-04-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583825 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56278 - Support loading .xlsx files with no Styles TableNick Burch2014-03-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578518 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test-file for bug 56169Dominik Stadler2014-03-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577908 13f79535-47bb-0310-9956-ffa450edef68
* Sample file for #56260, provided by Atlassian in CONF-18721Nick Burch2014-03-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577536 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56075 - Add Change Tracking support to XWPF Andreas Beeker2014-03-132-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577010 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-211-0/+0
| | | | | | Bug 56077 - Add password hash function to HWPF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570750 13f79535-47bb-0310-9956-ffa450edef68
* Another content types test, for #55026Nick Burch2014-02-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570002 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... ↵Andreas Beeker2014-02-191-0/+0
| | | | | | StyleTextProp9Atom : java.lang.ArrayIndexOutOfBoundsException: 56" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569984 13f79535-47bb-0310-9956-ffa450edef68
* Test file from bug #56138 from Jon Iles, with a zero length codepage stringNick Burch2014-02-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568634 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ↵Andreas Beeker2014-02-112-0/+0
| | | | | | from ppt) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567455 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564050 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55924: Avoid errors during exporting XML if there are numeric cells ↵Dominik Stadler2014-02-031-0/+0
| | | | | | without value, also verify in tests that XML can always be parsed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564045 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564028 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564011 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor ↵Nick Burch2014-02-021-0/+0
| | | | | | header/footer support git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563657 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test-file for Bug 56017Dominik Stadler2014-02-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563588 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53282 - Hyperlink with a non-breaking space throws ↵Andreas Beeker2014-02-021-0/+0
| | | | | | java.lang.IllegalStateException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563540 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> ↵Andreas Beeker2014-02-012-0/+0
| | | | | | (parsing word file) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563483 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56011: Use default style if the cell style attribute is not presentDominik Stadler2014-02-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563470 13f79535-47bb-0310-9956-ffa450edef68
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-0/+0
| | | | | | | - adapted relevant test-classes to Junit4 to support timeout handling - tab / space cleanup git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561435 13f79535-47bb-0310-9956-ffa450edef68
* Bug 35897 - Password protected filesAndreas Beeker2014-01-101-0/+0
| | | | | | + Junit4 modifications, needed for expected exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1557281 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554077 13f79535-47bb-0310-9956-ffa450edef68
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-272-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553760 13f79535-47bb-0310-9956-ffa450edef68
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553428 13f79535-47bb-0310-9956-ffa450edef68
* removed pictureFileZero.ppt from svn as requested by the owner, see ↵Yegor Kozlov2013-12-181-0/+0
| | | | | | discussion on @poi-dev from Dec 12, 2013 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1551845 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55850: fix NullPointerException during extraction from XSSFDominik Stadler2013-12-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1549007 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55640, added reproducer, a fix for the Exception cases and some ↵Dominik Stadler2013-12-022-0/+0
| | | | | | | | | verify-tests to ensure future changes are checked via unit tests. There might be more work pending to make grouping fully work the same way as Excel does. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1547153 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55745: fix handling of tables in XSSF if there are comments as well, ↵Dominik Stadler2013-11-281-0/+0
| | | | | | there is not much sense in leaving the loop on the first instance of comment table and skipping all the other tables. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1546385 13f79535-47bb-0310-9956-ffa450edef68
* Another test file from Andreas Beekerndreas Beeker from bug #53475Nick Burch2013-11-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1541004 13f79535-47bb-0310-9956-ffa450edef68
* Unit tests for Shrink To Fit cell style support (#55661)Nick Burch2013-11-072-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539850 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ↵Nick Burch2013-11-071-0/+0
| | | | | | 16 bits of data git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539837 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Andreas Beeker from bug #53475 - CSPName may not always be ↵Nick Burch2013-11-071-0/+0
| | | | | | present on OOXML encrypted documents, plus test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539828 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55742: fixed mirr FormulaEvalTestData.xls testsCédric Walter2013-11-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539451 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55724: implementation of Excel PERCENTILE functionCédric Walter2013-11-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539154 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55024: MIRR Formula implementation review, added error handling and ↵Cédric Walter2013-11-042-0/+0
| | | | | | FormulaEvalTest.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538795 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to ↵Cédric Walter2013-11-041-0/+0
| | | | | | FormulaEvalTestData.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538772 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use ↵Cédric Walter2013-11-041-0/+0
| | | | | | BaseNumberUtils.convertToDecimal git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538765 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52400: fix handling some types of TNEF files, make ↵Dominik Stadler2013-11-033-0/+0
| | | | | | HMEFMessage.HEADER_SIGNATURE int as it is handled as int everywhere, move .dat files to HMEF sample dir, cover some border cases in HMEFMessage, add another .dat sample file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538353 13f79535-47bb-0310-9956-ffa450edef68
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-021-0/+0
| | | | | | removed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538163 13f79535-47bb-0310-9956-ffa450edef68