aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Collapse)AuthorAgeFilesLines
...
* [bug-64441] add test casePJ Fanning2020-05-141-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877747 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-052-313/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877398 13f79535-47bb-0310-9956-ffa450edef68
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877181 13f79535-47bb-0310-9956-ffa450edef68
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877179 13f79535-47bb-0310-9956-ffa450edef68
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-281-31/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877144 13f79535-47bb-0310-9956-ffa450edef68
* Github-177: Avoid NullPointerException if RangeCopier encounters ↵Dominik Stadler2020-04-261-3/+3
| | | | | | | | | | empty/missing rows Also expose one-parameter constructor and verify it in tests. Closes #177 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877010 13f79535-47bb-0310-9956-ffa450edef68
* Fix regression introduced via Bug 60845: There are more items in CTBorder ↵Dominik Stadler2020-04-242-58/+229
| | | | | | that need to be handled in equals() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876949 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-241-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876947 13f79535-47bb-0310-9956-ffa450edef68
* Add unit tests for new Name.isHidden methodNick Burch2020-04-191-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876725 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64348] partial fix for IndexOutOfBoundsExceptionPJ Fanning2020-04-141-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876512 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ↵PJ Fanning2020-04-092-15/+31
| | | | | | Thanks to Eugene Kortov. This closes #175 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876336 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-012-542/+540
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876019 13f79535-47bb-0310-9956-ffa450edef68
* #64301 - Allow try-with-resources with OPCPackage.revert()Andreas Beeker2020-04-011-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876018 13f79535-47bb-0310-9956-ffa450edef68
* Remove chart titleAlain Béarez2020-04-011-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875978 13f79535-47bb-0310-9956-ffa450edef68
* Insert a new row in XSLFTableAlain Béarez2020-03-311-48/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875901 13f79535-47bb-0310-9956-ffa450edef68
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-291-0/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875862 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in ↵Dominik Stadler2020-03-292-6/+52
| | | | | | 4.1.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875837 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61864: Verify recalculation-flag on Workbook level some moreDominik Stadler2020-03-291-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875836 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-281-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875804 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55966: Include content control text in word extraction also if it is ↵Dominik Stadler2020-03-281-10/+27
| | | | | | part of a paragraph git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875802 13f79535-47bb-0310-9956-ffa450edef68
* XWPFNumbering.addAbstractNum will definitely throw an exceptionAlain Béarez2020-03-271-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875747 13f79535-47bb-0310-9956-ffa450edef68
* XWPFTableCell does not process bodyElements when handle paragraphAlain Béarez2020-03-271-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875746 13f79535-47bb-0310-9956-ffa450edef68
* #63624: setText in XWPFTableCell updates the xml and also updates the runs ↵Alain Béarez2020-03-271-0/+14
| | | | | | and iruns git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875744 13f79535-47bb-0310-9956-ffa450edef68
* Bug 64244: Take the replacement of RichtText strings into account when ↵Dominik Stadler2020-03-241-0/+25
| | | | | | computing length of strings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875571 13f79535-47bb-0310-9956-ffa450edef68
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) ↵Andreas Beeker2020-03-225-38/+38
| | | | | | colorspace git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875522 13f79535-47bb-0310-9956-ffa450edef68
* Ignore all ImageIO related exceptions which fail often in maven builds ↵Andreas Beeker2020-03-181-2/+3
| | | | | | because of missing/wrong temp directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875396 13f79535-47bb-0310-9956-ffa450edef68
* #64213 - Picture.resize(double scale) scales width wrong for small pictures ↵Andreas Beeker2020-03-161-100/+97
| | | | | | and when dx1 is set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875266 13f79535-47bb-0310-9956-ffa450edef68
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874983 13f79535-47bb-0310-9956-ffa450edef68
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-085-53/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874981 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ↵Dominik Stadler2020-03-081-0/+29
| | | | | | be the culprit for autosize taking a very long time. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874973 13f79535-47bb-0310-9956-ffa450edef68
* #64186 - Decrease usage of ThreadLocals in XML Signature APIAndreas Beeker2020-03-011-232/+153
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874671 13f79535-47bb-0310-9956-ffa450edef68
* Ignore IIOException "Can't create ..."Andreas Beeker2020-02-231-22/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874429 13f79535-47bb-0310-9956-ffa450edef68
* Remove invalid agile certificate encryptionAndreas Beeker2020-02-222-198/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874351 13f79535-47bb-0310-9956-ffa450edef68
* use indexOf(char) instead of indexOf(String) where possible; replace one ↵Axel Howind2020-02-201-1/+1
| | | | | | more StringBuffer with StringBuilder - bug 63805 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874262 13f79535-47bb-0310-9956-ffa450edef68
* PPTX2PNG - SVG exportAndreas Beeker2020-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874065 13f79535-47bb-0310-9956-ffa450edef68
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873515 13f79535-47bb-0310-9956-ffa450edef68
* XSLF Performance - use XmlCursor instead of XQuery expression - handle ↵Andreas Beeker2020-02-021-21/+50
| | | | | | AlternateContent elements uniformly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873514 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix release buildAndreas Beeker2020-01-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873440 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-301-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873384 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in ↵Dominik Stadler2020-01-275-96/+118
| | | | | | unit-tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873231 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument ↵Andreas Beeker2020-01-271-34/+23
| | | | | | factories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873190 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ↵PJ Fanning2020-01-261-23/+49
| | | | | | character. Thanks to gjmathews git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873188 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2020-01-211-115/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873015 13f79535-47bb-0310-9956-ffa450edef68
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-191-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872984 13f79535-47bb-0310-9956-ffa450edef68
* Implement error bars for bar and line chartsAlain Béarez2020-01-131-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872690 13f79535-47bb-0310-9956-ffa450edef68
* Complete test with cell in newly added columnAlain Béarez2020-01-051-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872362 13f79535-47bb-0310-9956-ffa450edef68
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ↵Dominik Stadler2020-01-034-10/+45
| | | | | | | | version of the file-leak-detector Also add a test for Bug 64045 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872287 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-011-2/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872187 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63960: Write pre-evaluated string-values in formula cells with the ↵Dominik Stadler2019-12-311-2/+31
| | | | | | correct type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872130 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-40/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872066 13f79535-47bb-0310-9956-ffa450edef68