poi/src/java/org/apache/poi/ss/util
Javen O'Neal 38cd94d676 bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return 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
2016-09-14 05:22:23 +00:00
..
cellwalk bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
AreaReference.java bug 59773: move loop invariants outside of loop or change for loops to for-each loops 2016-07-03 07:20:47 +00:00
CellAddress.java revert changes made in r1754691 2016-08-01 04:21:14 +00:00
CellRangeAddress.java reorganize imports (remove unused imports, sort alphabetically) 2016-07-04 10:38:25 +00:00
CellRangeAddressBase.java bug 56454: add CellRangeAddress#containsRow and containsColumn 2016-06-20 00:16:41 +00:00
CellRangeAddressList.java Fix Eclipse warnings, unnecessary casts, use generics, static access... 2014-12-28 09:06:12 +00:00
CellRangeUtil.java bug 59729: update CellRangeUtil 2016-06-20 00:55:51 +00:00
CellReference.java improve unit test coverage on CellReference. 2016-06-13 08:58:55 +00:00
CellUtil.java bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 2016-09-14 05:22:23 +00:00
DateFormatConverter.java Mention about Locale definitions in Excel cell data format strings 2015-10-25 16:13:16 +00:00
ExpandedDouble.java Bugzilla 47598 - Improved formula evaluator number comparison 2009-07-29 03:36:25 +00:00
IEEEDouble.java Bugzilla 47598 - Improved formula evaluator number comparison 2009-07-29 03:36:25 +00:00
ImageUtils.java sonar fixes 2016-03-16 23:30:19 +00:00
MutableFPNumber.java Bugzilla 47969 - improvements to equals() methods 2009-10-13 23:24:14 +00:00
NormalisedDecimal.java Bugzilla 47598 - Improved formula evaluator number comparison 2009-07-29 03:36:25 +00:00
NumberComparer.java Fix some Forbidden APIs errors 2015-09-01 18:56:44 +00:00
NumberToTextConverter.java Bugzilla 47598 - Improved formula evaluator number comparison 2009-07-29 03:36:25 +00:00
PaneInformation.java bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util 2016-07-02 09:00:13 +00:00
RegionUtil.java remove RegionUtil reference 2016-06-14 21:57:38 +00:00
SSCellRange.java sonar fixes 2016-07-01 21:10:40 +00:00
SheetBuilder.java sonar fixes 2016-07-01 21:10:40 +00:00
SheetReferences.java Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 2015-02-09 22:33:24 +00:00
SheetUtil.java bug 59804: indicate when features were @Internal-ized 2016-07-05 23:22:49 +00:00
WorkbookUtil.java Bug 57143 - Javadocs and throws clause for WorkbookUtil 2014-10-27 00:36:13 +00:00