summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* bug 61034: break out of for-loop when both <sheet name="", id=""/> are foundJaven O'Neal2017-04-291-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793230 13f79535-47bb-0310-9956-ffa450edef68
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-292-3/+36
| | | | | | | Thanks to Mauricio Eastmond for the Excel test file and unit test. Thanks to Sebastian Wikalinski for isolating the problem and providing a patch. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793223 13f79535-47bb-0310-9956-ffa450edef68
* bug 61051 -- add new worksheet-like relations for xlsbTim Allison2017-04-273-6/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792940 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Tim Jones from #61044 - Note on setCompressTempFilesNick Burch2017-04-261-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792720 13f79535-47bb-0310-9956-ffa450edef68
* bug 61021 - extract abspath from xlsbTim Allison2017-04-214-1/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792198 13f79535-47bb-0310-9956-ffa450edef68
* Use assertContains instead of assertTrue(text.contains) for better error ↵Javen O'Neal2017-04-205-41/+34
| | | | | | messages on failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792009 13f79535-47bb-0310-9956-ffa450edef68
* Use assertContains instead of assertTrue(text.contains) for better error ↵Javen O'Neal2017-04-191-7/+9
| | | | | | messages on failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792007 13f79535-47bb-0310-9956-ffa450edef68
* Use assertContains instead of assertTrue(text.contains) for better error ↵Nick Burch2017-04-193-44/+50
| | | | | | messages on failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791857 13f79535-47bb-0310-9956-ffa450edef68
* Let IntelliJ cleanup some code-warnings across the whole code-base: ↵Dominik Stadler2017-04-1728-40/+38
| | | | | | unnecessary toString or semicolon git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791720 13f79535-47bb-0310-9956-ffa450edef68
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-171-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791696 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixesAndreas Beeker2017-04-172-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791679 13f79535-47bb-0310-9956-ffa450edef68
* fix forbidden-apis-check errorAndreas Beeker2017-04-161-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791646 13f79535-47bb-0310-9956-ffa450edef68
* #60996 - XSSF: Multiple embedded objects on same sheet are ignoredAndreas Beeker2017-04-164-37/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791644 13f79535-47bb-0310-9956-ffa450edef68
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-151-4/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791500 13f79535-47bb-0310-9956-ffa450edef68
* improve unit test error messagesJaven O'Neal2017-04-151-10/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791445 13f79535-47bb-0310-9956-ffa450edef68
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-151-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791443 13f79535-47bb-0310-9956-ffa450edef68
* use assertStartsWith and assertEndsWith for better unit test error messagesJaven O'Neal2017-04-151-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791440 13f79535-47bb-0310-9956-ffa450edef68
* #60973 XDGF Support for "PolylineTo" as well as existing alternate spelling ↵Nick Burch2017-04-122-5/+5
| | | | | | "PolyLineTo" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791108 13f79535-47bb-0310-9956-ffa450edef68
* Failing, disabled unit test for bug #60973Nick Burch2017-04-121-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791098 13f79535-47bb-0310-9956-ffa450edef68
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-114-15/+127
| | | | | | implemented per issue, breaking out static text vs. formula based title getters and setters, with unit test updates and additions. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791025 13f79535-47bb-0310-9956-ffa450edef68
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-101-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790897 13f79535-47bb-0310-9956-ffa450edef68
* Adjust checking for Zip-Bomb errors so it also works on JDK >= 8Dominik Stadler2017-04-071-7/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790508 13f79535-47bb-0310-9956-ffa450edef68
* Test for another type of xml-bombDominik Stadler2017-04-062-52/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790473 13f79535-47bb-0310-9956-ffa450edef68
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup ↵Dominik Stadler2017-04-061-0/+19
| | | | | | might not have a patriarch set, so let's walk up the parents to try to find one. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790472 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60906 -- clean up, and add range checking for casting to ints.Tim Allison2017-03-233-21/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788295 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60489 -- add @Test annotation so that this actually runs and includes ↵Tim Allison2017-03-231-0/+1
| | | | | | ConnectsType...<facepalm/> git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788288 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60906 -- fix style indexTim Allison2017-03-232-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788282 13f79535-47bb-0310-9956-ffa450edef68
* 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation.Tim Allison2017-03-222-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788133 13f79535-47bb-0310-9956-ffa450edef68
* 60881 -- strip out system.set props for local test.Tim Allison2017-03-212-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787891 13f79535-47bb-0310-9956-ffa450edef68
* 60881 -- fix new unit test. xlsb test file apparently requires unlimited ↵Tim Allison2017-03-211-2/+12
| | | | | | jce. If not installed, ignore new test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787890 13f79535-47bb-0310-9956-ffa450edef68
* 60881 and 60891 -- on further look, no need to throw an exception for an ↵Tim Allison2017-03-201-0/+37
| | | | | | encrypted xlsb. On the second, let's fix readFully to read fully. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787846 13f79535-47bb-0310-9956-ffa450edef68
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ↵Tim Allison2017-03-203-1/+58
| | | | | | now, let's hope there's only one diff and/or the other bounds checking etc will throw exception if there are other problems. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787832 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.Dominik Stadler2017-03-191-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787664 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60810: Check for duplicate relation-names for notes similar to the fix ↵Dominik Stadler2017-03-192-39/+65
| | | | | | for slides themselves in bug 55791 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787663 13f79535-47bb-0310-9956-ffa450edef68
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-1736-246/+349
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787320 13f79535-47bb-0310-9956-ffa450edef68
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-1630-42/+2866
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787228 13f79535-47bb-0310-9956-ffa450edef68
* add missing license headerGreg Woolsey2017-03-141-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786962 13f79535-47bb-0310-9956-ffa450edef68
* Fixed #60858, which showed a regression of the fix for #56420 introduced by ↵Greg Woolsey2017-03-141-0/+31
| | | | | | | | my refactoring to fix #56822. Includes new unit test based on the bug sample file. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786953 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused import, IntelliJ warnings, duplicated code, improve some ↵Dominik Stadler2017-03-102-60/+54
| | | | | | exception-texts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786429 13f79535-47bb-0310-9956-ffa450edef68
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-084-32/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786021 13f79535-47bb-0310-9956-ffa450edef68
* 51519 -- allow users to ignore or include the <rPh> (phonetic run) element ↵Tim Allison2017-03-083-16/+81
| | | | | | in the ReadOnlySharedStringsTable used in the SAX/streaming xlsx reader. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1785965 13f79535-47bb-0310-9956-ffa450edef68
* store repeated expressions as temporary variables to make code shorterJaven O'Neal2017-03-071-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1785793 13f79535-47bb-0310-9956-ffa450edef68
* BugFix for JDK-6623219Andreas Beeker2017-02-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783698 13f79535-47bb-0310-9956-ffa450edef68
* #60662 - Slide import delete unrecognized elements in group shapeAndreas Beeker2017-02-182-28/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783486 13f79535-47bb-0310-9956-ffa450edef68
* bug 60742: remove commented out debugging codeJaven O'Neal2017-02-171-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783470 13f79535-47bb-0310-9956-ffa450edef68
* bug 60742: Remove local test-code from test for bug 60512Dominik Stadler2017-02-171-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783428 13f79535-47bb-0310-9956-ffa450edef68
* bug 60742: write out to unit test TempFile rather than Unix-only ↵Javen O'Neal2017-02-171-3/+7
| | | | | | /tmp/60512.xlsx; patch from Chiara Marcheschi git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783426 13f79535-47bb-0310-9956-ffa450edef68
* bug 59893: close open resources to prevent leaksJaven O'Neal2017-02-172-3/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783362 13f79535-47bb-0310-9956-ffa450edef68
* bug 59893: commit the changes from attachment 34068 that were unrelated to ↵Javen O'Neal2017-02-174-22/+62
| | | | | | available() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783347 13f79535-47bb-0310-9956-ffa450edef68
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-0/+122
| | | | | | includes unit test from the issue. Verified unit test results in Excel vs. incorrect previous POI results. Test passes new code, as do existing tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783037 13f79535-47bb-0310-9956-ffa450edef68