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.
Andreas Beeker d842136464 Sonar fixes - "static" base class members should not be accessed via derived types 4 yıl önce
..
helpers [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 yıl önce
DVConstraint.java 63779 Add support for the new Java date/time API added in Java 8 4 yıl önce
EscherGraphics.java Code-style: Unify how arrays are specified from C-style to normal Java-style 5 yıl önce
EscherGraphics2d.java Code-style: Unify how arrays are specified from C-style to normal Java-style 5 yıl önce
FontDetails.java replace more StringBuffers 4 yıl önce
HSSFAnchor.java Remove unnecessary initialization of members 6 yıl önce
HSSFAutoFilter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 yıl önce
HSSFBorderFormatting.java Introduce new BorderFormatting methods to expose border styles 6 yıl önce
HSSFCell.java Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4.1.0 4 yıl önce
HSSFCellStyle.java Sonar fixes 4 yıl önce
HSSFChart.java try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous 4 yıl önce
HSSFChildAnchor.java FindBugs fix 10 yıl önce
HSSFClientAnchor.java Sonar fixes - "static" base class members should not be accessed via derived types 4 yıl önce
HSSFColorScaleFormatting.java #58130 HSSF CF Color Scale color support 8 yıl önce
HSSFCombobox.java #63745 - Add traversing and debugging interface 4 yıl önce
HSSFComment.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 yıl önce
HSSFConditionalFormatting.java Add setFormattingRanges() to interface ConditionalFormatting, closes #42 7 yıl önce
HSSFConditionalFormattingRule.java Sonar Fixes 4 yıl önce
HSSFConditionalFormattingThreshold.java Update objects / method signatures for the new CF Thresholds, to better match what the other CF bits expose where 8 yıl önce
HSSFCreationHelper.java Ensure SpreadsheetVersion is set for AreaReferences 7 yıl önce
HSSFDataBarFormatting.java #58130 CF DataBar support 8 yıl önce
HSSFDataFormat.java Remove unnecessary type arguments (Java 8) 6 yıl önce
HSSFDataFormatter.java forbidden apis fixes - a few DateFormat clean ups ... 8 yıl önce
HSSFDataValidation.java Remove unnecessary initialization of members 6 yıl önce
HSSFDataValidationHelper.java findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future 8 yıl önce
HSSFDateUtil.java 63779 Add support for the new Java date/time API added in Java 8 4 yıl önce
HSSFEvaluationCell.java update getCellType to return CellType enum instead of int 6 yıl önce
HSSFEvaluationSheet.java replace version number 4.0.2 5 yıl önce
HSSFEvaluationWorkbook.java SonarQube fixes 7 yıl önce
HSSFExtendedColor.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 yıl önce
HSSFFont.java Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT 4 yıl önce
HSSFFontFormatting.java Sonar Fixes 4 yıl önce
HSSFFooter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 yıl önce
HSSFFormulaEvaluator.java Close more file-handles in tests, convert junit3 tests 5 yıl önce
HSSFHeader.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 yıl önce
HSSFHyperlink.java #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 yıl önce
HSSFIconMultiStateFormatting.java #58130 HSSF CF Color Scale color support 8 yıl önce
HSSFName.java IntelliJ warnings, deprecation 6 yıl önce
HSSFObjectData.java javadoc: replace invalid self enclosing elements 6 yıl önce
HSSFOptimiser.java Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ... 6 yıl önce
HSSFPalette.java Replace StringBuffer with StringBuilder 4 yıl önce
HSSFPatriarch.java XDDF usermodel for Charts closes #68 on GitHub 6 yıl önce
HSSFPatternFormatting.java Cleaner code for checking and casting the Color objects 9 yıl önce
HSSFPicture.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 yıl önce
HSSFPictureData.java Unify PNG extraction 4 yıl önce
HSSFPolygon.java #63745 - Add traversing and debugging interface 4 yıl önce
HSSFPrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 10 yıl önce
HSSFRangeCopier.java [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94 6 yıl önce
HSSFRichTextString.java #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 yıl önce
HSSFRow.java fix boxed variable is never null 5 yıl önce
HSSFShape.java #63745 - Add traversing and debugging interface 4 yıl önce
HSSFShapeContainer.java #60520 - Provide *SSF functionality via Common SS 7 yıl önce
HSSFShapeFactory.java #64036 - Replace reflection calls in factories for Java 9+ - Escher factories 4 yıl önce
HSSFShapeGroup.java #63745 - Add traversing and debugging interface 4 yıl önce
HSSFShapeTypes.java added javadoc and code refactoring 11 yıl önce
HSSFSheet.java try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous 4 yıl önce
HSSFSheetConditionalFormatting.java javadoc: replace invalid self enclosing elements 6 yıl önce
HSSFSimpleShape.java #63745 - Add traversing and debugging interface 4 yıl önce
HSSFTextbox.java #63745 - Add traversing and debugging interface 4 yıl önce
HSSFWorkbook.java try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous 4 yıl önce
HSSFWorkbookFactory.java #64036 - remove reflective calls in Workbook- and SlideShowFactory 4 yıl önce
HeaderFooter.java replace "String.indexOf(String) >= 1" with "String.contains(String)" 7 yıl önce
StaticFontMetrics.java Remove unnecessary type arguments (Java 8) 6 yıl önce
package-info.java change package.html to package-info.java 4 yıl önce