| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | #61162 - En-/decryption support for HWPF | Andreas Beeker | 2017-06-06 | 9 | -221/+399 |
* | bug 58325, github-57: Set svn props. This closes #57 on github. | Javen O'Neal | 2017-06-04 | 0 | -0/+0 |
* | bug 58325: enable TestXSSFShape unit tests. Thanks to Dominik Stadler for the... | Javen O'Neal | 2017-06-04 | 2 | -38/+69 |
* | fix eclipse resource leak warnings | Andreas Beeker | 2017-05-31 | 28 | -557/+614 |
* | javadocs | Javen O'Neal | 2017-05-31 | 1 | -1/+1 |
* | SonarQube fixes - close resources | Andreas Beeker | 2017-05-31 | 21 | -662/+689 |
* | #61085 support table styles | Greg Woolsey | 2017-05-31 | 3 | -45/+288 |
* | increase heap size for ooxml compilation again, because of failing (gradle?) ... | Andreas Beeker | 2017-05-30 | 1 | -1/+1 |
* | Add logging for gradle->ant->javac OOM | Andreas Beeker | 2017-05-30 | 1 | -0/+2 |
* | ignore <project root>/tmp directory | Andreas Beeker | 2017-05-30 | 0 | -0/+0 |
* | Bug 61119 - Fix preset shape rendering and shading | Andreas Beeker | 2017-05-30 | 43 | -21355/+20476 |
* | bug 61059: fix NamePtg to read unsigned shorts instead of signed shorts, avoi... | Javen O'Neal | 2017-05-28 | 1 | -1/+1 |
* | Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w... | Greg Woolsey | 2017-05-26 | 1 | -1/+1 |
* | Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w... | Greg Woolsey | 2017-05-26 | 29 | -130/+426 |
* | Add jmh to Sonar-Maven build as well, add comment why we need to stick to 1.1... | Dominik Stadler | 2017-05-24 | 3 | -0/+16 |
* | Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ... | Dominik Stadler | 2017-05-23 | 8 | -88/+140 |
* | Reformat code somewhat | Dominik Stadler | 2017-05-23 | 1 | -223/+217 |
* | github-55: document that CellReference#isRowWithinRange(String rowNum, Spread... | Javen O'Neal | 2017-05-20 | 2 | -1/+36 |
* | bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i... | Javen O'Neal | 2017-05-20 | 1 | -16/+0 |
* | Increase memory for xmlbean generation, because of failing gump builds. | Andreas Beeker | 2017-05-20 | 1 | -1/+1 |
* | #61085 support table styles | Greg Woolsey | 2017-05-20 | 12 | -36/+541 |
* | add the new test dependency so tests can run from Eclipse (required for runni... | Greg Woolsey | 2017-05-20 | 1 | -0/+2 |
* | github-55: NumberFormatException if XSSFName.setNameName is set with a long n... | Javen O'Neal | 2017-05-19 | 2 | -6/+37 |
* | replace "String.indexOf(String) >= 1" with "String.contains(String)" | Javen O'Neal | 2017-05-16 | 14 | -59/+53 |
* | github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo R... | Javen O'Neal | 2017-05-16 | 1 | -0/+181 |
* | github-32: speed up Irr() Excel formula computation by replacing Math.pow() w... | Javen O'Neal | 2017-05-16 | 1 | -9/+10 |
* | github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)... | Javen O'Neal | 2017-05-16 | 2 | -20/+67 |
* | Javadoc fixes | Nick Burch | 2017-05-16 | 2 | -6/+4 |
* | github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks... | Javen O'Neal | 2017-05-16 | 1 | -2/+39 |
* | github-53: fix NPE when iterating over paragraphs in certain *.docx files. Th... | Javen O'Neal | 2017-05-16 | 1 | -7/+23 |
* | github-54: when adding a picture to an XSSFWorkbook, reduce memory consumptio... | Javen O'Neal | 2017-05-15 | 10 | -109/+264 |
* | Add ASL header and exclude table preset from rat-check | Andreas Beeker | 2017-05-15 | 10 | -0/+154 |
* | #52117 - Invalid "last printed" summary field value - added helper method to ... | Andreas Beeker | 2017-05-14 | 17 | -622/+485 |
* | removed invalid test file | Andreas Beeker | 2017-05-14 | 1 | -0/+0 |
* | tweak to use platform line separator so tests can pass on Windows as well as ... | Greg Woolsey | 2017-05-12 | 1 | -1/+3 |
* | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-... | Greg Woolsey | 2017-05-12 | 17 | -5/+18914 |
* | Simplify the ValueEval.toString() implementations and include more informatio... | Dominik Stadler | 2017-05-12 | 7 | -41/+28 |
* | Bug 60352: Text extraction: Don't include the text "null" for empty cells | Dominik Stadler | 2017-05-07 | 2 | -14/+10 |
* | 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no famil... | Greg Woolsey | 2017-05-05 | 1 | -1/+1 |
* | forgot license (as always) | Greg Woolsey | 2017-05-05 | 1 | -0/+20 |
* | 61060 - teach DataFormatter about conditional formatting rules with number fo... | Greg Woolsey | 2017-05-05 | 9 | -20/+280 |
* | Update link to POI-view on the Jenkins CI server | Dominik Stadler | 2017-05-04 | 1 | -1/+1 |
* | Revert creating a view as part of the Jenkins DSL as it did not allow to crea... | Dominik Stadler | 2017-05-04 | 1 | -5/+7 |
* | Try to define the view as part of the Jenkins DSL, also try to move the view ... | Dominik Stadler | 2017-05-04 | 1 | -0/+42 |
* | test integration fix | Andreas Beeker | 2017-05-04 | 1 | -1/+3 |
* | SonarQube fixes | Andreas Beeker | 2017-05-03 | 6 | -26/+38 |
* | HPSF: Change CustomProperties to delegate | Andreas Beeker | 2017-05-03 | 3 | -125/+155 |
* | Remove Unicode chars in comments | Andreas Beeker | 2017-05-03 | 2 | -2/+2 |
* | fix javadocs | Andreas Beeker | 2017-05-03 | 1 | -2/+2 |
* | #52372 - OutOfMemoryError parsing a word file | Andreas Beeker | 2017-05-02 | 2 | -228/+245 |