summaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing file for test for bug 56557Dominik Stadler2017-06-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798926 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to ↵Dominik Stadler2017-06-091-0/+0
| | | | | | Non-Unicode git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798200 13f79535-47bb-0310-9956-ffa450edef68
* XSSFTable should format numeric/date cells when used as Column Header names ↵Nick Burch2017-06-071-0/+0
| | | | | | as Excel does, see https://stackoverflow.com/questions/44407111/apache-poi-cant-format-filled-cells-as-numeric git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1797914 13f79535-47bb-0310-9956-ffa450edef68
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-062-0/+0
| | | | | | Decryption for Binary RC4 and CryptoAPI (... XOR is missing) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1797837 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a ↵Greg Woolsey2017-05-261-0/+0
| | | | | | | | | | | | | | workbook has a custom indexed color teach XSSFColor and most things that create instances about indexed colors. Null is a valid value for IndexedColorMap instances - the existing built-in default colors are used. Whenever a workbook style is accessible in the call hierarchy its color mappings are passed down now. Thanks for the unit test in the issue, it now passes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796359 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ↵Dominik Stadler2017-05-231-0/+0
| | | | | | may be missing for other functions where ArrayEval is currently handled git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795963 13f79535-47bb-0310-9956-ffa450edef68
* removed invalid test fileAndreas Beeker2017-05-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795122 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 ↵Greg Woolsey2017-05-122-0/+0
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* 61060 - teach DataFormatter about conditional formatting rules with number ↵Greg Woolsey2017-05-051-0/+0
| | | | | | | | formats Currently only implemented for XSSF, as there is no API available for HSSF conditional formatting rule number formats (if it is even in the files). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1794084 13f79535-47bb-0310-9956-ffa450edef68
* #52372 - OutOfMemoryError parsing a word fileAndreas Beeker2017-05-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793602 13f79535-47bb-0310-9956-ffa450edef68
* #52117 - Invalid "last printed" summary field valueAndreas Beeker2017-05-021-0/+0
| | | | | | added test file to corpus git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793599 13f79535-47bb-0310-9956-ffa450edef68
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793596 13f79535-47bb-0310-9956-ffa450edef68
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793251 13f79535-47bb-0310-9956-ffa450edef68
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-291-0/+0
| | | | | | | Thanks to Mauricio Eastmond for the Excel test file and unit test. Thanks to Sebastian Wikalinski for isolating the problem and providing a patch. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793223 13f79535-47bb-0310-9956-ffa450edef68
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-152-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791500 13f79535-47bb-0310-9956-ffa450edef68
* Failing, disabled unit test for bug #60973Nick Burch2017-04-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791098 13f79535-47bb-0310-9956-ffa450edef68
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-111-0/+0
| | | | | | implemented per issue, breaking out static text vs. formula based title getters and setters, with unit test updates and additions. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791025 13f79535-47bb-0310-9956-ffa450edef68
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790897 13f79535-47bb-0310-9956-ffa450edef68
* Test for another type of xml-bombDominik Stadler2017-04-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790473 13f79535-47bb-0310-9956-ffa450edef68
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup ↵Dominik Stadler2017-04-061-0/+0
| | | | | | might not have a patriarch set, so let's walk up the parents to try to find one. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790472 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-043-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790061 13f79535-47bb-0310-9956-ffa450edef68
* 60881 and 60891 -- on further look, no need to throw an exception for an ↵Tim Allison2017-03-201-0/+0
| | | | | | encrypted xlsb. On the second, let's fix readFully to read fully. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787846 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.Dominik Stadler2017-03-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787664 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60810: Check for duplicate relation-names for notes similar to the fix ↵Dominik Stadler2017-03-191-0/+0
| | | | | | for slides themselves in bug 55791 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787663 13f79535-47bb-0310-9956-ffa450edef68
* 60823: DGET function, correct behavior with multiple result entries but only ↵Dominik Stadler2017-03-191-0/+0
| | | | | | one non-blank git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787658 13f79535-47bb-0310-9956-ffa450edef68
* Add docm-file which is actually a binary doc to check handling of ↵Dominik Stadler2017-03-181-0/+0
| | | | | | wrong-format-exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787555 13f79535-47bb-0310-9956-ffa450edef68
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-167-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787228 13f79535-47bb-0310-9956-ffa450edef68
* Fixed #60858, which showed a regression of the fix for #56420 introduced by ↵Greg Woolsey2017-03-141-0/+0
| | | | | | | | my refactoring to fix #56822. Includes new unit test based on the bug sample file. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786954 13f79535-47bb-0310-9956-ffa450edef68
* Add tests from bug 45353 to show that this now works fineDominik Stadler2017-03-102-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786432 13f79535-47bb-0310-9956-ffa450edef68
* 51519 -- allow users to ignore or include the <rPh> (phonetic run) element ↵Tim Allison2017-03-081-0/+0
| | | | | | in the ReadOnlySharedStringsTable used in the SAX/streaming xlsx reader. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1785965 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60795 -- add enum for message class in MAPIMessage; deprecate ↵Tim Allison2017-03-015-0/+0
| | | | | | getMessageClass() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784978 13f79535-47bb-0310-9956-ffa450edef68
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-0/+0
| | | | | | includes unit test from the issue. Verified unit test results in Excel vs. incorrect previous POI results. Test passes new code, as do existing tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783037 13f79535-47bb-0310-9956-ffa450edef68
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-133-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782894 13f79535-47bb-0310-9956-ffa450edef68
* #60715 - Blank layout was not foundAndreas Beeker2017-02-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782635 13f79535-47bb-0310-9956-ffa450edef68
* bug 59983: correctly update shared formulas when shifting rows. Thanks to ↵Javen O'Neal2017-02-081-0/+0
| | | | | | Luca Martini for the initial failing unit test with test file and Chiara Marcheschi for the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782111 13f79535-47bb-0310-9956-ffa450edef68
* #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStreamAndreas Beeker2017-02-081-0/+658
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782095 13f79535-47bb-0310-9956-ffa450edef68
* Revert previous changes enough to restore the case in the commoncrawl-corpus ↵Dominik Stadler2017-02-051-0/+0
| | | | | | which is failing now, add a unit-test for this case, enable one disabled unit-test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781822 13f79535-47bb-0310-9956-ffa450edef68
* Finally enable test for bug 44937, we got the requested missing ↵Dominik Stadler2017-01-262-0/+0
| | | | | | test-documents a long time ago already. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780456 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60570 - Add rudimentary EMF read-only capabilityTim Allison2017-01-193-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779493 13f79535-47bb-0310-9956-ffa450edef68
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778418 13f79535-47bb-0310-9956-ffa450edef68
* bug 60550: read ContentID chunks from mail attachmentsJaven O'Neal2017-01-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777428 13f79535-47bb-0310-9956-ffa450edef68
* #60519 - Extractor for *SSF embeddingsAndreas Beeker2016-12-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776819 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTYDominik Stadler2016-12-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776606 13f79535-47bb-0310-9956-ffa450edef68
* bug 60489 -- add a file that triggered a ClassNotFoundException on ↵Tim Allison2016-12-161-0/+0
| | | | | | TIKA-2208/elasticsearch-22077 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774638 13f79535-47bb-0310-9956-ffa450edef68
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-011-0/+0
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60329 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772138 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60345 - Handle corrupt PICT streamsAndreas Beeker2016-11-103-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769226 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769220 13f79535-47bb-0310-9956-ffa450edef68
* POI-60341, add test document (ugh, mea culpa), turn on test.Tim Allison2016-11-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768505 13f79535-47bb-0310-9956-ffa450edef68
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, ↵Mark Murphy2016-11-051-0/+0
| | | | | | | | | setRepeatHeader does not overwrite old value Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60337 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768153 13f79535-47bb-0310-9956-ffa450edef68
* More unit testing for XWPF list numbering complex cases, and some TODOs on ↵Nick Burch2016-11-041-0/+0
| | | | | | improving it, inspired by users@ discussions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768005 13f79535-47bb-0310-9956-ffa450edef68