You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominik Stadler a7d96dcb73 Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes be the culprit for autosize taking a very long time. 4 years ago
..
cellwalk fix result of multiplication cast to wider type 5 years ago
AreaReference.java reformat code 4 years ago
CellAddress.java fix whitespace contradicts operator precedence 5 years ago
CellRangeAddress.java use indexOf(char) instead of indexOf(String) where possible; replace one more StringBuffer with StringBuilder - bug 63805 4 years ago
CellRangeAddressBase.java #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 years ago
CellRangeAddressList.java fix potential output resource leaks (LGTM) 5 years ago
CellRangeUtil.java use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4 years ago
CellReference.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 years ago
CellUtil.java [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles 5 years ago
DateFormatConverter.java Bug 63927 - Inconsistent mapping of Norwegian locales for date formats 4 years ago
ExpandedDouble.java try to avoid casting to int 4 years ago
IEEEDouble.java try to avoid casting to int 4 years ago
ImageUtils.java [bug-63533] fix javadoc that refers to horisontalPdi 5 years ago
MutableFPNumber.java javadoc: replace invalid self enclosing elements 7 years ago
NormalisedDecimal.java javadoc: replace invalid self enclosing elements 7 years ago
NumberComparer.java Some JavaDoc adjustments, typos, IntelliJ warnings 6 years ago
NumberToTextConverter.java fix whitespace contradicts operator precedence 5 years ago
PaneInformation.java bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util 8 years ago
PropertyTemplate.java remove some casts to short 6 years ago
RegionUtil.java remove some casts to short 6 years ago
SSCellRange.java #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 years ago
SheetBuilder.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
SheetUtil.java Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes be the culprit for autosize taking a very long time. 4 years ago
WorkbookUtil.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago