aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* throw exception if hyperlink is invalid type when validating hyperlinkJaven O'Neal2016-07-171-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753016 13f79535-47bb-0310-9956-ffa450edef68
* bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)Javen O'Neal2016-07-174-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753015 13f79535-47bb-0310-9956-ffa450edef68
* bug 59775: correctly create XSSFHyperlinks when target is a URL containing a ↵Javen O'Neal2016-07-173-32/+73
| | | | | | hash mark; patch contributed by Guillermo Alvarez git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753013 13f79535-47bb-0310-9956-ffa450edef68
* bug 59775: fix cell address index errorJaven O'Neal2016-07-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753011 13f79535-47bb-0310-9956-ffa450edef68
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-175-1/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753009 13f79535-47bb-0310-9956-ffa450edef68
* use real TempFileAndreas Beeker2016-07-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753004 13f79535-47bb-0310-9956-ffa450edef68
* #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)Andreas Beeker2016-07-173-2/+219
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753003 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged ↵Dominik Stadler2016-07-166-27/+80
| | | | | | region on exists merged region git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752997 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59733: Narrow down testcase some more, after the first shift, removing ↵Dominik Stadler2016-07-161-10/+9
| | | | | | the first row is sufficient to trigger the problem git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752996 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to check for a NullPointerException in XSLFTableCellDominik Stadler2016-07-153-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752862 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59861: Adjust testcase, it works now for me. Also combine the two ↵Dominik Stadler2016-07-152-67/+48
| | | | | | TestProper classes into one git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752861 13f79535-47bb-0310-9956-ffa450edef68
* JDK8 javadocs fixesJaven O'Neal2016-07-151-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752812 13f79535-47bb-0310-9956-ffa450edef68
* replace for-loop over index with for-each loopJaven O'Neal2016-07-151-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752788 13f79535-47bb-0310-9956-ffa450edef68
* annotate purpose of each PROPER() function test case, add a few more test ↵Javen O'Neal2016-07-152-11/+22
| | | | | | cases, identify some problems with ß handling git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752786 13f79535-47bb-0310-9956-ffa450edef68
* JDK8 javadocsJaven O'Neal2016-07-156-49/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752781 13f79535-47bb-0310-9956-ffa450edef68
* Function PROPER: Don't use a regular expression syntax that is not available ↵Dominik Stadler2016-07-152-24/+79
| | | | | | | | on Android. Actually the use of regular expression in this case was overkill, slow and even incorrect in corner cases, the function can be done without regex easily and runs a bit faster anyway (microBench is down from 4sec to 2s) Also added a unit-test to ensure the behavior stays the same (except in cases where it needed fixing, e.g. some toUppercase() leads to more than one character which was handled incorrectly) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752779 13f79535-47bb-0310-9956-ffa450edef68
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-152-4/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752778 13f79535-47bb-0310-9956-ffa450edef68
* bug 59858: add disabled unit test for bug 59858; file from BrookeJaven O'Neal2016-07-152-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752776 13f79535-47bb-0310-9956-ffa450edef68
* "cannot not" presumably means "cannot"David North2016-07-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752452 13f79535-47bb-0310-9956-ffa450edef68
* Fix name of new OLE2ScratchpadExtractorFactoryDominik Stadler2016-07-122-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752304 13f79535-47bb-0310-9956-ffa450edef68
* Remove un-used importsNick Burch2016-07-111-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752229 13f79535-47bb-0310-9956-ffa450edef68
* Last bit of reflection - get back to the full OOXML-enabled factory if we canNick Burch2016-07-111-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752228 13f79535-47bb-0310-9956-ffa450edef68
* ExceptionsNick Burch2016-07-112-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752227 13f79535-47bb-0310-9956-ffa450edef68
* Start moving logic over into the main and scratchpad jars for OLE2Nick Burch2016-07-114-92/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752226 13f79535-47bb-0310-9956-ffa450edef68
* Pull Scratchpad Extractor logic to own classNick Burch2016-07-112-7/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752225 13f79535-47bb-0310-9956-ffa450edef68
* Start to pull out some of the OLE2 logic, so we can then split some ↵Nick Burch2016-07-111-0/+208
| | | | | | Scratchpad parts out git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752223 13f79535-47bb-0310-9956-ffa450edef68
* Notes on useNick Burch2016-07-111-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752222 13f79535-47bb-0310-9956-ffa450edef68
* add BaseTestCellUtil unit tests to cover setting cell style properties with ↵Javen O'Neal2016-07-101-0/+31
| | | | | | an invalid value and using both valid Short and Enum values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752079 13f79535-47bb-0310-9956-ffa450edef68
* bug 59837: update CellUtil to handle VerticalAlignment and ↵Javen O'Neal2016-07-105-59/+398
| | | | | | HorizontalAlignment enums git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752077 13f79535-47bb-0310-9956-ffa450edef68
* bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with ↵Javen O'Neal2016-07-106-75/+167
| | | | | | HorizontalAlignment and VerticalAlignment enums git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752066 13f79535-47bb-0310-9956-ffa450edef68
* javadoc fixesJaven O'Neal2016-07-102-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752063 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: Unify interface for setting cell border line styles using ↵Javen O'Neal2016-07-101-14/+14
| | | | | | BorderStyle enum instead of short code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752062 13f79535-47bb-0310-9956-ffa450edef68
* Add comments describing Outlook .msg DirectoryNode namesJaven O'Neal2016-07-101-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752054 13f79535-47bb-0310-9956-ffa450edef68
* move string literals out to array that can be for-looped overJaven O'Neal2016-07-101-11/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752053 13f79535-47bb-0310-9956-ffa450edef68
* javadocs fixes (jdk8)Andreas Beeker2016-07-0925-171/+411
| | | | | | eclipse source clean-ups (final members, override annotations, for-each loops) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752037 13f79535-47bb-0310-9956-ffa450edef68
* add 2^x to POWER2 commentsJaven O'Neal2016-07-091-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751992 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949,59830: move module storage and decompressing into a standalone ↵Javen O'Neal2016-07-091-31/+36
| | | | | | function git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751990 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949,59830: move module storage and decompressing into a standalone ↵Javen O'Neal2016-07-091-15/+34
| | | | | | function git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751987 13f79535-47bb-0310-9956-ffa450edef68
* bug 59830: attach context to any IOException (likely a result of reaching ↵Javen O'Neal2016-07-091-44/+69
| | | | | | EOF on input stream) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751986 13f79535-47bb-0310-9956-ffa450edef68
* remove Internal UnhandledDataStructure.copyOfRange because function is ↵Javen O'Neal2016-07-092-29/+11
| | | | | | available in JDK 1.6+ and we no longer support JDK 1.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751984 13f79535-47bb-0310-9956-ffa450edef68
* close streams if an exception is throwJaven O'Neal2016-07-091-23/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751983 13f79535-47bb-0310-9956-ffa450edef68
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-093-14/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751982 13f79535-47bb-0310-9956-ffa450edef68
* bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to ↵Javen O'Neal2016-07-085-93/+241
| | | | | | CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751972 13f79535-47bb-0310-9956-ffa450edef68
* bug 55555: set fill pattern, foreground color, and background color order ↵Javen O'Neal2016-07-082-4/+25
| | | | | | correctly to follow HSSFCellStyle's order requirement; patch from Qualtagh. This closes #33 on Github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751955 13f79535-47bb-0310-9956-ffa450edef68
* bug 56154: rename setLastModifiedBy to setLastModifiedByUserJaven O'Neal2016-07-082-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751950 13f79535-47bb-0310-9956-ffa450edef68
* bug 56154: add @since annotations to getLastModifiedBy and setLastModifiedBy ↵Javen O'Neal2016-07-081-0/+2
| | | | | | methods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751949 13f79535-47bb-0310-9956-ffa450edef68
* bug 56154: get and set last modified by user property; patch from Danil LopatinJaven O'Neal2016-07-082-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751948 13f79535-47bb-0310-9956-ffa450edef68
* convert OPC Compliance unit tests to junit4Javen O'Neal2016-07-085-43/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751891 13f79535-47bb-0310-9956-ffa450edef68
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-083-396/+396
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751890 13f79535-47bb-0310-9956-ffa450edef68
* AllOpenXML4JInternalTests no longer needed in AllOpenXML4JTests suite ↵Javen O'Neal2016-07-081-2/+0
| | | | | | because it was upgraded to junit4 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751889 13f79535-47bb-0310-9956-ffa450edef68