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.
Dominik Stadler 50aa8f07c8 Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes 8 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 remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
BaseXSSFEvaluationWorkbook.java supporting changes for bug 58452: copy cell formulas containing unregistered function names 8 years ago
BaseXSSFFormulaEvaluator.java Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides easier #58200 9 years ago
IgnoredErrorType.java Generalised API for adding ignored errors, e.g. number stored as text. 8 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 POI-55292 with added files 11 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 Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15 years ago
XSSFAutoFilter.java initial support for excel auto-filters 14 years ago
XSSFBorderFormatting.java #58138 CF Border colour getters and setters on Color objects as well as shorts 9 years ago
XSSFCell.java fix javadocs 8 years ago
XSSFCellStyle.java bug 58996: Don't try to unset fill color if it is not set to avoid invalid access inside the Xml structures 8 years ago
XSSFChart.java Javadocs fixes 8 years ago
XSSFChartSheet.java #54916 - POI does not always read all the slides in pptx files 8 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 58636: upgrade anchor types from int to AnchorType enum 8 years ago
XSSFColor.java - removed deprecated and confusing methods in XSSFColor 8 years ago
XSSFColorScaleFormatting.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
XSSFComment.java bug 58365: patch from Hannes Erven: add method to efficiently get all cell comments on a Sheet and return a dictionary with the location of each comment as the key and the comment itself as the value. 8 years ago
XSSFConditionalFormatting.java Enable CF2007 test for XLSX too 9 years ago
XSSFConditionalFormattingRule.java #58130 CF DataBar support 9 years ago
XSSFConditionalFormattingThreshold.java #58130 Mostly there with CF Icon sets 9 years ago
XSSFConnector.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
XSSFCreationHelper.java #58200 Prepare for evaluating SXSSF cell formulas in limited cases 9 years ago
XSSFDataBarFormatting.java #58130 CF DataBar support 9 years ago
XSSFDataFormat.java bug 58778: override a built-in number format, such as using £ instead of $ for currency 8 years ago
XSSFDataValidation.java Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 9 years ago
XSSFDataValidationConstraint.java Add in missing license headers to a few files 14 years ago
XSSFDataValidationHelper.java Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 9 years ago
XSSFDialogsheet.java #54916 - POI does not always read all the slides in pptx files 8 years ago
XSSFDrawing.java Javadocs fixes 8 years ago
XSSFEvaluationCell.java Prepare for SXSSF evaluation #58200 9 years ago
XSSFEvaluationSheet.java Prepare for SXSSF evaluation #58200 9 years ago
XSSFEvaluationWorkbook.java Get basic SXSSF formula evaluation working, for cells/references in the window #58200 9 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 Fix bug 53275: reset indexed color flag when setting a non-indexed color 8 years ago
XSSFFontFormatting.java Cleaner code for checking and casting the Color objects 9 years ago
XSSFFormulaEvaluator.java Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides easier #58200 9 years ago
XSSFGraphicFrame.java FindBugs - DLS_DEAD_LOCAL_STORE 8 years ago
XSSFHyperlink.java bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink 8 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 Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 13 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 Picture method to resize with different scales in width and height 9 years ago
XSSFPictureData.java Javadocs fixes 8 years ago
XSSFPivotCache.java Javadocs fixes 8 years ago
XSSFPivotCacheDefinition.java Javadocs fixes 8 years ago
XSSFPivotCacheRecords.java Javadocs fixes 8 years ago
XSSFPivotTable.java Javadocs fixes 8 years ago
XSSFPrintSetup.java Make setLandscape(false) and setLeftToRight(false) do what one would expect 9 years ago
XSSFRelation.java Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes 8 years ago
XSSFRichTextString.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
XSSFRow.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
XSSFShape.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 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 bug 58885: fix javadocs 8 years ago
XSSFSheetConditionalFormatting.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
XSSFSimpleShape.java Fix some Forbidden APIs errors 8 years ago
XSSFTable.java #54916 - POI does not always read all the slides in pptx files 8 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 Javadocs fixes 8 years ago
XSSFVMLDrawing.java Javadocs fixes 8 years ago
XSSFWorkbook.java bug 58879: add SpreadsheetVersion to Workbook interface 8 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