poi/src/ooxml/java/org/apache/poi/xssf/usermodel
Javen O'Neal 70cc2bce03 bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779426 13f79535-47bb-0310-9956-ffa450edef68
2017-01-19 07:44:25 +00:00
..
charts Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo 2014-11-04 22:11:07 +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 revert accidental commits in r1777435 2017-01-05 08:36:06 +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 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 2016-09-14 04:35:45 +00:00
XSSFCell.java SonarQube fixes 2017-01-08 00:38:41 +00:00
XSSFCellStyle.java As requested on StackOverflow, expose on CellStyle QuotePrefix/123Prefix 2016-11-04 11:11:09 +00:00
XSSFChart.java #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +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 remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +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
XSSFConditionalFormatting.java Add setFormattingRanges() to interface ConditionalFormatting, closes #42 2016-11-07 21:32:04 +00:00
XSSFConditionalFormattingRule.java bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 2016-06-18 01:06:53 +00:00
XSSFConditionalFormattingThreshold.java #58130 Mostly there with CF Icon sets 2015-07-18 04:55:27 +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 #58130 CF DataBar support 2015-07-20 03:52:50 +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 bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was deprecated in 3.13 beta 1 2016-06-15 04:22:26 +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 remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +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 bug 56781,60246: fix named range validation to match valid name rules per Excel docs 2016-10-14 10:11:23 +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 Support unsetting the XSSF CF pattern colours 2015-07-14 21:10:14 +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 #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +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 Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTY 2016-12-30 16:55:19 +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 bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz 2017-01-19 07:44:25 +00:00
XSSFSheetConditionalFormatting.java mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil 2016-06-20 00:25:29 +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 #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 2016-12-03 00:49:08 +00:00
XSSFWorkbook.java #60586 - Support embedding OLE1.0 package in XSSF / SS Common 2017-01-15 02:04:57 +00: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