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.
Alain Béarez 3b8f806850 XDDF usermodel for Charts closes #68 on GitHub 6 years ago
..
charts XDDF usermodel for Charts closes #68 on GitHub 6 years ago
extensions javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
helpers 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
BaseXSSFEvaluationWorkbook.java Remove unnecessary type arguments (Java 8) 6 years ago
BaseXSSFFormulaEvaluator.java Bug 61148: Fix calculating formula value, unfortunately we currently need to set the value twice 6 years ago
CustomIndexedColorMap.java javadoc: replace invalid self enclosing elements 7 years ago
DefaultIndexedColorMap.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
IndexedColorMap.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
ListAutoNumber.java POI-55292 with added files 11 years ago
TextAlign.java POI-55292 with added files 11 years ago
TextAutofit.java POI-55292 with added files 11 years ago
TextCap.java POI-55292 with added files 11 years ago
TextDirection.java Code cleanup via IntelliJ: Remove unnecessary semicolon 8 years ago
TextFontAlign.java POI-55292 with added files 11 years ago
TextHorizontalOverflow.java POI-55292 with added files 11 years ago
TextVerticalOverflow.java POI-55292 with added files 11 years ago
XSSFAnchor.java #60520 - Provide *SSF functionality via Common SS 7 years ago
XSSFAutoFilter.java initial support for excel auto-filters 14 years ago
XSSFBorderFormatting.java Introduce new BorderFormatting methods to expose border styles 6 years ago
XSSFBuiltinTableStyle.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
XSSFCell.java Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations 6 years ago
XSSFCellStyle.java Remove use of deprecated methods 6 years ago
XSSFChart.java XDDF usermodel for Charts closes #68 on GitHub 6 years ago
XSSFChartSheet.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFChildAnchor.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 14 years ago
XSSFClientAnchor.java Ensure SpreadsheetVersion is set for AreaReferences 7 years ago
XSSFColor.java Fix setting a font-color if no previous color is defined for the font 6 years ago
XSSFColorScaleFormatting.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
XSSFComment.java Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
XSSFConditionFilterData.java Add evaluation of data validation rules and conditional formatting 7 years ago
XSSFConditionalFormatting.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFConditionalFormattingRule.java Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions 6 years ago
XSSFConditionalFormattingThreshold.java Convert all *.java files to use native end of line character(s) 7 years ago
XSSFConnector.java Remove unnecessary initialization of members 6 years ago
XSSFCreationHelper.java Ensure SpreadsheetVersion is set for AreaReferences 7 years ago
XSSFDataBarFormatting.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
XSSFDataFormat.java remove some deprecated code slated for removal in 3.18 6 years ago
XSSFDataValidation.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFDataValidationConstraint.java bug 60253: add helper functions to make the constructor formula1-overloading code simpler 7 years ago
XSSFDataValidationHelper.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFDialogsheet.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFDrawing.java XDDF usermodel for Charts closes #68 on GitHub 6 years ago
XSSFDxfStyleProvider.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
XSSFEvaluationCell.java update getCellType to return CellType enum instead of int 6 years ago
XSSFEvaluationSheet.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFEvaluationWorkbook.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 8 years ago
XSSFEvenFooter.java javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
XSSFEvenHeader.java javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
XSSFFactory.java #54916 - POI does not always read all the slides in pptx files 8 years ago
XSSFFirstFooter.java javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
XSSFFirstHeader.java javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
XSSFFont.java Remove use of deprecated methods 6 years ago
XSSFFontFormatting.java Fix setting a font-color if no previous color is defined for the font 6 years ago
XSSFFormulaEvaluator.java Bug 61148: Fix calculating formula value, unfortunately we currently need to set the value twice 6 years ago
XSSFGraphicFrame.java Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
XSSFHeaderFooterProperties.java javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
XSSFHyperlink.java change HyperLink getType to return HyperlinkType 6 years ago
XSSFIconMultiStateFormatting.java Convert all *.java files to use native end of line character(s) 7 years ago
XSSFLineBreak.java POI-55292 with added files 11 years ago
XSSFMap.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFName.java add test case for bug 61701 and use StringBuilder in more places 6 years ago
XSSFObjectData.java use try with resources in examples 6 years ago
XSSFOddFooter.java javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
XSSFOddHeader.java javadocs and Quick page improvements for XSSF Header/Footer 6 years ago
XSSFPatternFormatting.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
XSSFPicture.java Remove use of deprecated methods 6 years ago
XSSFPictureData.java javadoc: replace invalid self enclosing elements 7 years ago
XSSFPivotCache.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFPivotCacheDefinition.java Ensure SpreadsheetVersion is set for AreaReferences 7 years ago
XSSFPivotCacheRecords.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFPivotTable.java replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already 6 years ago
XSSFPrintSetup.java Make setLandscape(false) and setLeftToRight(false) do what one would expect 9 years ago
XSSFRelation.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFRichTextString.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFRow.java rename ambiguous variable name shifter -> formulaShifter 6 years ago
XSSFShape.java Remove more deprecated classes and methods 6 years ago
XSSFShapeGroup.java Remove unnecessary initialization of members 6 years ago
XSSFSheet.java Surface XSSF Header/Footer Attributes (60887) 6 years ago
XSSFSheetConditionalFormatting.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFSimpleShape.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFTable.java Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods 6 years ago
XSSFTableStyle.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFTableStyleInfo.java Permit table style modifications, needed for CreateTable 7 years ago
XSSFTextBox.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 years ago
XSSFTextParagraph.java Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods 6 years ago
XSSFTextRun.java POI-55292 with added files 11 years ago
XSSFVBAPart.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFVMLDrawing.java Remove unnecessary type arguments (Java 8) 6 years ago
XSSFWorkbook.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
XSSFWorkbookType.java Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workbooks. The binary blob containing the VBA macros may be copied from one such workbook into another. 9 years ago