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.
Andreas Beeker 6a44282608 #60519 - Extractor for *SSF embeddings 7 years ago
..
charts Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo 9 years ago
extensions bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 8 years ago
helpers fix NPE 7 years ago
BaseXSSFEvaluationWorkbook.java Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 8 years ago
BaseXSSFFormulaEvaluator.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 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 bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short and add getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 7 years ago
XSSFCell.java bug 60228: getCellTypeEnum should not be deprecated until after getCellType returns a CellType enum 7 years ago
XSSFCellStyle.java As requested on StackOverflow, expose on CellStyle QuotePrefix/123Prefix 7 years ago
XSSFChart.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 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 bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(int) 7 years ago
XSSFColor.java bug 59342: add sheet tab color getter and setter 8 years ago
XSSFColorScaleFormatting.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
XSSFComment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 7 years ago
XSSFConditionalFormatting.java Add setFormattingRanges() to interface ConditionalFormatting, closes #42 7 years ago
XSSFConditionalFormattingRule.java bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 8 years ago
XSSFConditionalFormattingThreshold.java #58130 Mostly there with CF Icon sets 9 years ago
XSSFConnector.java #60520 - Provide *SSF functionality via Common SS 7 years ago
XSSFCreationHelper.java bug 59873: add @Removal annotations for deprecated CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values 7 years ago
XSSFDataBarFormatting.java #58130 CF DataBar support 9 years ago
XSSFDataFormat.java #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberFormatAt(int) 7 years ago
XSSFDataValidation.java Fix newly introduced Sonar issues and allow text to be null 7 years ago
XSSFDataValidationConstraint.java bug 60253: add helper functions to make the constructor formula1-overloading code simpler 7 years ago
XSSFDataValidationHelper.java findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future 8 years ago
XSSFDialogsheet.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFDrawing.java #60519 - Extractor for *SSF embeddings 7 years ago
XSSFEvaluationCell.java bug 59791: add deprecation and removal annotations 7 years ago
XSSFEvaluationSheet.java Bug 59958: Add simple test-case 7 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 applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFEvenHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFFactory.java #54916 - POI does not always read all the slides in pptx files 8 years ago
XSSFFirstFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFFirstHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFFont.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 8 years ago
XSSFFontFormatting.java bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was deprecated in 3.13 beta 1 8 years ago
XSSFFormulaEvaluator.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 7 years ago
XSSFGraphicFrame.java #60520 - Provide *SSF functionality via Common SS 7 years ago
XSSFHyperlink.java bug 60416: prefer CellReference ref over String ref 7 years ago
XSSFIconMultiStateFormatting.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
XSSFLineBreak.java POI-55292 with added files 11 years ago
XSSFMap.java #54916 - POI does not always read all the slides in pptx files 8 years ago
XSSFName.java bug 56781,60246: fix named range validation to match valid name rules per Excel docs 7 years ago
XSSFObjectData.java #60519 - Extractor for *SSF embeddings 7 years ago
XSSFOddFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFOddHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
XSSFPatternFormatting.java Support unsetting the XSSF CF pattern colours 9 years ago
XSSFPicture.java #60520 - Provide *SSF functionality via Common SS 7 years ago
XSSFPictureData.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFPivotCache.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFPivotCacheDefinition.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFPivotCacheRecords.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFPivotTable.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFPrintSetup.java Make setLandscape(false) and setLeftToRight(false) do what one would expect 9 years ago
XSSFRelation.java Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTY 7 years ago
XSSFRichTextString.java Bug 60289: Fix handling of unicode escapes with lowercase hex-chars 7 years ago
XSSFRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
XSSFShape.java #60520 - Provide *SSF functionality via Common SS 7 years ago
XSSFShapeGroup.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
XSSFSheet.java #60519 - Extractor for *SSF embeddings 7 years ago
XSSFSheetConditionalFormatting.java mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil 8 years ago
XSSFSimpleShape.java #60520 - Provide *SSF functionality via Common SS 7 years ago
XSSFTable.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 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 Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no bullet character, mirror Excel and treat as un-bulleted 9 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 #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
XSSFWorkbook.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 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