summaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add support for HSLF metro blobsAndreas Beeker2015-11-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713318 13f79535-47bb-0310-9956-ffa450edef68
* Add some more tests for the checks for files that can cause large memory usage.Dominik Stadler2015-11-082-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713217 13f79535-47bb-0310-9956-ffa450edef68
* bug 58348: add support for copying rows for XSSFWorkbooksJaven O'Neal2015-11-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711885 13f79535-47bb-0310-9956-ffa450edef68
* #45908 - RichTextRun.setBullet(false) doesn't work, bullets still hereAndreas Beeker2015-11-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711858 13f79535-47bb-0310-9956-ffa450edef68
* #45088 - POI-HSLF changeTextInRichTextRun corrupts presentationAndreas Beeker2015-11-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711845 13f79535-47bb-0310-9956-ffa450edef68
* #45124 - inserting text or images wipes out boldness and makes everything italicAndreas Beeker2015-10-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711704 13f79535-47bb-0310-9956-ffa450edef68