aboutsummaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
* Add some extra safety test to check that external entities are not loaded by ↵Uwe Schindler2014-08-121-0/+0
| | | | | | xmlbeans git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617453 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled unit test for bug #56812, based on code and file from Geoff ↵Nick Burch2014-08-041-0/+0
| | | | | | Wright git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615803 13f79535-47bb-0310-9956-ffa450edef68
* Add another test file for #54764, and a test that uses itNick Burch2014-08-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615731 13f79535-47bb-0310-9956-ffa450edef68
* Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ↵Nick Burch2014-08-041-0/+0
| | | | | | and #56164, for xml parsers which support them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615720 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if ↵Nick Burch2014-08-011-0/+0
| | | | | | XSSFWorkbook is passed a .xlsb file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615118 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula ↵Nick Burch2014-07-311-0/+0
| | | | | | can't be parsed, log + leave it unchanged rather than failing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614916 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather ↵Nick Burch2014-07-311-0/+0
| | | | | | than before as is normal, and also handle things so that if an unsupported BofRecord is found for a sheet, warn and skip rather than breaking git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614884 13f79535-47bb-0310-9956-ffa450edef68
* Start on details tests for bug #53433Nick Burch2014-07-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614786 13f79535-47bb-0310-9956-ffa450edef68
* Slightly modified test file for bug #56132 - xlsx file with inline ↵Nick Burch2014-07-301-0/+0
| | | | | | references to other files (no external links used) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614728 13f79535-47bb-0310-9956-ffa450edef68
* Updated patch from Marc from #55927 - handle date formulas tooNick Burch2014-07-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614696 13f79535-47bb-0310-9956-ffa450edef68
* Add simple unit test to verify that Bug 42016 was fixed already by some ↵Dominik Stadler2014-07-281-0/+0
| | | | | | other fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614135 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test for bug 37625 which verifies that this file can now be loadedDominik Stadler2014-07-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613837 13f79535-47bb-0310-9956-ffa450edef68
* Unit test to show that bug #52111 (intersect formulas) was already solvedNick Burch2014-07-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613737 13f79535-47bb-0310-9956-ffa450edef68
* HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906Nick Burch2014-07-262-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613654 13f79535-47bb-0310-9956-ffa450edef68
* More tests for #55906, and provide a new eval that lets you get at evals for ↵Nick Burch2014-07-252-0/+0
| | | | | | many sheets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613438 13f79535-47bb-0310-9956-ffa450edef68
* Areas can have multi-sheet references too, so add FormulaParser support to ↵Nick Burch2014-07-252-0/+0
| | | | | | these as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613437 13f79535-47bb-0310-9956-ffa450edef68
* Disabled unit tests for multi-sheet references, see bug #55906Nick Burch2014-07-242-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613282 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + ↵Nick Burch2014-07-241-0/+0
| | | | | | return comments, and use this for the event based .xlsx text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613266 13f79535-47bb-0310-9956-ffa450edef68
* Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int ↵Nick Burch2014-07-241-0/+0
| | | | | | not unit git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613256 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval ↵Dominik Stadler2014-07-224-0/+0
| | | | | | and also return #VALUE, not #REF if case of error git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612557 13f79535-47bb-0310-9956-ffa450edef68
* Turns out that .xlsx files can have multiple link tables, add a test file ↵Nick Burch2014-07-191-0/+0
| | | | | | which shows this (support to follow) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611878 13f79535-47bb-0310-9956-ffa450edef68
* Bit more towards XSSF name support for #56737, will need some deeper changes ↵Nick Burch2014-07-181-0/+0
| | | | | | though to fully implement git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611830 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled unit tests for bug #56737, which currently fails (differently) ↵Nick Burch2014-07-172-0/+0
| | | | | | for HSSF and XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1611400 13f79535-47bb-0310-9956-ffa450edef68
* Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, ↵Nick Burch2014-07-141-0/+0
| | | | | | return as 0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1610482 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled unit test for bug #56420Nick Burch2014-07-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1607661 13f79535-47bb-0310-9956-ffa450edef68
* BUG 54771 extract text from SDTs at the cell level within a table rowTim Allison2014-06-162-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602955 13f79535-47bb-0310-9956-ffa450edef68
* 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