summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add test case from Anders Åberg for bug 59442Javen O'Neal2016-05-091-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742862 13f79535-47bb-0310-9956-ffa450edef68
* Test CellUtil with XSSFWorkbook and SXSSFWorkbook instancesJaven O'Neal2016-05-092-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742860 13f79535-47bb-0310-9956-ffa450edef68
* convert TestCellUtil to BaseTestCellUtil so that it can be tested with ↵Javen O'Neal2016-05-092-11/+43
| | | | | | different workbook instances git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742859 13f79535-47bb-0310-9956-ffa450edef68
* #59434 - Cannot add a picture on a slide that already have an image with an ↵Andreas Beeker2016-05-082-5/+40
| | | | | | hyperlink on it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742816 13f79535-47bb-0310-9956-ffa450edef68
* Try to print out more information if the timestamp-operation failsDominik Stadler2016-05-051-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742425 13f79535-47bb-0310-9956-ffa450edef68
* Close file-handles in tests as well to avoid noise when running ↵Dominik Stadler2016-05-051-17/+22
| | | | | | file-leak-detection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742424 13f79535-47bb-0310-9956-ffa450edef68
* Some general code-fixes found while trying out Java 9Dominik Stadler2016-05-053-45/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742423 13f79535-47bb-0310-9956-ffa450edef68
* Try to catch more network-unavailable cases in TestSignatureInfoDominik Stadler2016-05-051-35/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742422 13f79535-47bb-0310-9956-ffa450edef68
* Refactor SSPerformanceTest into a few methods to make it easier to use a ↵Dominik Stadler2016-05-051-53/+67
| | | | | | profiler git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742420 13f79535-47bb-0310-9956-ffa450edef68
* #59327 - Setting text direction on a table cell has no effectAndreas Beeker2016-05-044-8/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742338 13f79535-47bb-0310-9956-ffa450edef68
* remove dublin core schemas as we don't use the schemas which reference themAndreas Beeker2016-04-291-11/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1741699 13f79535-47bb-0310-9956-ffa450edef68
* comment out https check for jdk1.6Andreas Beeker2016-04-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1741352 13f79535-47bb-0310-9956-ffa450edef68
* bug 59383: getFormat should cache data formatter (fix from Nick C), ↵Javen O'Neal2016-04-261-0/+1
| | | | | | accidentally deleted in bug 58532 r1710407. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1741114 13f79535-47bb-0310-9956-ffa450edef68
* use https URLJaven O'Neal2016-04-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739806 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importJaven O'Neal2016-04-181-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739689 13f79535-47bb-0310-9956-ffa450edef68
* add unit test for SXSSFSheet#changeRowNumJaven O'Neal2016-04-181-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739688 13f79535-47bb-0310-9956-ffa450edef68
* add description to dist-nexus target in build.xmlJaven O'Neal2016-04-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739680 13f79535-47bb-0310-9956-ffa450edef68
* add test-ss target to test Common SS, HSSF, XSSF, and SXSSF; add ↵Javen O'Neal2016-04-181-6/+15
| | | | | | descriptions to targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739679 13f79535-47bb-0310-9956-ffa450edef68
* add test-hssf target to test just HSSF classes, skipping hssf.dev. Duration ↵Javen O'Neal2016-04-181-2/+54
| | | | | | after running ant clean (includes 0m22s of prerequisites): test-hssf: 1m3s, test-main: 2m8s. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739674 13f79535-47bb-0310-9956-ffa450edef68
* add missing groups to javadocsJaven O'Neal2016-04-181-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739669 13f79535-47bb-0310-9956-ffa450edef68
* add test-ooxml-ss target to test just (S)XSSF classes. Duration after ↵Javen O'Neal2016-04-181-1/+103
| | | | | | running ant clean: test-ooxml-ss 1m55s, test-ooxml 2m26s, test 5m55s git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739668 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2016-04-171-43/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739662 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2016-04-171-114/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739661 13f79535-47bb-0310-9956-ffa450edef68
* add unit test for StringUtil#joinJaven O'Neal2016-04-171-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739660 13f79535-47bb-0310-9956-ffa450edef68
* restore r1739550 and r1739552 (by reverting r1739580). Exclude ↵Javen O'Neal2016-04-1715-106/+167
| | | | | | BaseTestXWorkbook, BaseTestXSheet, BaseTestXRow, and BaseTestXCell from the OOXML-Lite target git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739644 13f79535-47bb-0310-9956-ffa450edef68
* reformat exclude classes regular expression for OOXMLLiteJaven O'Neal2016-04-172-6/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739643 13f79535-47bb-0310-9956-ffa450edef68
* upgrade TestPaletteRecord to junit4Javen O'Neal2016-04-172-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739587 13f79535-47bb-0310-9956-ffa450edef68
* bug 58896: write autoSizeColumn timing to POILogger instead of standard outputJaven O'Neal2016-04-171-9/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739584 13f79535-47bb-0310-9956-ffa450edef68
* revert r1739548 and r1739550. I could not figure out how to add ↵Javen O'Neal2016-04-1714-164/+106
| | | | | | BaseTestXWorkbook|Sheet|Row.java without causing junit to complain about 'Test class should have exactly one public constructor' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739580 13f79535-47bb-0310-9956-ffa450edef68
* add commentsJaven O'Neal2016-04-171-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739554 13f79535-47bb-0310-9956-ffa450edef68
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-1712-77/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739552 13f79535-47bb-0310-9956-ffa450edef68
* add junit test classes for combined testing of XML-specific functionality of ↵Javen O'Neal2016-04-1712-29/+127
| | | | | | (S)XSSF Workbook, Sheet, and Row git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739550 13f79535-47bb-0310-9956-ffa450edef68
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-171-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739548 13f79535-47bb-0310-9956-ffa450edef68
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-174-9/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739547 13f79535-47bb-0310-9956-ffa450edef68
* bug 59340: lookup IndexedColors by indexJaven O'Neal2016-04-172-0/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739539 13f79535-47bb-0310-9956-ffa450edef68
* move unit test for XSSFSheet.setTabColor from TestXSSFWorkbook to TestXSSFSheetJaven O'Neal2016-04-172-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739538 13f79535-47bb-0310-9956-ffa450edef68
* bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that ↵Javen O'Neal2016-04-174-60/+90
| | | | | | require an unnecessary Workbook argument. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739536 13f79535-47bb-0310-9956-ffa450edef68
* bug 59336: patch from Mark Murphy: replace deprecated usage of functions in ↵Javen O'Neal2016-04-171-3/+3
| | | | | | CellUtil git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739533 13f79535-47bb-0310-9956-ffa450edef68
* bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor ↵Javen O'Neal2016-04-171-26/+34
| | | | | | of CellUtil. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739531 13f79535-47bb-0310-9956-ffa450edef68
* Nexus upload - mimic the manually uploaded repositories - see [INFRA-11687]Andreas Beeker2016-04-151-13/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739281 13f79535-47bb-0310-9956-ffa450edef68
* fix Sonar warningsJaven O'Neal2016-04-121-27/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738876 13f79535-47bb-0310-9956-ffa450edef68
* bug 59312: delete temporary files even when the output stream cannot be ↵Javen O'Neal2016-04-121-2/+7
| | | | | | closed (such as out of disk space IOException) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738848 13f79535-47bb-0310-9956-ffa450edef68
* javadocs fixesJaven O'Neal2016-04-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738789 13f79535-47bb-0310-9956-ffa450edef68
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-1211-8/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738782 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-04-121-85/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738773 13f79535-47bb-0310-9956-ffa450edef68
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-127-1/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738765 13f79535-47bb-0310-9956-ffa450edef68
* add LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) ↵Javen O'Neal2016-04-122-24/+34
| | | | | | based on HSSFChart.insertData git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738762 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiler warnings and ensure CTChartSheets stays included and is not ↵Dominik Stadler2016-04-121-11/+11
| | | | | | refactored out by automated import reorganization git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738752 13f79535-47bb-0310-9956-ffa450edef68
* sourceforge findbugs can't be downloaded over HTTPS yetJaven O'Neal2016-04-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738751 13f79535-47bb-0310-9956-ffa450edef68
* use https URLs when availableJaven O'Neal2016-04-121-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738750 13f79535-47bb-0310-9956-ffa450edef68