aboutsummaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
...
* bug 52949: add Visio (XDGF) file with macros to test macro extractionJaven O'Neal2016-04-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738649 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test ↵Javen O'Neal2016-04-118-0/+36
| | | | | | macro extraction git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738502 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for VBA macro reading #52949Nick Burch2016-04-103-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738427 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be ↵Dominik Stadler2016-04-061-0/+0
| | | | | | the intersection operator as well, so we need to try and skip it as whitespace if intersection fails which can lead to hard to track bugs or misleading error messages with some formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738033 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-052-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737879 13f79535-47bb-0310-9956-ffa450edef68
* revert test file to original bytes see bug 59257. Thanks to Javen O'Neal ↵Tim Allison2016-04-041-0/+0
| | | | | | for pointing this out and Dominik Stadler for fixing the unit test. Apologies to all for not reading my diff more carefully before committing. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737662 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is foundDominik Stadler2016-04-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737602 13f79535-47bb-0310-9956-ffa450edef68
* Regression: Add unit-test which triggers more code deep inside XSLF to have ↵Dominik Stadler2016-04-021-0/+0
| | | | | | some missing pieces included in the reduced ooxml-schema-jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737466 13f79535-47bb-0310-9956-ffa450edef68
* POI 59257 upgrade Bouncy Castle to 1.54Tim Allison2016-04-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737298 13f79535-47bb-0310-9956-ffa450edef68
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737029 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737025 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, ↵Dominik Stadler2016-03-291-0/+0
| | | | | | empty strings are counted as blank as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737009 13f79535-47bb-0310-9956-ffa450edef68
* XSLF: do not display Master Slide objects by defaultAndreas Beeker2016-03-281-0/+0
| | | | | | XSLF: fix alternate content handling for picture shapes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736935 13f79535-47bb-0310-9956-ffa450edef68
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-281-0/+0
| | | | | | | | contains either non-latin entries or the compression type can't be handled the workaround is to iterate over the stream and not the directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736933 13f79535-47bb-0310-9956-ffa450edef68
* Add a test ODS file, for more helpful error messagesNick Burch2016-03-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735056 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55668: Try to avoid NullPointerException when chaning cell type and ↵Dominik Stadler2016-03-131-0/+0
| | | | | | formula leads to null-string by seting the cell to BLANK instead git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734861 13f79535-47bb-0310-9956-ffa450edef68
* More helpful exception message if POIFS is given a raw XML file (eg an ↵Nick Burch2016-03-091-0/+142
| | | | | | Office 2003 XML file), plus tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734215 13f79535-47bb-0310-9956-ffa450edef68
* #59058 - OOM when parsing docx after OPCPackage.open with File but not with ↵Andreas Beeker2016-03-092-0/+0
| | | | | | InputStream (TIKA-1866) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734184 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57914: Provide a better error message for OOXML strict format which we ↵Dominik Stadler2016-02-271-0/+0
| | | | | | do not support yet. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732619 13f79535-47bb-0310-9956-ffa450edef68
* Add missing file for bug 59074Dominik Stadler2016-02-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732612 13f79535-47bb-0310-9956-ffa450edef68
* Bug 47245: Comment out check and exception in case row-records are missing ↵Dominik Stadler2016-02-241-0/+0
| | | | | | for some cells as it seems POI is handling this gracefully and LibreOffice/Excel are as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732235 13f79535-47bb-0310-9956-ffa450edef68
* Add xlsx which verifies via the integration-tests that the namespace fix worksDominik Stadler2016-02-241-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732234 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Jim King from bug #57989 - XSSFChart support for setting chart ↵Nick Burch2016-02-212-0/+0
| | | | | | titles, plus get+set unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1731566 13f79535-47bb-0310-9956-ffa450edef68
* POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad BabuTim Allison2016-02-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1731257 13f79535-47bb-0310-9956-ffa450edef68
* 59021 -- fix content extraction from namespaced elements in ↵Tim Allison2016-02-181-0/+0
| | | | | | XSSFEventBasedExcelExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730992 13f79535-47bb-0310-9956-ffa450edef68
* bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ↵Javen O'Neal2016-02-152-0/+0
| | | | | | optional width or height parameters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730606 13f79535-47bb-0310-9956-ffa450edef68
* GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27Dominik Stadler2016-02-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730471 13f79535-47bb-0310-9956-ffa450edef68
* Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxesDominik Stadler2016-02-131-0/+0
| | | | | | | and other GUI elements, add minimal support for these to allow clone to succeed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730275 13f79535-47bb-0310-9956-ffa450edef68
* Regression analysis: the additional testing of cloning sheets showed aDominik Stadler2016-02-131-0/+0
| | | | | | | possible ArrayIndexOutOfBounds error which we can avoid to make cloning fail a bit less. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730274 13f79535-47bb-0310-9956-ffa450edef68
* add an ignored test for bug 58804Dominik Stadler2016-01-252-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726681 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible NPE found with msg-file from CommonCrawlDominik Stadler2016-01-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725334 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible NullPointerException with invalid/unsupported image typesDominik Stadler2016-01-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725332 13f79535-47bb-0310-9956-ffa450edef68
* Regression in version 3.14-beta1: three or four-part formats with locale id ↵Dominik Stadler2016-01-131-0/+0
| | | | | | cause exceptions when formatting instead of falling back to other formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724488 13f79535-47bb-0310-9956-ffa450edef68
* Fix a NullPointerException that occurs with some PPTs now but did not in POI ↵Dominik Stadler2016-01-131-0/+0
| | | | | | 3.13 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724487 13f79535-47bb-0310-9956-ffa450edef68
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724338 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722715 13f79535-47bb-0310-9956-ffa450edef68
* Add test which reproduces bug 58325, seems the file uses AlternateContent ↵Dominik Stadler2016-01-022-0/+0
| | | | | | which POI does not support (yet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722665 13f79535-47bb-0310-9956-ffa450edef68
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-011-0/+0
| | | | | | runs after hyperlink/field runs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722503 13f79535-47bb-0310-9956-ffa450edef68
* #55030 - RichTextRun getFontName can not get Chinese font nameAndreas Beeker2015-12-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722479 13f79535-47bb-0310-9956-ffa450edef68
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-311-0/+0
| | | | | | #58159 - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722477 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722407 13f79535-47bb-0310-9956-ffa450edef68
* Disabled unit test for #58760 (problem remains)Nick Burch2015-12-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722244 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for non-reproducable #58747Nick Burch2015-12-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720588 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720411 13f79535-47bb-0310-9956-ffa450edef68
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1720035 13f79535-47bb-0310-9956-ffa450edef68
* #58718 - Master styles not initialized when running multithreadedAndreas Beeker2015-12-134-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1719758 13f79535-47bb-0310-9956-ffa450edef68
* Add file missed from last checkinDominik Stadler2015-12-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717991 13f79535-47bb-0310-9956-ffa450edef68
* In preparation for table rendering, added table row heights and column ↵Andreas Beeker2015-11-212-0/+0
| | | | | | | | widths to common sl. To have better results in rendering switch anchor from java.awt.Rectangle to Rectangle2D. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715540 13f79535-47bb-0310-9956-ffa450edef68
* #58630 - Signing failed after deletion of first sheetAndreas Beeker2015-11-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715438 13f79535-47bb-0310-9956-ffa450edef68
* #53192 - Images in ppt file have wrong width when convering ppt to pngAndreas Beeker2015-11-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713332 13f79535-47bb-0310-9956-ffa450edef68