poi/src/ooxml/java/org/apache/poi/xssf/usermodel
Travis Burtrum 34fe9a15df Add XSSFWorkbook.setCellFormulaValidation to control whether formulas are validated during XSSFCell.setCellFormula or not 2017-04-26 12:55:36 -04:00
..
charts Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
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 2016-01-03 13:28:17 +00:00
helpers bug 59983: correctly update shared formulas when shifting rows. Thanks to Luca Martini for the initial failing unit test with test file and Chiara Marcheschi for the patch 2017-02-08 07:20:31 +00:00
BaseXSSFEvaluationWorkbook.java Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 2016-07-29 13:24:00 +00:00
BaseXSSFFormulaEvaluator.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 2016-09-14 07:53:58 +00:00
ListAutoNumber.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextAlign.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextAutofit.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextCap.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextDirection.java Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +00:00
TextFontAlign.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextHorizontalOverflow.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextVerticalOverflow.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
XSSFAnchor.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
XSSFAutoFilter.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
XSSFBorderFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFCell.java Add XSSFWorkbook.setCellFormulaValidation to control whether formulas are validated during XSSFCell.setCellFormula or not 2017-04-26 12:55:36 -04:00
XSSFCellStyle.java As requested on StackOverflow, expose on CellStyle QuotePrefix/123Prefix 2016-11-04 11:11:09 +00:00
XSSFChart.java Issue #60971, handle formula chart titles 2017-04-11 20:27:23 +00:00
XSSFChartSheet.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
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 2009-12-03 16:50:34 +00:00
XSSFClientAnchor.java bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(int) 2016-09-14 02:55:52 +00:00
XSSFColor.java bug 59342: add sheet tab color getter and setter 2016-04-17 07:38:15 +00:00
XSSFColorScaleFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFComment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 2016-10-07 12:39:15 +00:00
XSSFConditionFilterData.java Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
XSSFConditionalFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFConditionalFormattingRule.java Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
XSSFConditionalFormattingThreshold.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFConnector.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
XSSFCreationHelper.java bug 59873: add @Removal annotations for deprecated CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values 2016-09-14 03:17:51 +00:00
XSSFDataBarFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFDataFormat.java #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberFormatAt(int) 2016-11-12 21:54:22 +00:00
XSSFDataValidation.java Fix newly introduced Sonar issues and allow text to be null 2016-11-27 11:06:57 +00:00
XSSFDataValidationConstraint.java bug 60253: add helper functions to make the constructor formula1-overloading code simpler 2016-10-14 08:09:39 +00:00
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 2016-06-13 07:02:33 +00:00
XSSFDialogsheet.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
XSSFDrawing.java #60586 - Support embedding OLE1.0 package in XSSF / SS Common 2017-01-15 02:04:57 +00:00
XSSFEvaluationCell.java bug 59791: add deprecation and removal annotations 2016-09-14 06:42:20 +00:00
XSSFEvaluationSheet.java Bug 59958: Add simple test-case 2016-10-05 20:13:38 +00:00
XSSFEvaluationWorkbook.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
XSSFEvenFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFEvenHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFactory.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSSFFirstFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFirstHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFont.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 2016-06-16 06:51:53 +00:00
XSSFFontFormatting.java Ugh, that's what I get for copying someone else's code without fully reviewing it. Return the boolean property, don't wrap it in an extra if(). 2017-02-14 16:49:24 +00:00
XSSFFormulaEvaluator.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 2016-09-14 07:53:58 +00:00
XSSFGraphicFrame.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
XSSFHyperlink.java bug 60416: prefer CellReference ref over String ref 2016-11-24 21:25:43 +00:00
XSSFIconMultiStateFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFLineBreak.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
XSSFMap.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSSFName.java 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! 2017-03-17 10:09:59 +00:00
XSSFObjectData.java #60586 - Support embedding OLE1.0 package in XSSF / SS Common 2017-01-15 02:04:57 +00:00
XSSFOddFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFOddHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFPatternFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFPicture.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
XSSFPictureData.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
XSSFPivotCache.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
XSSFPivotCacheDefinition.java SonarQube fixes 2017-01-08 00:38:41 +00:00
XSSFPivotCacheRecords.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
XSSFPivotTable.java 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! 2017-03-17 10:09:59 +00:00
XSSFPrintSetup.java Make setLandscape(false) and setLeftToRight(false) do what one would expect 2015-06-17 14:26:31 +00:00
XSSFRelation.java 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! 2017-03-17 10:09:59 +00:00
XSSFRichTextString.java Bug 60289: Fix handling of unicode escapes with lowercase hex-chars 2016-10-21 16:31:51 +00:00
XSSFRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
XSSFShape.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
XSSFShapeGroup.java #60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildAnchor 2016-12-31 21:54:32 +00:00
XSSFSheet.java Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
XSSFSheetConditionalFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
XSSFSimpleShape.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
XSSFTable.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
XSSFTextBox.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 2009-11-03 23:02:06 +00:00
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 2015-04-29 19:21:37 +00:00
XSSFTextRun.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
XSSFVBAPart.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
XSSFVMLDrawing.java #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream 2017-02-08 01:01:51 +00:00
XSSFWorkbook.java Add XSSFWorkbook.setCellFormulaValidation to control whether formulas are validated during XSSFCell.setCellFormula or not 2017-04-26 12:55:36 -04:00
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. 2015-07-13 09:05:17 +00:00