summaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 62042: Adjust gradle build to properly set the localeDominik Stadler2018-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823596 13f79535-47bb-0310-9956-ffa450edef68
* Various smaller adjustments: Remove filename in test, remove unused ↵Dominik Stadler2018-02-081-0/+26
| | | | | | parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823595 13f79535-47bb-0310-9956-ffa450edef68
* add missing licenses to source codePJ Fanning2018-01-304-9/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822641 13f79535-47bb-0310-9956-ffa450edef68
* [github-81] Formula adjusting in context of column shifting. Thanks to ↵PJ Fanning2018-01-305-0/+607
| | | | | | Dragan Jovanović. This closes #81 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822639 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819772 13f79535-47bb-0310-9956-ffa450edef68
* Update some tests and IntelliJ warningsDominik Stadler2018-01-012-28/+10
| | | | | | Ignore disabled test instead of not listing it in the test-report at all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819768 13f79535-47bb-0310-9956-ffa450edef68
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819706 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 61116: Formula evaluation fails when using matrix addition within ↵Yegor Kozlov2017-12-302-1/+16
| | | | | | index function call git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819596 13f79535-47bb-0310-9956-ffa450edef68
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use ↵Dominik Stadler2017-12-281-5/+3
| | | | | | try-with-resources, update/enhance JavaDoc somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819402 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818629 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61859: support for evaluating comparison operators in array mode, detect ↵Yegor Kozlov2017-12-182-0/+339
| | | | | | array mode from formula ptgs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818587 13f79535-47bb-0310-9956-ffa450edef68
* bug 61840: close workbook to prevent resource leak in unit testJaven O'Neal2017-12-011-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816893 13f79535-47bb-0310-9956-ffa450edef68
* bug 61840: add unit test showing that shiftRows does not produce #REF! ↵Javen O'Neal2017-12-011-0/+25
| | | | | | formula errors if cells are not shifted above the first row git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816892 13f79535-47bb-0310-9956-ffa450edef68
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-243-21/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816205 13f79535-47bb-0310-9956-ffa450edef68
* add TestStringCodepointsIterablePJ Fanning2017-11-221-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816020 13f79535-47bb-0310-9956-ffa450edef68
* bug 61730: remove asSet function from unit testJaven O'Neal2017-11-071-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814462 13f79535-47bb-0310-9956-ffa450edef68
* bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is ↵Javen O'Neal2017-11-071-7/+28
| | | | | | safer, less likely to cause an OOM/DoS. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814461 13f79535-47bb-0310-9956-ffa450edef68
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ↵Javen O'Neal2017-11-071-1/+36
| | | | | | CellAddresses git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814448 13f79535-47bb-0310-9956-ffa450edef68
* bug 61727: make TestCellRangeUtil unit tests more explicitJaven O'Neal2017-11-061-27/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814444 13f79535-47bb-0310-9956-ffa450edef68
* bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ↵Javen O'Neal2017-11-061-0/+69
| | | | | | for the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814432 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some tests to properly close resourcesDominik Stadler2017-11-052-150/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814374 13f79535-47bb-0310-9956-ffa450edef68
* Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ↵Dominik Stadler2017-11-051-4/+390
| | | | | | | | fine: Column styles, row styles, user defined styles, ... Also call optimise in integration-tests and handle some cases of invalid content in files. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814373 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and ↵Dominik Stadler2017-11-043-87/+40
| | | | | | | | duplicated test-methods Adjust tests slighlty, close resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814289 13f79535-47bb-0310-9956-ffa450edef68
* bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifterJaven O'Neal2017-11-041-2/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814268 13f79535-47bb-0310-9956-ffa450edef68
* bug 61474,github-81: add FormulaShifter.createForColumnShift and ↵Javen O'Neal2017-11-041-53/+144
| | | | | | ShiftMode.ColumnMove git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814254 13f79535-47bb-0310-9956-ffa450edef68
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813863 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated codePJ Fanning2017-10-232-24/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813085 13f79535-47bb-0310-9956-ffa450edef68
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-222-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812917 13f79535-47bb-0310-9956-ffa450edef68
* Remove use of deprecated methodsPJ Fanning2017-10-229-74/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812911 13f79535-47bb-0310-9956-ffa450edef68
* Remove use of deprecated methodsPJ Fanning2017-10-225-28/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812907 13f79535-47bb-0310-9956-ffa450edef68
* cleanup for r1812470: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812532 13f79535-47bb-0310-9956-ffa450edef68
* convert "".equals(string) to string.isEmpty()Javen O'Neal2017-10-182-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812470 13f79535-47bb-0310-9956-ffa450edef68
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812463 13f79535-47bb-0310-9956-ffa450edef68
* adjust tests, javadoc, ...Dominik Stadler2017-10-114-23/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811865 13f79535-47bb-0310-9956-ffa450edef68
* Remove "filling" in IntList as this has no effect whatsoever as far as I ↵Dominik Stadler2017-10-111-23/+74
| | | | | | | | could see Fix some IntelliJ warnings, missing JavaDoc, typos, Findbugs issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811793 13f79535-47bb-0310-9956-ffa450edef68
* Add test which shows that bug 51262 is fixed nowDominik Stadler2017-10-091-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811595 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-071-56/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811383 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61064: Support behavior of function CEILING in newer versions of ↵Dominik Stadler2017-09-281-25/+70
| | | | | | Microsoft Excel git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1810007 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some unit-tests, use try-with-resource, enable test which works now, ...Dominik Stadler2017-09-263-55/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809739 13f79535-47bb-0310-9956-ffa450edef68
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-265-94/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809714 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated classes and methodsPJ Fanning2017-09-234-13/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809428 13f79535-47bb-0310-9956-ffa450edef68
* tidy up some test codePJ Fanning2017-09-192-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808944 13f79535-47bb-0310-9956-ffa450edef68
* Add test to verify that bug 61532 is fixed as far as I see via the changes ↵Dominik Stadler2017-09-191-5/+29
| | | | | | for bug 61148. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808932 13f79535-47bb-0310-9956-ffa450edef68
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-192-19/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808930 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ↵Dominik Stadler2017-09-193-71/+307
| | | | | | | | set the value twice Also rework related tests to run more of the tests for HSSF, XSSF and SXSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808929 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IntelliJ warningsDominik Stadler2017-09-191-11/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808908 13f79535-47bb-0310-9956-ffa450edef68
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-199-24/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808903 13f79535-47bb-0310-9956-ffa450edef68
* While working on bug 61148 I found that getCellType() and ↵Dominik Stadler2017-09-191-0/+42
| | | | | | | | setCellErrorValue() in SXSSFCell are doing different things than the ones in XSSFCell, tried to fix this by mimicking functionality of XSSF in SXSSF as well. Reformating some small things as well. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808874 13f79535-47bb-0310-9956-ffa450edef68
* use non-deprecated versions of getCellTypePJ Fanning2017-09-1816-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808741 13f79535-47bb-0310-9956-ffa450edef68
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-189-78/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808737 13f79535-47bb-0310-9956-ffa450edef68