aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util
Commit message (Expand)AuthorAgeFilesLines
...
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ...Javen O'Neal2017-11-071-4/+95
* bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ...Javen O'Neal2017-11-061-0/+1
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-312-7/+11
* Remove use of deprecated methodsPJ Fanning2017-10-221-4/+4
* Remove use of deprecated methodsPJ Fanning2017-10-221-3/+3
* IntelliJ: simplify boolean logicJaven O'Neal2017-10-172-10/+5
* Remove more deprecated classes and methodsPJ Fanning2017-09-231-22/+0
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-182-2/+2
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-2/+2
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-181-8/+6
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-172-11/+9
* Use Integer.compare() where possibleDominik Stadler2017-09-161-1/+1
* Remove unnecessary local variablesDominik Stadler2017-09-164-12/+7
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-167-21/+21
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-5/+5
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-111/+0
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-1712-38/+38
* some javadoc fixesPJ Fanning2017-07-151-4/+4
* Remove more deprecated code (BorderFormatting constants)PJ Fanning2017-06-301-45/+1
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-302-171/+0
* Fix javadoc warningsNick Burch2017-06-281-3/+3
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-14/+30
* javadocJaven O'Neal2017-06-201-1/+1
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-10/+11
* github-55: document that CellReference#isRowWithinRange(String rowNum, Spread...Javen O'Neal2017-05-201-1/+18
* bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i...Javen O'Neal2017-05-201-16/+0
* #61085 support table stylesGreg Woolsey2017-05-201-0/+42
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-162-6/+4
* Improve information contained in exception in CellRangeAddress()Dominik Stadler2017-04-301-6/+5
* bug 60787: remove calls to System.out.println. Thanks to Kamile Demirel.Javen O'Neal2017-03-021-4/+0
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-132-9/+61
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-084-1087/+1087
* remove unused importsJaven O'Neal2017-01-201-2/+0
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-201-29/+0
* pull out loop invariants, use List.indexOf to look up sheet indexJaven O'Neal2017-01-201-1/+1
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-201-2/+37
* SonarQube fixesAndreas Beeker2017-01-061-8/+10
* use case-insensitive string startsWith/endsWith utility functionJaven O'Neal2017-01-021-1/+3
* #60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildA...Andreas Beeker2016-12-311-1/+1
* #60331 - Remove deprecated classes (POI 3.16)Andreas Beeker2016-12-181-45/+0
* Javadoc fixesNick Burch2016-10-051-9/+9
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-052-0/+975
* bug 60187: set BorderStyle directly instead of through short codeJaven O'Neal2016-09-301-6/+37
* bug 60187: replace methods operating on BorderStyle codes with BorderStyle enumsJaven O'Neal2016-09-301-12/+87
* Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...Dominik Stadler2016-09-281-10/+9
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-141-4/+4
* revert changes made in r1754691Mark Murphy2016-08-013-1071/+0
* correction to junit bugs in r1754691Mark Murphy2016-08-011-3/+31
* Javadoc fixesNick Burch2016-08-011-6/+4
* Add new class Cell Style Template and supporting enum for drawing bordersMark Murphy2016-07-313-0/+1045