summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reverted DocumentSummary hack in codepage guessing codeAndreas Beeker2017-05-021-30/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793601 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: Add CopyCompare to IntegrationTestsAndreas Beeker2017-05-023-44/+144
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793600 13f79535-47bb-0310-9956-ffa450edef68
* #52117 - Invalid "last printed" summary field valueAndreas Beeker2017-05-021-0/+0
| | | | | | added test file to corpus git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793599 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-022-118/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793598 13f79535-47bb-0310-9956-ffa450edef68
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-0220-1173/+1383
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793596 13f79535-47bb-0310-9956-ffa450edef68
* IntegrationTest - move excludes to file handlerAndreas Beeker2017-05-0216-90/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793595 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: Use LittleEndianStream instead of offset calculationAndreas Beeker2017-05-0223-931/+804
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793594 13f79535-47bb-0310-9956-ffa450edef68
* bug 61059: add @Override annotationsJaven O'Neal2017-05-011-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793418 13f79535-47bb-0310-9956-ffa450edef68
* Exclude one more test from no-scratchpad runs, not sure how this was even ↵Dominik Stadler2017-04-301-0/+1
| | | | | | working before... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793253 13f79535-47bb-0310-9956-ffa450edef68
* Improve information contained in exception in CellRangeAddress()Dominik Stadler2017-04-301-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793252 13f79535-47bb-0310-9956-ffa450edef68
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-302-37/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793251 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixNick Burch2017-04-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793249 13f79535-47bb-0310-9956-ffa450edef68
* 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-294-3/+45
| | | | | | | 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
* bug 61049 fix ordering of builtin formulasTim Allison2017-04-272-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792918 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
* Add conditional formatting evaluation example code and output resultsGreg Woolsey2017-04-201-0/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792102 13f79535-47bb-0310-9956-ffa450edef68
* Use assertContains instead of assertTrue(text.contains) for better error ↵Javen O'Neal2017-04-2012-101/+93
| | | | | | 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-197-101/+95
| | | | | | messages on failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792007 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #61007Greg Woolsey2017-04-192-2/+8
| | | | | | | | Revert to previous "expected" test results even though they don't match excel for a specific case, to accommodate tighter logic about which format patterns to send to CellFormat vs. handle directly in DataFormatter. Send what was checked previously plus only multi-segment conditional range formats. Allows existing tests to pass plus the new test with the case for these conditional formats. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791964 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #61007Greg Woolsey2017-04-192-5/+14
| | | | | | use CellFormat for all format strings containing multiple parts (";" delimited) and update unit test to expect the same values as Excel. Also added tests for the failing formats. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791949 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-17117-182/+180
| | | | | | 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-174-16/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791696 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixesAndreas Beeker2017-04-175-53/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791679 13f79535-47bb-0310-9956-ffa450edef68
* add 3.16 to doap fileAndreas Beeker2017-04-171-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791674 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-166-39/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791644 13f79535-47bb-0310-9956-ffa450edef68
* Website update / release guide fixAndreas Beeker2017-04-161-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791631 13f79535-47bb-0310-9956-ffa450edef68
* Add initial file of excludes when running with file-leak-detectorDominik Stadler2017-04-161-0/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791594 13f79535-47bb-0310-9956-ffa450edef68
* Exclude more temporary files from GitDominik Stadler2017-04-161-10/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791593 13f79535-47bb-0310-9956-ffa450edef68
* Set eclipse folder outside of build-folder to not have hickups in Eclipse ↵Dominik Stadler2017-04-161-1/+1
| | | | | | | | | whener we run 'ant clean' Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791592 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Add hamcrest-all to Gradle build as well"Dominik Stadler2017-04-161-2/+0
| | | | | | This reverts commit e452090d41190820ec7f2591097fb9e63ad6c59c. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791587 13f79535-47bb-0310-9956-ffa450edef68
* Add hamcrest-all to Gradle build as wellDominik Stadler2017-04-161-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791586 13f79535-47bb-0310-9956-ffa450edef68
* roll back to hamcrest-coreJaven O'Neal2017-04-161-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791572 13f79535-47bb-0310-9956-ffa450edef68
* roll back to hamcrest-coreJaven O'Neal2017-04-163-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791570 13f79535-47bb-0310-9956-ffa450edef68
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791567 13f79535-47bb-0310-9956-ffa450edef68
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-154-12/+63
| | | | 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
* change from hamcrest-core-1.3 to hamcrest-all-1.3Javen O'Neal2017-04-152-10/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791444 13f79535-47bb-0310-9956-ffa450edef68
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-152-57/+29
| | | | 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-153-8/+53
| | | | 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-122-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791098 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.17-beta1Andreas Beeker2017-04-1110-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791047 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.16 - updating build.xml and status.xmlAndreas Beeker2017-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791045 13f79535-47bb-0310-9956-ffa450edef68
* The new HeapDump class uses com.sun.* classes, which the previous settings ↵Greg Woolsey2017-04-111-1/+3
| | | | | | | | flagged as an error in Eclipse. This changes them to warnings so compilation can succeed. Also adds a couple of prefs from newer Eclipse, apparently. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791026 13f79535-47bb-0310-9956-ffa450edef68
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-115-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