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.
Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging hace 3 años
..
helpers Fix some Findbugs and IDE issues, refactor some duplicated code, hace 5 años
AutoFilter.java Convert all *.java files to use native end of line character(s) hace 7 años
BorderExtent.java Add PropertyTemplate for drawing Borders (58787) hace 7 años
BorderFormatting.java remove more deprecated code hace 3 años
BorderStyle.java bug 59264: use BorderStyle for changing Cell border line style hace 8 años
BuiltinFormats.java Sonar fixes hace 3 años
Cell.java remove some deprecated methods from Cell hace 4 años
CellBase.java remove some deprecated methods from Cell hace 4 años
CellCopyPolicy.java Remove unnecessary local variables hace 6 años
CellRange.java Fix inconsistent whitespace/indents hace 9 años
CellStyle.java remove more deprecated code hace 3 años
CellType.java bug 59804: indicate when features were @Internal-ized hace 8 años
CellValue.java remove some deprecated classes hace 4 años
ChildAnchor.java #60520 - Provide *SSF functionality via Common SS hace 7 años
ClientAnchor.java Fix javadoc warnings hace 7 años
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 hace 14 años
ColorScaleFormatting.java Convert all *.java files to use native end of line character(s) hace 7 años
Comment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers hace 7 años
ComparisonOperator.java Convert all *.java files to use native end of line character(s) hace 7 años
ConditionFilterData.java Add evaluation of data validation rules and conditional formatting hace 7 años
ConditionFilterType.java javadoc: replace invalid self enclosing elements hace 6 años
ConditionType.java Remove unnecessary type arguments (Java 8) hace 6 años
ConditionalFormatting.java Convert all *.java files to use native end of line character(s) hace 7 años
ConditionalFormattingRule.java Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions hace 6 años
ConditionalFormattingRule.java.svntmp javadoc: replace invalid self enclosing elements hace 6 años
ConditionalFormattingThreshold.java Convert all *.java files to use native end of line character(s) hace 7 años
CreationHelper.java Ensure SpreadsheetVersion is set for AreaReferences hace 7 años
DataBarFormatting.java Convert all *.java files to use native end of line character(s) hace 7 años
DataConsolidateFunction.java bug 59705: consolidate bounds checking of column index into a helper method hace 7 años
DataFormat.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there hace 15 años
DataFormatter.java [bug-63046] Use Log4j 2 for logging hace 3 años
DataValidation.java support for data validation for OOXML, see Bugzilla 49244 hace 14 años
DataValidationConstraint.java update javadoc for clarification about non-literal lists hace 8 años
DataValidationHelper.java support for data validation for OOXML, see Bugzilla 49244 hace 14 años
Date1904Support.java fix build issue hace 5 años
DateUtil.java Sonar fixes hace 4 años
DifferentialStyleProvider.java #61085 support table styles hace 7 años
Drawing.java XDDF usermodel for Charts closes #68 on GitHub hace 6 años
ExcelGeneralNumberFormat.java Sonar fixes - type: bugs / severity: major hace 4 años
ExcelNumberFormat.java forgot license (as always) hace 7 años
ExcelStyleDateFormatter.java Sonar Fixes hace 4 años
ExtendedColor.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color hace 7 años
FillPatternType.java Sonar fixes hace 3 años
Font.java remove more deprecated code hace 3 años
FontCharset.java reduce use of deprecated code in XSSFFont hace 3 años
FontFamily.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there hace 15 años
FontFormatting.java remove more deprecated code hace 3 años
FontScheme.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there hace 15 años
FontUnderline.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there hace 15 años
Footer.java moved ptg classes to org.apache.poi.ss.formula.ptg hace 13 años
FormulaError.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... hace 6 años
FormulaEvaluator.java remove some deprecated code hace 3 años
FractionFormat.java [bug-63046] Use Log4j 2 for logging hace 3 años
Header.java moved ptg classes to org.apache.poi.ss.formula.ptg hace 13 años
HeaderFooter.java javadocs cleanup hace 15 años
HorizontalAlignment.java bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums hace 8 años
Hyperlink.java bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class hace 8 años
IconMultiStateFormatting.java #63745 - Add traversing and debugging interface to HSSF hace 4 años
IgnoredErrorType.java Code cleanup via IntelliJ: Remove unnecessary semicolon hace 8 años
IndexedColors.java Sonar fixes hace 3 años
Name.java Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not hace 4 años
ObjectData.java #62355 - unsplit packages - 2 - modified classes (not only imports) hace 6 años
PageOrder.java make instance variable final hace 7 años
PaperSize.java Code cleanup via IntelliJ: Remove unnecessary semicolon hace 8 años
PatternFormatting.java Sonar fixes hace 3 años
Picture.java javadoc: replace invalid self enclosing elements hace 6 años
PictureData.java Picture method to resize with different scales in width and height hace 9 años
PrintCellComments.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there hace 15 años
PrintOrientation.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there hace 15 años
PrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 hace 10 años
RangeCopier.java next version will be 5.0.0 hace 4 años
ReadingOrder.java Add getter/setter for ReadingOrder to XSSF, closes issue #73 hace 6 años
RichTextString.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there hace 15 años
Row.java [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 hace 6 años
Shape.java #60520 - Provide *SSF functionality via Common SS hace 7 años
ShapeContainer.java #60520 - Provide *SSF functionality via Common SS hace 7 años
ShapeTypes.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. hace 15 años
Sheet.java Bug 61863: Update JavaDoc to describe relation to workbook-level flag hace 4 años
SheetConditionalFormatting.java Convert all *.java files to use native end of line character(s) hace 7 años
SheetVisibility.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon hace 7 años
SimpleShape.java #60996 - XSSF: Multiple embedded objects on same sheet are ignored hace 7 años
Table.java A few more places I should never have introduced Cell as a parameter, sine CellReference is all that is needed, faster, and allows for undefined cells. hace 6 años
TableStyle.java #61085 support table styles hace 7 años
TableStyleInfo.java Add ASL header and exclude table preset from rat-check hace 7 años
TableStyleType.java sonar fixes - blocker hace 5 años
VerticalAlignment.java if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel hace 8 años
Workbook.java [github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204 hace 3 años
WorkbookFactory.java Include file-name in EmptyFileException hace 3 años
WorkbookProvider.java #64411 - Provide JigSaw modules hace 3 años