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 8f26e2721d Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 years ago
..
helpers bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since both row and column shifting should be able to shift formulas, comments, merged regions, conditional formatting, etc; add @since decorators for new *ColumnShifter and *RowColShifter classes 6 years ago
DVConstraint.java Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
DummyGraphics2d.java Convert all *.java files to use native end of line character(s) 7 years ago
EscherGraphics.java string.equals("") -> string.isEmpty() or "".equals(string) 6 years ago
EscherGraphics2d.java Remove unnecessary local variables 6 years ago
FontDetails.java Remove unnecessary type arguments (Java 8) 6 years ago
HSSFAnchor.java Remove unnecessary initialization of members 6 years ago
HSSFAutoFilter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFBorderFormatting.java Introduce new BorderFormatting methods to expose border styles 6 years ago
HSSFCell.java Javadoc fix 6 years ago
HSSFCellStyle.java Remove use of deprecated methods 6 years ago
HSSFChildAnchor.java FindBugs fix 10 years ago
HSSFClientAnchor.java Remove some deprecated *SSF APIs 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 Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions 6 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 Ensure SpreadsheetVersion is set for AreaReferences 7 years ago
HSSFDataBarFormatting.java #58130 CF DataBar support 9 years ago
HSSFDataFormat.java Remove unnecessary type arguments (Java 8) 6 years ago
HSSFDataFormatter.java forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
HSSFDataValidation.java Remove unnecessary initialization of members 6 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 update getCellType to return CellType enum instead of int 6 years ago
HSSFEvaluationSheet.java Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 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 Remove some deprecated *SSF APIs 7 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 javadoc: replace invalid self enclosing elements 7 years ago
HSSFHeader.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
HSSFHyperlink.java use non-deprecated versions of getCellType 6 years ago
HSSFIconMultiStateFormatting.java #58130 HSSF CF Color Scale color support 9 years ago
HSSFName.java IntelliJ warnings, deprecation 6 years ago
HSSFObjectData.java javadoc: replace invalid self enclosing elements 7 years ago
HSSFOptimiser.java Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ... 6 years ago
HSSFPalette.java #59836 - Tracker: Replace primitives with enums 7 years ago
HSSFPatriarch.java XDDF usermodel for Charts closes #68 on GitHub 6 years ago
HSSFPatternFormatting.java Cleaner code for checking and casting the Color objects 9 years ago
HSSFPicture.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts 6 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 Remove unnecessary local variables 6 years ago
HSSFRow.java Remove more deprecated code 6 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 Remove unnecessary type arguments (Java 8) 6 years ago
HSSFShapeTypes.java added javadoc and code refactoring 12 years ago
HSSFSheet.java Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently 6 years ago
HSSFSheetConditionalFormatting.java javadoc: replace invalid self enclosing elements 7 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 add test case for bug 61701 and use StringBuilder in more places 6 years ago
HeaderFooter.java replace "String.indexOf(String) >= 1" with "String.contains(String)" 7 years ago
StaticFontMetrics.java Remove unnecessary type arguments (Java 8) 6 years ago
package.html replace Jakarta POI --> Apache POI in package.html files 17 years ago