summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* bug 61034: break out of for-loop when both <sheet name="", id=""/> are foundJaven O'Neal2017-04-291-3/+6
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-292-3/+36
* bug 61051 -- add new worksheet-like relations for xlsbTim Allison2017-04-273-6/+64
* Patch from Tim Jones from #61044 - Note on setCompressTempFilesNick Burch2017-04-261-0/+4
* bug 61021 - extract abspath from xlsbTim Allison2017-04-214-1/+62
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-205-41/+34
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-191-7/+9
* Use assertContains instead of assertTrue(text.contains) for better error mess...Nick Burch2017-04-193-44/+50
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-1728-40/+38
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-171-3/+8
* findbugs fixesAndreas Beeker2017-04-172-3/+5
* fix forbidden-apis-check errorAndreas Beeker2017-04-161-2/+3
* #60996 - XSSF: Multiple embedded objects on same sheet are ignoredAndreas Beeker2017-04-164-37/+88
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-151-4/+58
* improve unit test error messagesJaven O'Neal2017-04-151-10/+16
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-151-17/+17
* use assertStartsWith and assertEndsWith for better unit test error messagesJaven O'Neal2017-04-151-5/+8
* #60973 XDGF Support for "PolylineTo" as well as existing alternate spelling "...Nick Burch2017-04-122-5/+5
* Failing, disabled unit test for bug #60973Nick Burch2017-04-121-1/+22
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-114-15/+127
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-101-3/+5
* Adjust checking for Zip-Bomb errors so it also works on JDK >= 8Dominik Stadler2017-04-071-7/+4
* Test for another type of xml-bombDominik Stadler2017-04-062-52/+58
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might...Dominik Stadler2017-04-061-0/+19
* Bug 60906 -- clean up, and add range checking for casting to ints.Tim Allison2017-03-233-21/+18
* Bug 60489 -- add @Test annotation so that this actually runs and includes Con...Tim Allison2017-03-231-0/+1
* Bug 60906 -- fix style indexTim Allison2017-03-232-4/+10
* 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation.Tim Allison2017-03-222-3/+5
* 60881 -- strip out system.set props for local test.Tim Allison2017-03-212-4/+1
* 60881 -- fix new unit test. xlsb test file apparently requires unlimited jce...Tim Allison2017-03-211-2/+12
* 60881 and 60891 -- on further look, no need to throw an exception for an encr...Tim Allison2017-03-201-0/+37
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ...Tim Allison2017-03-203-1/+58
* Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.Dominik Stadler2017-03-191-0/+7
* Bug 60810: Check for duplicate relation-names for notes similar to the fix fo...Dominik Stadler2017-03-192-39/+65
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-1736-246/+349
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-1630-42/+2866
* add missing license headerGreg Woolsey2017-03-141-0/+19
* Fixed #60858, which showed a regression of the fix for #56420 introduced by m...Greg Woolsey2017-03-141-0/+31
* Remove unused import, IntelliJ warnings, duplicated code, improve some except...Dominik Stadler2017-03-102-60/+54
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-084-32/+85
* 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in...Tim Allison2017-03-083-16/+81
* store repeated expressions as temporary variables to make code shorterJaven O'Neal2017-03-071-7/+9
* BugFix for JDK-6623219Andreas Beeker2017-02-191-1/+1
* #60662 - Slide import delete unrecognized elements in group shapeAndreas Beeker2017-02-182-28/+87
* bug 60742: remove commented out debugging codeJaven O'Neal2017-02-171-7/+0
* bug 60742: Remove local test-code from test for bug 60512Dominik Stadler2017-02-171-5/+3
* bug 60742: write out to unit test TempFile rather than Unix-only /tmp/60512.x...Javen O'Neal2017-02-171-3/+7
* bug 59893: close open resources to prevent leaksJaven O'Neal2017-02-172-3/+15
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-174-22/+62
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-0/+122