aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Collapse)AuthorAgeFilesLines
* Bug 60031: Enhance test some moreDominik Stadler2017-01-261-8/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780450 13f79535-47bb-0310-9956-ffa450edef68
* bug 60031: DataFormatter parses months incorrectly when put at the end of ↵Javen O'Neal2017-01-201-0/+12
| | | | | | date segment. Thanks to Andrzej Witecki git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779564 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importsJaven O'Neal2017-01-201-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779563 13f79535-47bb-0310-9956-ffa450edef68
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-201-26/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779561 13f79535-47bb-0310-9956-ffa450edef68
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-201-1/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779558 13f79535-47bb-0310-9956-ffa450edef68
* bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been ↵Javen O'Neal2017-01-191-0/+23
| | | | | | removed. Patch from Joachim Piketz git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779426 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-156-35/+51
| | | | | | cleanup sources - add parenthesis to statements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778955 13f79535-47bb-0310-9956-ffa450edef68
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-121-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1778418 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60369: Adjust pattern to better handle non-ASCII characters in ↵Dominik Stadler2016-12-301-0/+160
| | | | | | Month-names which can appear since Java 8 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776646 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for ↵Dominik Stadler2016-12-301-1/+52
| | | | | | | | same day input deprecate unused method isNonWorkday git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776588 13f79535-47bb-0310-9956-ffa450edef68
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-121-1/+0
| | | | | | | Fix some IntelliJ warnings Reformat TextPieceTable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773776 13f79535-47bb-0310-9956-ffa450edef68
* Fix newly introduced Sonar issues and allow text to be nullDominik Stadler2016-11-271-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771563 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60370: Encode some special characters when setting title/text for ↵Dominik Stadler2016-11-251-3/+44
| | | | | | validation text-boxes, for now all characters below 32, more can be added if necessary. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771396 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-251-9/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771254 13f79535-47bb-0310-9956-ffa450edef68
* Pull up one more test into BaseTestConditionalFormattingDominik Stadler2016-11-071-7/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768590 13f79535-47bb-0310-9956-ffa450edef68
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-071-9/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768588 13f79535-47bb-0310-9956-ffa450edef68
* bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require ↵Javen O'Neal2016-11-021-2/+1
| | | | | | SpreadsheetVersion. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767728 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse automated refactor/cleanup: add final modifier to private fields to ↵Javen O'Neal2016-10-203-4/+4
| | | | | | unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765739 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-195-15/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765728 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ↵Javen O'Neal2016-10-1921-35/+95
| | | | | | annotations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 13f79535-47bb-0310-9956-ffa450edef68
* reenable unit test for bug 58648 that passes nowJaven O'Neal2016-10-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765548 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60029: apply suggested fix and fix some IntelliJ warningsDominik Stadler2016-10-151-103/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765018 13f79535-47bb-0310-9956-ffa450edef68
* bug 56781,60246: fix named range validation to match valid name rules per ↵Javen O'Neal2016-10-141-6/+28
| | | | | | Excel docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764854 13f79535-47bb-0310-9956-ffa450edef68
* bug 55075: add missing importJaven O'Neal2016-10-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763955 13f79535-47bb-0310-9956-ffa450edef68
* bug 55075,51233: create drawings with correct height when rows are custom heightJaven O'Neal2016-10-091-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763950 13f79535-47bb-0310-9956-ffa450edef68
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-091-0/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763939 13f79535-47bb-0310-9956-ffa450edef68
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-1/+3
| | | | | | | Avoid two possible file-handle leaks when opening files fails with an exception Make tests close resources properly to not spam the output when running with file-leak-detector git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763485 13f79535-47bb-0310-9956-ffa450edef68
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-051-0/+949
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763338 13f79535-47bb-0310-9956-ffa450edef68
* bug 60187: replace methods operating on BorderStyle codes with BorderStyle enumsJaven O'Neal2016-09-301-10/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762856 13f79535-47bb-0310-9956-ffa450edef68
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-213-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761675 13f79535-47bb-0310-9956-ffa450edef68
* replace @Ignore with POITestCase.skipTest/testPassesNowJaven O'Neal2016-09-211-6/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761674 13f79535-47bb-0310-9956-ffa450edef68
* move HSSFFormulaEvaluator#evaluateInCell and ↵Javen O'Neal2016-09-141-0/+12
| | | | | | BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760651 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return ↵Javen O'Neal2016-09-143-10/+10
| | | | | | short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760630 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return ↵Javen O'Neal2016-09-141-29/+29
| | | | | | short and add getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760627 13f79535-47bb-0310-9956-ffa450edef68
* change CellValue#getCellType() to return an int instead of an enum for ↵Javen O'Neal2016-09-1319-50/+50
| | | | | | backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760607 13f79535-47bb-0310-9956-ffa450edef68
* bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/falseJaven O'Neal2016-09-111-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760219 13f79535-47bb-0310-9956-ffa450edef68
* move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-101-9/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760203 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: make sure hard-coded int literals work for cell typeJaven O'Neal2016-08-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757237 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: improve Cell.CELL_TYPE_* backwards compatibilityJaven O'Neal2016-08-221-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757235 13f79535-47bb-0310-9956-ffa450edef68
* Rename and add missing license headerDominik Stadler2016-08-011-6/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754705 13f79535-47bb-0310-9956-ffa450edef68
* revert changes made in r1754691Mark Murphy2016-08-011-892/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754700 13f79535-47bb-0310-9956-ffa450edef68
* correction to junit bugs in r1754691Mark Murphy2016-08-011-70/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754698 13f79535-47bb-0310-9956-ffa450edef68
* Add new class Cell Style Template and supporting enum for drawing bordersMark Murphy2016-07-311-0/+892
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754691 13f79535-47bb-0310-9956-ffa450edef68
* Add coverage of function WEEKDAYDominik Stadler2016-07-311-0/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754689 13f79535-47bb-0310-9956-ffa450edef68
* Test a few more cases of function INDIRECT()Dominik Stadler2016-07-311-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754675 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59736: Incorrect evaluation of SUBTOTAL with composite intervalDominik Stadler2016-07-311-7/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754674 13f79535-47bb-0310-9956-ffa450edef68
* IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-311-13/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754673 13f79535-47bb-0310-9956-ffa450edef68
* Introduce name-based methods for access to named ranges in a workbook, and ↵David North2016-07-292-17/+11
| | | | | | | | | | | | deprecate the old index-based methods. Re-organise internally to use a map so that lookup is O(1) rather than O(n ranges). Add a dependency on commons collections 4, also ASL licensed so no problem. https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754521 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-271-1/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754328 13f79535-47bb-0310-9956-ffa450edef68
* test Cell.setCellValue(false)Javen O'Neal2016-07-211-24/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753634 13f79535-47bb-0310-9956-ffa450edef68