| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove more deprecated code (especially from Spreadsheet Cell classes) | PJ Fanning | 2017-06-30 | 9 | -1085/+19 |
* | remove deprecated org.apache.poi.hssf.record.RecordFormatException | PJ Fanning | 2017-06-29 | 1 | -44/+0 |
* | remove some unused imports | PJ Fanning | 2017-06-29 | 3 | -4/+0 |
* | remove deprecated org.apache.poi.hssf.record.RecordFormatException | PJ Fanning | 2017-06-29 | 32 | -200/+41 |
* | Remove old XSSFPaswordHelper | PJ Fanning | 2017-06-29 | 1 | -3/+0 |
* | Fix javadoc warnings | Nick Burch | 2017-06-28 | 3 | -5/+5 |
* | Used deprecated external method removed, so remove internal method | Nick Burch | 2017-06-28 | 1 | -15/+0 |
* | Ensure SpreadsheetVersion is set for AreaReferences | PJ Fanning | 2017-06-28 | 9 | -27/+97 |
* | Remove some deprecated *SSF APIs | PJ Fanning | 2017-06-28 | 14 | -214/+14 |
* | expand StaxHelper | PJ Fanning | 2017-06-24 | 1 | -0/+28 |
* | Add StaxHelper to ensure that StAX parsers have sensible defaults, including ... | PJ Fanning | 2017-06-24 | 3 | -2/+56 |
* | Move my new unit conversions to the Units class, move and deprecate duplicate... | Greg Woolsey | 2017-06-23 | 1 | -0/+39 |
* | 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 |