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
..
charts Convert all *.java files to use native end of line character(s) 7 years ago
helpers Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region 8 years ago
AutoFilter.java Convert all *.java files to use native end of line character(s) 7 years ago
BorderExtent.java Add PropertyTemplate for drawing Borders (58787) 7 years ago
BorderFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
BorderStyle.java bug 59264: use BorderStyle for changing Cell border line style 8 years ago
BuiltinFormats.java bug 61049 fix ordering of builtin formulas 7 years ago
Cell.java fix eclipse warnings - close resources / type generics 7 years ago
CellCopyPolicy.java bug 58348: use copy constructor design pattern rather than cloneable pattern for CellCopyPolicy 8 years ago
CellRange.java Fix inconsistent whitespace/indents 9 years ago
CellStyle.java github-44: reference BuiltinFormats in javadocs for CellStyle.getDataFormat and setDataFormat 7 years ago
CellType.java bug 59804: indicate when features were @Internal-ized 8 years ago
CellValue.java remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 7 years ago
Chart.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
ChildAnchor.java #60520 - Provide *SSF functionality via Common SS 7 years ago
ClientAnchor.java bug 59907: add @Removal annotations to AnchorType static aliases in ClientAnchor 7 years ago
Color.java Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 14 years ago
ColorScaleFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
Comment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 7 years ago
ComparisonOperator.java Convert all *.java files to use native end of line character(s) 7 years ago
ConditionFilterData.java Add evaluation of data validation rules and conditional formatting 7 years ago
ConditionFilterType.java Add evaluation of data validation rules and conditional formatting 7 years ago
ConditionType.java Convert all *.java files to use native end of line character(s) 7 years ago
ConditionalFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
ConditionalFormattingRule.java git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-0310-9956-ffa450edef68 7 years ago
ConditionalFormattingRule.java.svntmp Add evaluation of data validation rules and conditional formatting 7 years ago
ConditionalFormattingThreshold.java Convert all *.java files to use native end of line character(s) 7 years ago
CreationHelper.java bug 59791: add deprecation warnings 7 years ago
DataBarFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
DataConsolidateFunction.java bug 59705: consolidate bounds checking of column index into a helper method 7 years ago
DataFormat.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
DataFormatter.java Javadoc fixes 7 years ago
DataValidation.java support for data validation for OOXML, see Bugzilla 49244 14 years ago
DataValidationConstraint.java update javadoc for clarification about non-literal lists 8 years ago
DataValidationHelper.java support for data validation for OOXML, see Bugzilla 49244 14 years ago
DateUtil.java 61060 - teach DataFormatter about conditional formatting rules with number formats 7 years ago
DifferentialStyleProvider.java #61085 support table styles 7 years ago
Drawing.java #60586 - Support embedding OLE1.0 package in XSSF / SS Common 7 years ago
ExcelGeneralNumberFormat.java fix forbidden apis issues 8 years ago
ExcelNumberFormat.java forgot license (as always) 7 years ago
ExcelStyleDateFormatter.java Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-names which can appear since Java 8 7 years ago
ExtendedColor.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
FillPatternType.java bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum 8 years ago
Font.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 8 years ago
FontCharset.java Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset 13 years ago
FontFamily.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
FontFormatting.java Expose another common property, strikeout. 7 years ago
FontScheme.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
FontUnderline.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
Footer.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
FormulaError.java declare methods throw runtime exceptions for IDE hints 7 years ago
FormulaEvaluator.java remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 7 years ago
FractionFormat.java Convert all *.java files to use native end of line character(s) 7 years ago
Header.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
HeaderFooter.java javadocs cleanup 15 years ago
HorizontalAlignment.java bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums 8 years ago
Hyperlink.java bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 8 years ago
IconMultiStateFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
IgnoredErrorType.java Code cleanup via IntelliJ: Remove unnecessary semicolon 8 years ago
IndexedColors.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
Name.java bug 56781: disallow names with symbols, except underscore, period, and backslash 8 years ago
ObjectData.java #60519 - Extractor for *SSF embeddings 7 years ago
PageOrder.java make instance variable final 7 years ago
PaperSize.java Code cleanup via IntelliJ: Remove unnecessary semicolon 8 years ago
PatternFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
Picture.java #60520 - Provide *SSF functionality via Common SS 7 years ago
PictureData.java Picture method to resize with different scales in width and height 9 years ago
PrintCellComments.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
PrintOrientation.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
PrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 10 years ago
RichTextString.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
Row.java bug 58671: add @Removal annotation to deprecated fields 7 years ago
Shape.java #60520 - Provide *SSF functionality via Common SS 7 years ago
ShapeContainer.java #60520 - Provide *SSF functionality via Common SS 7 years ago
ShapeTypes.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
Sheet.java fix eclipse warnings - close resources / type generics 7 years ago
SheetConditionalFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
SheetVisibility.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
SimpleShape.java #60996 - XSSF: Multiple embedded objects on same sheet are ignored 7 years ago
Table.java #61085 support table styles 7 years ago
TableStyle.java #61085 support table styles 7 years ago
TableStyleInfo.java Add ASL header and exclude table preset from rat-check 7 years ago
TableStyleType.java #61085 support table styles 7 years ago
Textbox.java #60331 - Remove deprecated classes (POI 3.16) 7 years ago
VerticalAlignment.java if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel 8 years ago
Workbook.java bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum 7 years ago