| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrect... | Greg Woolsey | 2017-06-23 | 1 | -13/+27 |
* | bug 61045 -- allow for (and log!) extra bytes in FormatRecord. | Tim Allison | 2017-06-20 | 2 | -2/+69 |
* | javadoc | Javen O'Neal | 2017-06-20 | 1 | -1/+1 |
* | Javadoc fix | Nick Burch | 2017-06-20 | 1 | -1/+1 |
* | bug 57919: close opened resources | Javen O'Neal | 2017-06-20 | 1 | -0/+19 |
* | bug 57919: add functions to write and close a POIDocument, guaranteeing closu... | Javen O'Neal | 2017-06-20 | 1 | -0/+78 |
* | whitespace | Javen O'Neal | 2017-06-20 | 1 | -1/+1 |
* | bug 52063: support 2-argument LOOKUP(lookup_value, array) function in Excel | Javen O'Neal | 2017-06-20 | 1 | -2/+33 |
* | Need to do the casting differently to make the code compile with Java 6 | Dominik Stadler | 2017-06-18 | 1 | -3/+4 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-06-18 | 2 | -3/+4 |
* | #61169 - Text with Japanese characters overflows textbox | Andreas Beeker | 2017-06-17 | 3 | -10/+23 |
* | #61162 - En-/decryption support for HWPF | Andreas Beeker | 2017-06-14 | 8 | -199/+287 |
* | Standardize some more common chart axis properties. | Greg Woolsey | 2017-06-12 | 2 | -2/+16 |
* | Move one testcase with incorrect source location | Dominik Stadler | 2017-06-09 | 1 | -10/+11 |
* | Handle encrypted files with known password in integration tests | Andreas Beeker | 2017-06-06 | 2 | -4/+36 |
* | #61162 - En-/decryption support for HWPF | Andreas Beeker | 2017-06-06 | 4 | -6/+21 |
* | javadocs | Javen O'Neal | 2017-05-31 | 1 | -1/+1 |
* | #61085 support table styles | Greg Woolsey | 2017-05-31 | 2 | -0/+177 |
* | Bug 61119 - Fix preset shape rendering and shading | Andreas Beeker | 2017-05-30 | 41 | -1447/+576 |
* | 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 | 3 | -22/+55 |
* | Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ... | Dominik Stadler | 2017-05-23 | 4 | -64/+112 |
* | github-55: document that CellReference#isRowWithinRange(String rowNum, Spread... | Javen O'Neal | 2017-05-20 | 1 | -1/+18 |
* | bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i... | Javen O'Neal | 2017-05-20 | 1 | -16/+0 |
* | #61085 support table styles | Greg Woolsey | 2017-05-20 | 6 | -18/+340 |
* | replace "String.indexOf(String) >= 1" with "String.contains(String)" | Javen O'Neal | 2017-05-16 | 3 | -13/+12 |
* | github-32: speed up Irr() Excel formula computation by replacing Math.pow() w... | Javen O'Neal | 2017-05-16 | 1 | -9/+10 |
* | Javadoc fixes | Nick Burch | 2017-05-16 | 1 | -2/+2 |
* | Add ASL header and exclude table preset from rat-check | Andreas Beeker | 2017-05-15 | 4 | -0/+68 |
* | #52117 - Invalid "last printed" summary field value - added helper method to ... | Andreas Beeker | 2017-05-14 | 8 | -376/+331 |
* | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-... | Greg Woolsey | 2017-05-12 | 6 | -2/+150 |
* | Simplify the ValueEval.toString() implementations and include more informatio... | Dominik Stadler | 2017-05-12 | 7 | -41/+28 |
* | 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 | 6 | -20/+227 |
* | SonarQube fixes | Andreas Beeker | 2017-05-03 | 1 | -1/+1 |
* | HPSF: Change CustomProperties to delegate | Andreas Beeker | 2017-05-03 | 2 | -122/+152 |
* | 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 | 1 | -228/+245 |
* | HPSF: Add CopyCompare to IntegrationTests | Andreas Beeker | 2017-05-02 | 1 | -16/+29 |
* | HPSF: Enable new number types in VariantSupport | Andreas Beeker | 2017-05-02 | 1 | -72/+141 |
* | Fix hpsf javadocs and code issues | Andreas Beeker | 2017-05-02 | 12 | -319/+925 |
* | HPSF: Use LittleEndianStream instead of offset calculation | Andreas Beeker | 2017-05-02 | 23 | -931/+804 |
* | bug 61059: add @Override annotations | Javen O'Neal | 2017-05-01 | 1 | -1/+5 |
* | Improve information contained in exception in CellRangeAddress() | Dominik Stadler | 2017-04-30 | 1 | -6/+5 |
* | bug 61049 fix ordering of builtin formulas | Tim Allison | 2017-04-27 | 1 | -1/+1 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 1 | -1/+7 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 1 | -4/+3 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 44 | -61/+61 |
* | #60998 - HSLFTable.setRowHeight sets row height incorrect | Andreas Beeker | 2017-04-17 | 1 | -1/+1 |