aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bug 61051 -- add new worksheet-like relations for xlsbTim Allison2017-04-273-6/+64
* bug 61049 fix ordering of builtin formulasTim Allison2017-04-272-3/+3
* 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
* Add conditional formatting evaluation example code and output resultsGreg Woolsey2017-04-201-0/+87
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-2012-101/+93
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-197-101/+95
* Fix bug #61007Greg Woolsey2017-04-192-2/+8
* Fix bug #61007Greg Woolsey2017-04-192-5/+14
* 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-17117-182/+180
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-174-16/+30
* findbugs fixesAndreas Beeker2017-04-175-53/+148
* fix forbidden-apis-check errorAndreas Beeker2017-04-161-2/+3
* #60996 - XSSF: Multiple embedded objects on same sheet are ignoredAndreas Beeker2017-04-166-39/+99
* roll back to hamcrest-coreJaven O'Neal2017-04-161-8/+9
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-152-12/+63
* improve unit test error messagesJaven O'Neal2017-04-151-10/+16
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-151-8/+20
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-152-57/+29
* use assertStartsWith and assertEndsWith for better unit test error messagesJaven O'Neal2017-04-153-8/+53
* #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
* bug 50955 - add logging per Javen's recommendation. Thank you!Tim Allison2017-04-111-15/+28
* bug 50955 - incorporate info from the DocumentSummaryInformation forTim Allison2017-04-111-1/+30
* bug 50955 - try originally guessed codepoint, backoff to 1252 if that failsTim Allison2017-04-111-18/+37
* Fix AIOOBE while extracting hssf pictures which are externally linkedAndreas Beeker2017-04-102-5/+19
* 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-064-53/+61
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might...Dominik Stadler2017-04-062-1/+30
* Javadoc fixesNick Burch2017-04-052-2/+2
* bug 50955 convert Set to Singleton per Javen's code reviewTim Allison2017-04-052-16/+2
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-0511-158/+593
* bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 Tim Allison2017-04-041-2/+3
* bug 50955 -- fix for java 7Tim Allison2017-04-043-6/+39
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-0421-64/+971
* 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-203-2/+58
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ...Tim Allison2017-03-204-6/+60
* 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
* Fix typo to "length", closes #51Dominik Stadler2017-03-193-11/+11
* 60823: DGET function, correct behavior with multiple result entries but only ...Dominik Stadler2017-03-191-3/+11
* Fix broken importsDominik Stadler2017-03-181-0/+11