aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-1712-80/+276
* whitespaceJaven O'Neal2016-07-171-7/+7
* whitespace (tabs to spaces)Javen O'Neal2016-07-171-43/+43
* add cause to exceptions, log exceptions that are caught and suppressedJaven O'Neal2016-07-171-16/+25
* whitespaceJaven O'Neal2016-07-171-254/+250
* javadocs fixJaven O'Neal2016-07-171-1/+1
* make private maps finalJaven O'Neal2016-07-171-3/+3
* add @Override annotations to CreationHelper classesJaven O'Neal2016-07-174-11/+50
* throw exception if hyperlink is invalid type when validating hyperlinkJaven O'Neal2016-07-171-5/+11
* bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)Javen O'Neal2016-07-174-0/+4
* bug 59775: correctly create XSSFHyperlinks when target is a URL containing a ...Javen O'Neal2016-07-173-32/+73
* bug 59775: fix cell address index errorJaven O'Neal2016-07-171-1/+2
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-175-1/+63
* use real TempFileAndreas Beeker2016-07-171-1/+3
* #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)Andreas Beeker2016-07-173-2/+219
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...Dominik Stadler2016-07-166-27/+80
* Bug 59733: Narrow down testcase some more, after the first shift, removing th...Dominik Stadler2016-07-161-10/+9
* Add a test to check for a NullPointerException in XSLFTableCellDominik Stadler2016-07-153-1/+23
* Bug 59861: Adjust testcase, it works now for me. Also combine the two TestPro...Dominik Stadler2016-07-152-67/+48
* JDK8 javadocs fixesJaven O'Neal2016-07-151-4/+4
* replace for-loop over index with for-each loopJaven O'Neal2016-07-151-3/+2
* annotate purpose of each PROPER() function test case, add a few more test cas...Javen O'Neal2016-07-152-11/+22
* JDK8 javadocsJaven O'Neal2016-07-156-49/+55
* Function PROPER: Don't use a regular expression syntax that is not available ...Dominik Stadler2016-07-152-24/+79
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-152-4/+13
* bug 59858: add disabled unit test for bug 59858; file from BrookeJaven O'Neal2016-07-152-0/+16
* "cannot not" presumably means "cannot"David North2016-07-131-1/+1
* Fix name of new OLE2ScratchpadExtractorFactoryDominik Stadler2016-07-122-2/+2
* Remove un-used importsNick Burch2016-07-111-11/+9
* Last bit of reflection - get back to the full OOXML-enabled factory if we canNick Burch2016-07-111-2/+9
* ExceptionsNick Burch2016-07-112-5/+9
* Start moving logic over into the main and scratchpad jars for OLE2Nick Burch2016-07-114-92/+79
* Pull Scratchpad Extractor logic to own classNick Burch2016-07-112-7/+154
* Start to pull out some of the OLE2 logic, so we can then split some Scratchpa...Nick Burch2016-07-111-0/+208
* Notes on useNick Burch2016-07-111-0/+5
* add BaseTestCellUtil unit tests to cover setting cell style properties with a...Javen O'Neal2016-07-101-0/+31
* bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen...Javen O'Neal2016-07-105-59/+398
* bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with Ho...Javen O'Neal2016-07-106-75/+167
* javadoc fixesJaven O'Neal2016-07-102-2/+2
* bug 59264: Unify interface for setting cell border line styles using BorderSt...Javen O'Neal2016-07-101-14/+14
* Add comments describing Outlook .msg DirectoryNode namesJaven O'Neal2016-07-101-7/+10
* move string literals out to array that can be for-looped overJaven O'Neal2016-07-101-11/+16
* javadocs fixes (jdk8)Andreas Beeker2016-07-0925-171/+411
* add 2^x to POWER2 commentsJaven O'Neal2016-07-091-16/+16
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-31/+36
* bug 52949,59830: move module storage and decompressing into a standalone func...Javen O'Neal2016-07-091-15/+34
* bug 59830: attach context to any IOException (likely a result of reaching EOF...Javen O'Neal2016-07-091-44/+69
* remove Internal UnhandledDataStructure.copyOfRange because function is availa...Javen O'Neal2016-07-092-29/+11
* close streams if an exception is throwJaven O'Neal2016-07-091-23/+28
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-093-14/+36