aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-025-5/+25
* [bug-62216] add test casePJ Fanning2018-04-021-1/+14
* [bug-62216] Fix issue with SXSSF error cellsPJ Fanning2018-04-011-1/+1
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-012-0/+101
* [github-103] take latest changesPJ Fanning2018-04-012-38/+30
* add missing licensePJ Fanning2018-03-192-26/+41
* [github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This...PJ Fanning2018-03-197-31/+411
* [bug-62176] synchronize temp dir creationPJ Fanning2018-03-131-2/+3
* Add test for setters/getters of XWPFRun to include morre generated classes in...Dominik Stadler2018-03-111-17/+36
* #62159 - Support XML signature over windows certificate storeAndreas Beeker2018-03-0610-451/+567
* Reduce testcase some more, add missing license headerDominik Stadler2018-03-051-6/+22
* Add unit test which verifies that ThresholdInputStream can be used. This curr...Dominik Stadler2018-03-041-0/+32
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-045-14/+10
* Fix compiling with current JDK 10 RC build, OOXML-Tests are still failing due...Dominik Stadler2018-03-041-10/+5
* use xmlunit for xml diffs in unit testsPJ Fanning2018-03-041-14/+23
* remove some deprecated methodsPJ Fanning2018-03-043-35/+2
* remove some casts to shortPJ Fanning2018-03-037-20/+20
* fix license check failurePJ Fanning2018-02-281-1/+1
* fix problematic javadocPJ Fanning2018-02-281-1/+0
* remove XDDFChart workaround that saved workbook to temp filePJ Fanning2018-02-281-17/+1
* [github-98] write data in respective Column in case of XDDFChart. Thanks to S...PJ Fanning2018-02-277-26/+278
* use Integer.toString to convert ints to stringsPJ Fanning2018-02-274-12/+12
* tidy up API for font indexPJ Fanning2018-02-2614-19/+19
* [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This...PJ Fanning2018-02-2510-337/+1088
* Fix for bug #62130. Turns out there were cases when a workbook with multiple...Greg Woolsey2018-02-242-35/+36
* The table auto-filter range should not include table footer rows, while the t...Greg Woolsey2018-02-231-2/+14
* further uptake of int methods for font lookupsPJ Fanning2018-02-227-36/+36
* [bug-62018] use ints to index fontsPJ Fanning2018-02-2020-238/+338
* add apache license to new examples due to rat check failuresPJ Fanning2018-02-165-0/+85
* Unit test to try to reproduce bug #62108 (currenly works though...)Nick Burch2018-02-161-0/+41
* Add some write/change code as well for GroovyNick Burch2018-02-151-4/+78
* Commit examples from the JVM Languages pageNick Burch2018-02-155-0/+107
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-1410-7/+445
* Fix some IntelliJ warnings in XDGF areaDominik Stadler2018-02-1225-89/+28
* [bug-57369] support for major and minor unit on XDDFChart axesAlain Béarez2018-02-126-17/+426
* #55953 Added methods to position a tableMark Murphy2018-02-123-14/+133
* Update JAXB classes with fixed javadocs for java 8 doclintAndreas Beeker2018-02-1163-2220/+2203
* Added missing table border types to XWPFMark Murphy2018-02-111-1/+44
* #61947 - Remove deprecated classes (POI 4.0.0)Andreas Beeker2018-02-111-11/+0
* #62096 - Add support for tabstopsAndreas Beeker2018-02-1122-465/+1029
* FindBugs fixesAndreas Beeker2018-02-114-196/+201
* Add ability to set get and remove outer borders for tablesMark Murphy2018-02-112-121/+927
* Bug 62042: Adjust gradle build to properly set the localeDominik Stadler2018-02-081-1/+1
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-085-31/+92
* fix further typo in exception messagePJ Fanning2018-02-021-1/+1
* Fix small typo, closes PR #97 on Github.Dominik Stadler2018-02-021-7/+7
* fix findbug issues introduced recentlyPJ Fanning2018-01-312-5/+7
* fix use of forbidden apis in row shift codePJ Fanning2018-01-312-19/+23
* use spaces for indents in some filesPJ Fanning2018-01-313-450/+450
* [bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker...PJ Fanning2018-01-312-28/+60