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