選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
PJ Fanning e86ba86f2d [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz. This closes #189 3年前
..
cellwalk fix result of multiplication cast to wider type 5年前
AreaReference.java reformat code 4年前
CellAddress.java fix whitespace contradicts operator precedence 5年前
CellRangeAddress.java use indexOf(char) instead of indexOf(String) where possible; replace one more StringBuffer with StringBuilder - bug 63805 4年前
CellRangeAddressBase.java #63745 - Add traversing and debugging interface to HSSF 4年前
CellRangeAddressList.java #63745 - Add traversing and debugging interface to HSSF 4年前
CellRangeUtil.java use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4年前
CellReference.java #63745 - Add traversing and debugging interface to HSSF 4年前
CellUtil.java [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles 5年前
DateFormatConverter.java Sonar Fixes 4年前
DateParser.java [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz. This closes #189 3年前
ExpandedDouble.java try to avoid casting to int 4年前
IEEEDouble.java try to avoid casting to int 4年前
ImageUtils.java #64213 - Picture.resize(double scale) scales width wrong for small pictures and when dx1 is set 4年前
MutableFPNumber.java use BigInteger.valueOf 3年前
NormalisedDecimal.java Sonar Fixes 4年前
NumberComparer.java Some JavaDoc adjustments, typos, IntelliJ warnings 6年前
NumberToTextConverter.java fix whitespace contradicts operator precedence 5年前
PaneInformation.java bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util 8年前
PropertyTemplate.java remove some casts to short 6年前
RegionUtil.java remove some casts to short 6年前
SSCellRange.java #64004 - Replace clone() with copy constructor - mainly HSSF classes 4年前
SheetBuilder.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6年前
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年前
WorkbookUtil.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6年前