| Commit message (Expand) | Author | Age | Files | Lines |
* | Javadoc updates | Nick Burch | 2016-07-21 | 1 | -0/+4 |
* | If doing an in-place write, update the properties too | Nick Burch | 2016-07-20 | 3 | -1/+18 |
* | #57919 HPSF writing better error handling, and start prep for HSLF more write... | Nick Burch | 2016-07-20 | 1 | -4/+12 |
* | #57919 Add in-place and new-File write methods to POIDocument | Nick Burch | 2016-07-20 | 3 | -8/+30 |
* | Prepare for pushing write() and write(File) to POIDocument | Nick Burch | 2016-07-20 | 2 | -22/+58 |
* | Sync the file-based "past-the-end" exception to match the stream one, so that... | Nick Burch | 2016-07-20 | 1 | -2/+2 |
* | Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first | Nick Burch | 2016-07-20 | 1 | -1/+18 |
* | #57919 Start on support for writing to a new File (faster than OutputStream) | Nick Burch | 2016-07-20 | 2 | -30/+83 |
* | bug 59881: fix D* functions for blank cells in headers in database; patch fro... | Javen O'Neal | 2016-07-19 | 1 | -0/+3 |
* | bug 59881: fix spelling; patch from Patrick Zimmermann | Javen O'Neal | 2016-07-18 | 1 | -2/+2 |
* | 52122: Excel does not handle conditional formatting based on formula correctl... | Dominik Stadler | 2016-07-18 | 1 | -2/+10 |
* | Some warnings/improvements suggested by IntelliJ | Dominik Stadler | 2016-07-18 | 2 | -9/+8 |
* | 59106: WorkdayFunction does not read the area with holidays correctly to calc... | Dominik Stadler | 2016-07-17 | 1 | -1/+3 |
* | Fix one more place where stream were left open when an exception is thrown | Dominik Stadler | 2016-07-17 | 1 | -18/+20 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 13 | -114/+94 |
* | only calculate getTextHeight if it will be used | Javen O'Neal | 2016-07-17 | 1 | -2/+4 |
* | reduce statement complexity in drawContent, also has fewer FLOPS | Javen O'Neal | 2016-07-17 | 1 | -10/+17 |
* | if ever combined, VerticalAlignment and HorizontalAlignment would likely end ... | Javen O'Neal | 2016-07-17 | 2 | -2/+4 |
* | bug 57919: add performance note to javadocs about using BufferedOutputStreams... | Javen O'Neal | 2016-07-17 | 2 | -0/+10 |
* | #57919 Provide an initial in-place write method for HSSFWorkbook | Nick Burch | 2016-07-17 | 2 | -1/+51 |
* | bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo... | Javen O'Neal | 2016-07-17 | 1 | -1/+13 |
* | bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enum | Javen O'Neal | 2016-07-17 | 1 | -0/+32 |
* | HexDump.writeHex is similar to Long#toHexString. Consider consolidating. | Javen O'Neal | 2016-07-17 | 1 | -0/+4 |
* | bug 59873: javadoc fix | Javen O'Neal | 2016-07-17 | 2 | -2/+5 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 1 | -5/+5 |
* | Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt... | Dominik Stadler | 2016-07-17 | 1 | -2/+3 |
* | bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum | Javen O'Neal | 2016-07-17 | 5 | -45/+163 |
* | make private maps final | Javen O'Neal | 2016-07-17 | 1 | -3/+3 |
* | add @Override annotations to CreationHelper classes | Javen O'Neal | 2016-07-17 | 2 | -7/+22 |
* | bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) | Javen O'Neal | 2016-07-17 | 2 | -0/+2 |
* | bug 59872: add Sheet.getHyperlink(CellAddress) | Javen O'Neal | 2016-07-17 | 2 | -0/+19 |
* | Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio... | Dominik Stadler | 2016-07-16 | 3 | -6/+14 |
* | replace for-loop over index with for-each loop | Javen O'Neal | 2016-07-15 | 1 | -3/+2 |
* | annotate purpose of each PROPER() function test case, add a few more test cas... | Javen O'Neal | 2016-07-15 | 1 | -4/+4 |
* | JDK8 javadocs | Javen O'Neal | 2016-07-15 | 2 | -2/+3 |
* | Function PROPER: Don't use a regular expression syntax that is not available ... | Dominik Stadler | 2016-07-15 | 1 | -24/+17 |
* | bug 59858: describe why VBA macro reading failed | Javen O'Neal | 2016-07-15 | 1 | -0/+4 |
* | "cannot not" presumably means "cannot" | David North | 2016-07-13 | 1 | -1/+1 |
* | Fix name of new OLE2ScratchpadExtractorFactory | Dominik Stadler | 2016-07-12 | 1 | -1/+1 |
* | Last bit of reflection - get back to the full OOXML-enabled factory if we can | Nick Burch | 2016-07-11 | 1 | -2/+9 |
* | Exceptions | Nick Burch | 2016-07-11 | 1 | -0/+8 |
* | Start moving logic over into the main and scratchpad jars for OLE2 | Nick Burch | 2016-07-11 | 1 | -10/+59 |
* | Pull Scratchpad Extractor logic to own class | Nick Burch | 2016-07-11 | 1 | -7/+5 |
* | Start to pull out some of the OLE2 logic, so we can then split some Scratchpa... | Nick Burch | 2016-07-11 | 1 | -0/+208 |
* | bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen... | Javen O'Neal | 2016-07-10 | 4 | -55/+300 |
* | bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with Ho... | Javen O'Neal | 2016-07-10 | 5 | -64/+152 |
* | javadoc fixes | Javen O'Neal | 2016-07-10 | 2 | -2/+2 |
* | bug 59264: Unify interface for setting cell border line styles using BorderSt... | Javen O'Neal | 2016-07-10 | 1 | -14/+14 |
* | javadocs fixes (jdk8) | Andreas Beeker | 2016-07-09 | 25 | -171/+411 |
* | add 2^x to POWER2 comments | Javen O'Neal | 2016-07-09 | 1 | -16/+16 |