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