summaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
* [bug-66176] Integrate SmartArt diagrams from powerpoint presentations. ↵PJ Fanning2022-07-221-0/+0
| | | | | | Thanks to Yaseen. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902934 13f79535-47bb-0310-9956-ffa450edef68
* #66115 - Some Password protected XLS files are not readAndreas Beeker2022-06-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901996 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66087] make DStar functions case insensitivePJ Fanning2022-05-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901229 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66080] XWPFNumbering.addAbstractNum uses abstract numberings count as idPJ Fanning2022-05-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901110 13f79535-47bb-0310-9956-ffa450edef68
* Prevent an overly large allocation when using HPSFDominik Stadler2022-04-112-0/+0
| | | | | | Add a sample document from fuzzing which contains invalid/oversized values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899749 13f79535-47bb-0310-9956-ffa450edef68
* [github-321] Fix issue with rounding in DataFormatter. Thanks to Colin Wang. ↵PJ Fanning2022-04-091-0/+0
| | | | | | This closes #321 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899680 13f79535-47bb-0310-9956-ffa450edef68
* [github-321] add test casePJ Fanning2022-04-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899667 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64536] add getDimension on XSSFSheetPJ Fanning2022-03-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899091 13f79535-47bb-0310-9956-ffa450edef68
* add xssf test (width/height)PJ Fanning2022-03-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898944 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65946] remove duplicate Category property from extracted propertiesPJ Fanning2022-03-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898805 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65899] fix issue where malformed tnef file can cause memory problemsPJ Fanning2022-02-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898208 13f79535-47bb-0310-9956-ffa450edef68
* Make all text-extractors always return a non-null StringDominik Stadler2022-01-221-0/+0
| | | | | | This changes the expected exception of some test-files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897319 13f79535-47bb-0310-9956-ffa450edef68
* Limit allocated elements in the PlfLfo structure for word documentsDominik Stadler2022-01-062-0/+0
| | | | | | | Use large allocation-detection here as well, otherwise some documents can try to allocate too much memory. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896744 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52447: Allow HyperLinkRecord to appear as part of the RowRecordsAggregateDominik Stadler2021-12-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896552 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65741] rework previous changePJ Fanning2021-12-132-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895881 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65738] add basic testPJ Fanning2021-12-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895789 13f79535-47bb-0310-9956-ffa450edef68
* add data-formatter testPJ Fanning2021-12-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895706 13f79535-47bb-0310-9956-ffa450edef68
* add xlookup testPJ Fanning2021-12-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895613 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65718] Charts imported without blip fillsPJ Fanning2021-12-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895487 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65711] add testPJ Fanning2021-11-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895407 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65706] ignore trash parts in OOXML filesPJ Fanning2021-11-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895370 13f79535-47bb-0310-9956-ffa450edef68
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895248 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65678] add XSLFGraphicFrame hasDiagramPJ Fanning2021-11-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894962 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65674] add isVideoFile to XSLFPictureShapePJ Fanning2021-11-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894860 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65673] add test case (that passes)PJ Fanning2021-11-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894830 13f79535-47bb-0310-9956-ffa450edef68
* Do not fail on different count of categories and points and fix cloning chartsDominik Stadler2021-11-021-0/+0
| | | | | | | | | | We see many cases where documents have charts with a difference here, so downgrade the exception to a warning for now Also handle cloning charts in workbooks where the parts have unexpected names by making sure that the chosen part-name is not yet taken. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894676 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65649] add test casePJ Fanning2021-10-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894492 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NullPointerException when cloning sheets where there is no drawing ↵Dominik Stadler2021-10-211-0/+0
| | | | | | patriarch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894450 13f79535-47bb-0310-9956-ffa450edef68
* scaling issuePJ Fanning2021-10-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894367 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65255] add test case but cannot reproduce issuePJ Fanning2021-10-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894363 13f79535-47bb-0310-9956-ffa450edef68
* add problem file to buildPJ Fanning2021-10-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894359 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65638] Remove escaping of ampersand from headers and footers created by ↵PJ Fanning2021-10-182-0/+0
| | | | | | Excel. Thanks to Viru. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894357 13f79535-47bb-0310-9956-ffa450edef68
* [bug-59388] Set comment with option isVisible in .xlsx. Thanks to ryoii. ↵PJ Fanning2021-10-181-0/+0
| | | | | | This closes #239 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894347 13f79535-47bb-0310-9956-ffa450edef68
* #65551 - Incorrect fetching paragraph and text runs props from master shapeAndreas Beeker2021-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894140 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65452] fix issue where WorkbookFactory.create(File, ...) returns null ↵PJ Fanning2021-10-101-0/+1
| | | | | | if file type not recognised git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894097 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65306] issue with shift rows that remove rows and how shared formulas ↵PJ Fanning2021-10-101-0/+0
| | | | | | are affected git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894089 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65268] issue reading shared formulasPJ Fanning2021-10-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894064 13f79535-47bb-0310-9956-ffa450edef68
* github260PJ Fanning2021-10-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893992 13f79535-47bb-0310-9956-ffa450edef68
* [github-254] Implement XSSFWorkbook linkExternalWorkbook. Thanks to @aspojo. ↵PJ Fanning2021-09-292-0/+0
| | | | | | This closes #254 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893728 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65595] Strip colour formatting in headers and footersPJ Fanning2021-09-241-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893599 13f79535-47bb-0310-9956-ffa450edef68
* add test for broken file (5.0.1-RC1 issues)PJ Fanning2021-09-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893444 13f79535-47bb-0310-9956-ffa450edef68
* add test for broken file (5.0.1-RC1 issues)PJ Fanning2021-09-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893442 13f79535-47bb-0310-9956-ffa450edef68
* add basic support for hdphoto/wdp images in slideshowsPJ Fanning2021-08-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892653 13f79535-47bb-0310-9956-ffa450edef68
* add support for reading hyperlinks that have cell refs that are area ↵PJ Fanning2021-08-091-0/+0
| | | | | | references (very limited update or write support as yet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892141 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65467] support IFNA() function. Thanks to Ross PattersonPJ Fanning2021-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891876 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65464] fix issue where shared formulas can be corruptedPJ Fanning2021-07-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891849 13f79535-47bb-0310-9956-ffa450edef68
* update stress.xlsPJ Fanning2021-07-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891729 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64473] OPCPackage.open(fileName, PackageAccess.READ) does not open ↵PJ Fanning2021-07-201-0/+0
| | | | | | valid xlsx file. Thanks to Yury Molchan. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891692 13f79535-47bb-0310-9956-ffa450edef68
* right to left xlsx testPJ Fanning2021-07-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891682 13f79535-47bb-0310-9956-ffa450edef68
* fixed unable to read comments with picturesSayi2021-05-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890040 13f79535-47bb-0310-9956-ffa450edef68