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