選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Yegor Kozlov 7c0327c8b1 OSGi support: register service providers in bundle activator 3年前
..
helpers Fix some Findbugs and IDE issues, refactor some duplicated code, 5年前
AutoFilter.java Convert all *.java files to use native end of line character(s) 7年前
BorderExtent.java Add PropertyTemplate for drawing Borders (58787) 7年前
BorderFormatting.java Introduce new BorderFormatting methods to expose border styles 6年前
BorderStyle.java bug 59264: use BorderStyle for changing Cell border line style 8年前
BuiltinFormats.java javadoc: replace invalid self enclosing elements 6年前
Cell.java remove some deprecated methods from Cell 3年前
CellBase.java remove some deprecated methods from Cell 3年前
CellCopyPolicy.java Remove unnecessary local variables 6年前
CellRange.java Fix inconsistent whitespace/indents 9年前
CellStyle.java tidy up API for font index 6年前
CellType.java bug 59804: indicate when features were @Internal-ized 8年前
CellValue.java remove some deprecated classes 3年前
ChildAnchor.java #60520 - Provide *SSF functionality via Common SS 7年前
ClientAnchor.java Fix javadoc warnings 7年前
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年前
ColorScaleFormatting.java Convert all *.java files to use native end of line character(s) 7年前
Comment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 7年前
ComparisonOperator.java Convert all *.java files to use native end of line character(s) 7年前
ConditionFilterData.java Add evaluation of data validation rules and conditional formatting 7年前
ConditionFilterType.java javadoc: replace invalid self enclosing elements 6年前
ConditionType.java Remove unnecessary type arguments (Java 8) 6年前
ConditionalFormatting.java Convert all *.java files to use native end of line character(s) 7年前
ConditionalFormattingRule.java Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions 6年前
ConditionalFormattingRule.java.svntmp javadoc: replace invalid self enclosing elements 6年前
ConditionalFormattingThreshold.java Convert all *.java files to use native end of line character(s) 7年前
CreationHelper.java Ensure SpreadsheetVersion is set for AreaReferences 7年前
DataBarFormatting.java Convert all *.java files to use native end of line character(s) 7年前
DataConsolidateFunction.java bug 59705: consolidate bounds checking of column index into a helper method 7年前
DataFormat.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15年前
DataFormatter.java use the forbidden-apis policies corresponding to the JRE 3年前
DataValidation.java support for data validation for OOXML, see Bugzilla 49244 14年前
DataValidationConstraint.java update javadoc for clarification about non-literal lists 8年前
DataValidationHelper.java support for data validation for OOXML, see Bugzilla 49244 14年前
Date1904Support.java fix build issue 5年前
DateUtil.java Sonar fixes 4年前
DifferentialStyleProvider.java #61085 support table styles 7年前
Drawing.java XDDF usermodel for Charts closes #68 on GitHub 6年前
ExcelGeneralNumberFormat.java Sonar fixes - type: bugs / severity: major 4年前
ExcelNumberFormat.java forgot license (as always) 7年前
ExcelStyleDateFormatter.java Sonar Fixes 4年前
ExtendedColor.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7年前
FillPatternType.java bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum 7年前
Font.java Sonar Fixes 4年前
FontCharset.java Bug 61331 - Font group handling / common font interface 6年前
FontFamily.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15年前
FontFormatting.java Sonar Fixes 4年前
FontScheme.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15年前
FontUnderline.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15年前
Footer.java moved ptg classes to org.apache.poi.ss.formula.ptg 13年前
FormulaError.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6年前
FormulaEvaluator.java IntelliJ warnings, deprecation 6年前
FractionFormat.java Sonar fixes - type: bugs / severity: major 4年前
Header.java moved ptg classes to org.apache.poi.ss.formula.ptg 13年前
HeaderFooter.java javadocs cleanup 15年前
HorizontalAlignment.java bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums 7年前
Hyperlink.java bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 8年前
IconMultiStateFormatting.java #63745 - Add traversing and debugging interface to HSSF 4年前
IgnoredErrorType.java Code cleanup via IntelliJ: Remove unnecessary semicolon 8年前
IndexedColors.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7年前
Name.java Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not 4年前
ObjectData.java #62355 - unsplit packages - 2 - modified classes (not only imports) 6年前
PageOrder.java make instance variable final 7年前
PaperSize.java Code cleanup via IntelliJ: Remove unnecessary semicolon 8年前
PatternFormatting.java Convert all *.java files to use native end of line character(s) 7年前
Picture.java javadoc: replace invalid self enclosing elements 6年前
PictureData.java Picture method to resize with different scales in width and height 9年前
PrintCellComments.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15年前
PrintOrientation.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15年前
PrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 10年前
RangeCopier.java next version will be 5.0.0 4年前
ReadingOrder.java Add getter/setter for ReadingOrder to XSSF, closes issue #73 6年前
RichTextString.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15年前
Row.java [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6年前
Shape.java #60520 - Provide *SSF functionality via Common SS 7年前
ShapeContainer.java #60520 - Provide *SSF functionality via Common SS 7年前
ShapeTypes.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15年前
Sheet.java Bug 61863: Update JavaDoc to describe relation to workbook-level flag 4年前
SheetConditionalFormatting.java Convert all *.java files to use native end of line character(s) 7年前
SheetVisibility.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7年前
SimpleShape.java #60996 - XSSF: Multiple embedded objects on same sheet are ignored 7年前
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. 6年前
TableStyle.java #61085 support table styles 7年前
TableStyleInfo.java Add ASL header and exclude table preset from rat-check 7年前
TableStyleType.java sonar fixes - blocker 5年前
VerticalAlignment.java if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel 7年前
Workbook.java #64036 - Replace reflection calls in factories for Java 9+ 3年前
WorkbookFactory.java OSGi support: register service providers in bundle activator 3年前
WorkbookProvider.java #64411 - Provide JigSaw modules 3年前