| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
* | findbugs fixes | Andreas Beeker | 2017-04-17 | 2 | -37/+129 |
* | #60996 - XSSF: Multiple embedded objects on same sheet are ignored | Andreas Beeker | 2017-04-16 | 2 | -2/+11 |
* | Fix AIOOBE while extracting hssf pictures which are externally linked | Andreas Beeker | 2017-04-10 | 1 | -2/+14 |
* | Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might... | Dominik Stadler | 2017-04-06 | 1 | -1/+11 |
* | Javadoc fixes | Nick Burch | 2017-04-05 | 1 | -1/+1 |
* | bug 50955 convert Set to Singleton per Javen's code review | Tim Allison | 2017-04-05 | 1 | -8/+2 |
* | bug 50955 and bug 60953 improve Big5 reader; ensure one character | Tim Allison | 2017-04-05 | 4 | -131/+506 |
* | bug 50955 -- word 6.0 charset fix | Tim Allison | 2017-04-04 | 3 | -2/+147 |
* | 60881 and 60891 -- on further look, no need to throw an exception for an encr... | Tim Allison | 2017-03-20 | 1 | -1/+20 |
* | Fix typo to "length", closes #51 | Dominik Stadler | 2017-03-19 | 2 | -3/+3 |
* | 60823: DGET function, correct behavior with multiple result entries but only ... | Dominik Stadler | 2017-03-19 | 1 | -3/+11 |
* | Fixed #60858, which showed a regression of the fix for #56420 introduced by m... | Greg Woolsey | 2017-03-14 | 1 | -1/+2 |
* | Fix some Sonar issues in sample "HSSFReadWrite" | Dominik Stadler | 2017-03-13 | 2 | -31/+16 |
* | HSSF: Try to handle cases where the length does not match the actual data whi... | Dominik Stadler | 2017-03-10 | 1 | -3/+5 |
* | Remove unused import, IntelliJ warnings, duplicated code, improve some except... | Dominik Stadler | 2017-03-10 | 3 | -17/+15 |