aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-082-16/+18
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-086-54/+59
* Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ...Dominik Stadler2020-03-081-0/+29
* Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINTDominik Stadler2020-03-082-11/+17
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-084-12/+26
* Allow for numerical category in chartsAlain Béarez2020-03-024-39/+54
* Remove chart title when given text is nullAlain Béarez2020-03-021-3/+9
* #64186 - Decrease usage of ThreadLocals in XML Signature APIAndreas Beeker2020-03-0117-806/+875
* Sonar fixesAndreas Beeker2020-02-251-32/+29
* Ignore IIOException "Can't create ..."Andreas Beeker2020-02-231-22/+28
* Remove invalid agile certificate encryptionAndreas Beeker2020-02-225-379/+27
* replace some calls to Collection methods with shorter/more effective versionsAxel Howind2020-02-201-2/+2
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-206-6/+6
* PPTX2PNG - fix SVG gradientsAndreas Beeker2020-02-174-78/+369
* PPTX2PNG - SVG exportAndreas Beeker2020-02-152-24/+92
* bouncycastle 1.64PJ Fanning2020-02-141-2/+2
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-021-1/+1
* XSLF Performance - use XmlCursor instead of XQuery expression - handle Altern...Andreas Beeker2020-02-027-123/+364
* Try to fix release buildAndreas Beeker2020-01-311-1/+1
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-302-2/+3
* Invert bar chart if negative by Niklas MollenhauerAlain Béarez2020-01-292-0/+42
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-277-136/+141
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-2725-625/+582
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...PJ Fanning2020-01-262-24/+51
* Sonar fixesAndreas Beeker2020-01-211-115/+131
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-1918-292/+389
* Adjust JavaDoc for stream-based reading of large workbooksDominik Stadler2020-01-171-3/+14
* Error bar minus and plus as numerical data sourcesAlain Béarez2020-01-134-63/+135
* Implement error bars on scatter chart data seriesAlain Béarez2020-01-131-0/+35
* Implement error bars for bar and line chartsAlain Béarez2020-01-139-0/+455
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-081-17/+17
* use lambda instead of sub classAndreas Beeker2020-01-071-11/+4
* remove accidental commitPJ Fanning2020-01-071-1/+1
* close OPCPackage if there is an exceptionPJ Fanning2020-01-072-2/+4
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-075-11/+18
* Clear all chart's properties as if newly createdAlain Béarez2020-01-051-0/+87
* Complete test with cell in newly added columnAlain Béarez2020-01-051-1/+3
* Fix JavaDoc warningsAlain Béarez2020-01-053-62/+139
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...Dominik Stadler2020-01-035-13/+48
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-031-1/+3
* remove unnecessary closePJ Fanning2020-01-031-16/+0
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-021-7/+11
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-021-1/+5
* [bug-64045] close resources if we throw exceptionsPJ Fanning2020-01-022-10/+50
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-012-8/+66
* Bug 63960: Write pre-evaluated string-values in formula cells with the correc...Dominik Stadler2019-12-312-15/+44
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-283-58/+63
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2742-808/+893
* try to find issue in testPJ Fanning2019-12-261-1/+1
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....PJ Fanning2019-12-262-0/+29