summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-069-221/+399
* bug 58325, github-57: Set svn props. This closes #57 on github.Javen O'Neal2017-06-040-0/+0
* bug 58325: enable TestXSSFShape unit tests. Thanks to Dominik Stadler for the...Javen O'Neal2017-06-042-38/+69
* fix eclipse resource leak warningsAndreas Beeker2017-05-3128-557/+614
* javadocsJaven O'Neal2017-05-311-1/+1
* SonarQube fixes - close resourcesAndreas Beeker2017-05-3121-662/+689
* #61085 support table stylesGreg Woolsey2017-05-313-45/+288
* increase heap size for ooxml compilation again, because of failing (gradle?) ...Andreas Beeker2017-05-301-1/+1
* Add logging for gradle->ant->javac OOMAndreas Beeker2017-05-301-0/+2
* ignore <project root>/tmp directory Andreas Beeker2017-05-300-0/+0
* Bug 61119 - Fix preset shape rendering and shadingAndreas Beeker2017-05-3043-21355/+20476
* bug 61059: fix NamePtg to read unsigned shorts instead of signed shorts, avoi...Javen O'Neal2017-05-281-1/+1
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-261-1/+1
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-2629-130/+426
* Add jmh to Sonar-Maven build as well, add comment why we need to stick to 1.1...Dominik Stadler2017-05-243-0/+16
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-238-88/+140
* Reformat code somewhatDominik Stadler2017-05-231-223/+217
* github-55: document that CellReference#isRowWithinRange(String rowNum, Spread...Javen O'Neal2017-05-202-1/+36
* bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i...Javen O'Neal2017-05-201-16/+0
* Increase memory for xmlbean generation, because of failing gump builds.Andreas Beeker2017-05-201-1/+1
* #61085 support table stylesGreg Woolsey2017-05-2012-36/+541
* add the new test dependency so tests can run from Eclipse (required for runni...Greg Woolsey2017-05-201-0/+2
* github-55: NumberFormatException if XSSFName.setNameName is set with a long n...Javen O'Neal2017-05-192-6/+37
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-1614-59/+53
* github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo R...Javen O'Neal2017-05-161-0/+181
* github-32: speed up Irr() Excel formula computation by replacing Math.pow() w...Javen O'Neal2017-05-161-9/+10
* github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)...Javen O'Neal2017-05-162-20/+67
* Javadoc fixesNick Burch2017-05-162-6/+4
* github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks...Javen O'Neal2017-05-161-2/+39
* github-53: fix NPE when iterating over paragraphs in certain *.docx files. Th...Javen O'Neal2017-05-161-7/+23
* github-54: when adding a picture to an XSSFWorkbook, reduce memory consumptio...Javen O'Neal2017-05-1510-109/+264
* Add ASL header and exclude table preset from rat-checkAndreas Beeker2017-05-1510-0/+154
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-1417-622/+485
* removed invalid test fileAndreas Beeker2017-05-141-0/+0
* tweak to use platform line separator so tests can pass on Windows as well as ...Greg Woolsey2017-05-121-1/+3
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-...Greg Woolsey2017-05-1217-5/+18914
* Simplify the ValueEval.toString() implementations and include more informatio...Dominik Stadler2017-05-127-41/+28
* Bug 60352: Text extraction: Don't include the text "null" for empty cellsDominik Stadler2017-05-072-14/+10
* 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no famil...Greg Woolsey2017-05-051-1/+1
* forgot license (as always)Greg Woolsey2017-05-051-0/+20
* 61060 - teach DataFormatter about conditional formatting rules with number fo...Greg Woolsey2017-05-059-20/+280
* Update link to POI-view on the Jenkins CI serverDominik Stadler2017-05-041-1/+1
* Revert creating a view as part of the Jenkins DSL as it did not allow to crea...Dominik Stadler2017-05-041-5/+7
* Try to define the view as part of the Jenkins DSL, also try to move the view ...Dominik Stadler2017-05-041-0/+42
* test integration fixAndreas Beeker2017-05-041-1/+3
* SonarQube fixesAndreas Beeker2017-05-036-26/+38
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-033-125/+155
* Remove Unicode chars in commentsAndreas Beeker2017-05-032-2/+2
* fix javadocsAndreas Beeker2017-05-031-2/+2
* #52372 - OutOfMemoryError parsing a word fileAndreas Beeker2017-05-022-228/+245