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.
Greg Woolsey c844803b66 Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
..
helpers bug 59731: start migrating methods relating to row-shifting in HSSFSheet to HSSFRowShifter; consolidate with XSSFRowShifter into RowShifter 8 years ago
DVConstraint.java Sonar fixes 8 years ago
DummyGraphics2d.java Convert all *.java files to use native end of line character(s) 7 years ago
EscherGraphics.java add @NotImplemented annotation to methods that are not implemented 8 years ago
EscherGraphics2d.java Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 9 years ago
FontDetails.java FindBugs fix 10 years ago
HSSFAnchor.java #60520 - Provide *SSF functionality via Common SS 7 years ago
HSSFAutoFilter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFBorderFormatting.java bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short and add getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 7 years ago
HSSFCell.java Fix some Sonar issues in sample "HSSFReadWrite" 7 years ago
HSSFCellStyle.java IntelliJ warnings, Javadoc, Formatting 7 years ago
HSSFChildAnchor.java FindBugs fix 10 years ago
HSSFClientAnchor.java bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(int) 7 years ago
HSSFColorScaleFormatting.java #58130 HSSF CF Color Scale color support 9 years ago
HSSFCombobox.java Convert all *.java files to use native end of line character(s) 7 years ago
HSSFComment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 7 years ago
HSSFConditionalFormatting.java Add setFormattingRanges() to interface ConditionalFormatting, closes #42 7 years ago
HSSFConditionalFormattingRule.java #61085 support table styles 7 years ago
HSSFConditionalFormattingThreshold.java Update objects / method signatures for the new CF Thresholds, to better match what the other CF bits expose where 9 years ago
HSSFCreationHelper.java bug 59873: add @Removal annotations for deprecated CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values 7 years ago
HSSFDataBarFormatting.java #58130 CF DataBar support 9 years ago
HSSFDataFormat.java use equalsIgnoreCase for case-insensitive string comparisons 7 years ago
HSSFDataFormatter.java forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
HSSFDataValidation.java Bug 59200: Check for actual Excel limits on data validation title/text 7 years ago
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 years ago
HSSFDateUtil.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFEvaluationCell.java bug 59791: add deprecation and removal annotations 7 years ago
HSSFEvaluationSheet.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 8 years ago
HSSFEvaluationWorkbook.java SonarQube fixes 7 years ago
HSSFExtendedColor.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
HSSFFont.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 8 years ago
HSSFFontFormatting.java Cleaner code for checking and casting the Color objects 9 years ago
HSSFFooter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFFormulaEvaluator.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 7 years ago
HSSFHeader.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFHyperlink.java Convert all *.java files to use native end of line character(s) 7 years ago
HSSFIconMultiStateFormatting.java #58130 HSSF CF Color Scale color support 9 years ago
HSSFName.java bug 56781,60246: fix named range validation to match valid name rules per Excel docs 7 years ago
HSSFObjectData.java #60519 - Extractor for *SSF embeddings 7 years ago
HSSFOptimiser.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
HSSFPalette.java #59836 - Tracker: Replace primitives with enums 7 years ago
HSSFPatriarch.java #60586 - Support embedding OLE1.0 package in XSSF / SS Common 7 years ago
HSSFPatternFormatting.java Cleaner code for checking and casting the Color objects 9 years ago
HSSFPicture.java Fix AIOOBE while extracting hssf pictures which are externally linked 7 years ago
HSSFPictureData.java Picture method to resize with different scales in width and height 9 years ago
HSSFPolygon.java #58597: Remove setAccessible (more coming soon) 8 years ago
HSSFPrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 10 years ago
HSSFRichTextString.java Fix two Eclipse warnings 9 years ago
HSSFRow.java Bug 53028: Broken auto fit row height in the cells with word wrap 7 years ago
HSSFShape.java #60520 - Provide *SSF functionality via Common SS 7 years ago
HSSFShapeContainer.java #60520 - Provide *SSF functionality via Common SS 7 years ago
HSSFShapeFactory.java Convert all *.java files to use native end of line character(s) 7 years ago
HSSFShapeGroup.java #60520 - Provide *SSF functionality via Common SS 7 years ago
HSSFShapeTypes.java added javadoc and code refactoring 12 years ago
HSSFSheet.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
HSSFSheetConditionalFormatting.java #59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region 8 years ago
HSSFSimpleShape.java #60996 - XSSF: Multiple embedded objects on same sheet are ignored 7 years ago
HSSFTextbox.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 years ago
HSSFWorkbook.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
HeaderFooter.java replace "String.indexOf(String) >= 1" with "String.contains(String)" 7 years ago
StaticFontMetrics.java - removed deprecated and confusing methods in XSSFColor 8 years ago
package.html replace Jakarta POI --> Apache POI in package.html files 17 years ago