| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BUG 59858 -- avoid npe when there's a collision of record names | Tim Allison | 2016-10-18 | 1 | -16/+6 |
* | BUG 59830 -- incorrect reading of unicode stream name | Tim Allison | 2016-10-18 | 1 | -14/+7 |
* | BUG 60158 -- AIOOBE in VBAMacroReader | Tim Allison | 2016-10-18 | 1 | -9/+6 |
* | Bug 60029: apply suggested fix and fix some IntelliJ warnings | Dominik Stadler | 2016-10-15 | 1 | -103/+122 |
* | add length sanity check for length of embedded OLE10Native (BUG 60256) | Tim Allison | 2016-10-14 | 1 | -2/+8 |
* | add ignored test and triggering document for BUG 60256 | Tim Allison | 2016-10-14 | 1 | -0/+9 |
* | bug 56781,60246: fix named range validation to match valid name rules per Exc... | Javen O'Neal | 2016-10-14 | 1 | -6/+28 |
* | bug 55075: add missing import | Javen O'Neal | 2016-10-09 | 1 | -0/+1 |
* | bug 55075,51233: create drawings with correct height when rows are custom height | Javen O'Neal | 2016-10-09 | 2 | -0/+67 |
* | bug 60197: Workbook#setSheetOrder should update named range sheet indices | Javen O'Neal | 2016-10-09 | 1 | -0/+97 |
* | Use IOUtils.closeQuietly() in more places | Dominik Stadler | 2016-10-05 | 3 | -28/+52 |
* | Bug 53028: Broken auto fit row height in the cells with word wrap | Dominik Stadler | 2016-10-05 | 1 | -10/+21 |
* | Some IDE warning fixes and unit test adjustments | Dominik Stadler | 2016-10-05 | 1 | -10/+11 |
* | Add PropertyTemplate for drawing Borders (58787) | Mark Murphy | 2016-10-05 | 1 | -0/+949 |
* | bug 60187: replace methods operating on BorderStyle codes with BorderStyle enums | Javen O'Neal | 2016-09-30 | 1 | -10/+85 |
* | merge trunk to branch | Andreas Beeker | 2016-09-28 | 10 | -26/+113 |
* | merge trunk to branch | Andreas Beeker | 2016-09-19 | 37 | -173/+235 |
* | merge trunk to branch | Andreas Beeker | 2016-08-19 | 2 | -0/+142 |
* | add encryption support | Andreas Beeker | 2016-08-19 | 2 | -24/+33 |
* | merge down trunk | Andreas Beeker | 2016-08-08 | 10 | -51/+293 |
* | HSSF CryptoAPI decryption support | Andreas Beeker | 2016-08-08 | 8 | -146/+208 |
* | test Cell.setCellValue(false) | Javen O'Neal | 2016-07-21 | 1 | -24/+26 |
* | Sync the file-based "past-the-end" exception to match the stream one, so that... | Nick Burch | 2016-07-20 | 3 | -5/+26 |
* | Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first | Nick Burch | 2016-07-20 | 1 | -0/+19 |
* | add test case for bug 53564 | Javen O'Neal | 2016-07-19 | 1 | -0/+45 |
* | 52122: Excel does not handle conditional formatting based on formula correctl... | Dominik Stadler | 2016-07-18 | 2 | -11/+114 |
* | Some warnings/improvements suggested by IntelliJ | Dominik Stadler | 2016-07-18 | 1 | -1/+0 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 4 | -44/+21 |
* | #57919 Provide an initial in-place write method for HSSFWorkbook | Nick Burch | 2016-07-17 | 1 | -0/+67 |
* | bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo... | Javen O'Neal | 2016-07-17 | 1 | -0/+89 |
* | bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enum | Javen O'Neal | 2016-07-17 | 1 | -0/+2 |
* | bug 59264,59833,59837: upgrade deprecated methods in examples and testcases | Javen O'Neal | 2016-07-17 | 1 | -20/+20 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 3 | -10/+12 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 2 | -21/+23 |
* | Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt... | Dominik Stadler | 2016-07-17 | 1 | -0/+13 |
* | bug 59775: fix cell address index error | Javen O'Neal | 2016-07-17 | 1 | -1/+2 |
* | bug 59872: add Sheet.getHyperlink(CellAddress) | Javen O'Neal | 2016-07-17 | 1 | -0/+21 |
* | Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio... | Dominik Stadler | 2016-07-16 | 1 | -19/+62 |
* | Bug 59861: Adjust testcase, it works now for me. Also combine the two TestPro... | Dominik Stadler | 2016-07-15 | 1 | -62/+0 |
* | Function PROPER: Don't use a regular expression syntax that is not available ... | Dominik Stadler | 2016-07-15 | 1 | -0/+62 |
* | bug 59858: describe why VBA macro reading failed | Javen O'Neal | 2016-07-15 | 1 | -4/+9 |
* | bug 59858: add disabled unit test for bug 59858; file from Brooke | Javen O'Neal | 2016-07-15 | 1 | -0/+16 |
* | add BaseTestCellUtil unit tests to cover setting cell style properties with a... | Javen O'Neal | 2016-07-10 | 1 | -0/+31 |
* | bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen... | Javen O'Neal | 2016-07-10 | 1 | -4/+98 |
* | bug 59830: add context to why no more bytes could be read from input stream | Javen O'Neal | 2016-07-09 | 1 | -11/+29 |
* | bug 55555: set fill pattern, foreground color, and background color order cor... | Javen O'Neal | 2016-07-08 | 1 | -0/+21 |
* | add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set... | Javen O'Neal | 2016-07-07 | 1 | -0/+28 |
* | bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also ... | Javen O'Neal | 2016-07-07 | 1 | -7/+13 |
* | bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that... | Javen O'Neal | 2016-07-06 | 1 | -5/+27 |
* | bug 59805: add unit test for LocaleUtil#getLocaleCalendar | Javen O'Neal | 2016-07-06 | 1 | -0/+44 |