spire-xls 15.5.0__py3-none-win_amd64.whl → 15.11.1__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spire/xls/AddtionalFormatWrapper.py +116 -132
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +315 -277
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +187 -57
- spire/xls/CellStyleObject.py +55 -79
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -95
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +34 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +87 -39
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +212 -122
- spire/xls/ExcelFont.py +94 -73
- spire/xls/ExcelGradient.py +70 -24
- spire/xls/ExcelInterior.py +43 -27
- spire/xls/ExportTableOptions.py +38 -9
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +165 -112
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +207 -103
- spire/xls/Format3D.py +130 -30
- spire/xls/GeomertyAdjustValue.py +22 -10
- spire/xls/GetText.py +8 -2
- spire/xls/GoalSeek.py +44 -14
- spire/xls/GoalSeekResult.py +36 -3
- spire/xls/GradientArrayWrapper.py +92 -28
- spire/xls/GradientStops.py +75 -25
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +2 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +2 -2
- spire/xls/LOGFONT.py +78 -30
- spire/xls/MsoTextFrame.py +102 -0
- spire/xls/OColor.py +62 -29
- spire/xls/OdsPageBackground.py +5 -10
- spire/xls/PageColRow.py +21 -10
- spire/xls/PageSetup.py +2 -3
- spire/xls/PaperSizeEntry.py +6 -0
- spire/xls/PicStretch.py +47 -14
- spire/xls/PicTile.py +35 -10
- spire/xls/QueryTableXls.py +19 -6
- spire/xls/RTFCommentArray.py +59 -22
- spire/xls/RTFStringArray.py +59 -22
- spire/xls/RangeRichTextString.py +22 -10
- spire/xls/ReferRangeArea.py +33 -18
- spire/xls/RichText.py +11 -9
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +90 -33
- spire/xls/RichTextString.py +62 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +35 -15
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +39 -17
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +4 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +884 -916
- spire/xls/Worksheet.py +507 -421
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +36 -22
- spire/xls/XlsArcShape.py +157 -41
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +73 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +59 -17
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +109 -31
- spire/xls/XlsDataValidationTable.py +46 -17
- spire/xls/XlsDocumentProperty.py +163 -44
- spire/xls/XlsEventArgs.py +33 -24
- spire/xls/XlsEventHandler.py +10 -4
- spire/xls/XlsFill.py +64 -20
- spire/xls/XlsFont.py +202 -66
- spire/xls/XlsGradient.py +90 -26
- spire/xls/XlsGradientStop.py +57 -12
- spire/xls/XlsGroupBoxShape.py +36 -10
- spire/xls/XlsHPageBreak.py +47 -24
- spire/xls/XlsHyperLink.py +111 -42
- spire/xls/XlsLabelShape.py +27 -8
- spire/xls/XlsLineShape.py +188 -48
- spire/xls/XlsListBoxShape.py +63 -14
- spire/xls/XlsName.py +779 -331
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +79 -21
- spire/xls/XlsPageSetup.py +71 -32
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +84 -42
- spire/xls/XlsRange.py +907 -1087
- spire/xls/XlsRectangleShape.py +70 -23
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +396 -183
- spire/xls/XlsShapeFill.py +401 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +54 -23
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +325 -72
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +573 -88
- spire/xls/XlsWorksheet.py +1312 -1232
- spire/xls/XlsWorksheetBase.py +279 -185
- spire/xls/__init__.py +531 -529
- spire/xls/autofilter/AutoFitterOptions.py +91 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +207 -0
- spire/xls/autofilter/CustomFilterCollection.py +146 -0
- spire/xls/autofilter/DateTimeGroupItem.py +196 -0
- spire/xls/autofilter/DynamicFilter.py +89 -0
- spire/xls/autofilter/FilterColumn.py +289 -0
- spire/xls/autofilter/MultipleFilterCollection.py +218 -0
- spire/xls/autofilter/Top10Filter.py +109 -0
- spire/xls/autofilter/XlsAutoFiltersCollection.py +146 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +58 -0
- spire/xls/charts/ChartBackgroundMode.py +17 -0
- spire/xls/charts/ChartCategoryAxis.py +88 -0
- spire/xls/charts/ChartDataLabels.py +40 -0
- spire/xls/charts/ChartDataPoint.py +40 -0
- spire/xls/charts/ChartFormat.py +68 -0
- spire/xls/charts/ChartGridLine.py +26 -0
- spire/xls/charts/ChartLegend.py +40 -0
- spire/xls/charts/ChartLegendEntriesColl.py +165 -0
- spire/xls/charts/ChartLegendEntry.py +26 -0
- spire/xls/charts/ChartPlotArea.py +60 -0
- spire/xls/charts/ChartSerie.py +147 -0
- spire/xls/charts/ChartSerieDataFormat.py +54 -0
- spire/xls/charts/ChartSeriesAxis.py +68 -0
- spire/xls/charts/ChartShadow.py +288 -0
- spire/xls/charts/ChartSheet.py +269 -0
- spire/xls/charts/ChartTextArea.py +898 -0
- spire/xls/charts/ChartValueAxis.py +90 -0
- spire/xls/charts/HistogramAxisFormat.py +32 -0
- spire/xls/charts/XlsChart.py +1667 -0
- spire/xls/charts/XlsChartAxis.py +596 -0
- spire/xls/charts/XlsChartBorder.py +180 -0
- spire/xls/charts/XlsChartCategoryAxis.py +640 -0
- spire/xls/charts/XlsChartDataLabelArea.py +368 -0
- spire/xls/charts/XlsChartDataLabels.py +702 -0
- spire/xls/charts/XlsChartDataPoint.py +105 -0
- spire/xls/charts/XlsChartDataTable.py +373 -0
- spire/xls/charts/XlsChartDropBar.py +295 -0
- spire/xls/charts/XlsChartFill.py +659 -0
- spire/xls/charts/XlsChartFormat.py +1229 -0
- spire/xls/charts/XlsChartFrameFormat.py +613 -0
- spire/xls/charts/XlsChartGridLine.py +167 -0
- spire/xls/charts/XlsChartInterior.py +229 -0
- spire/xls/charts/XlsChartLegend.py +334 -0
- spire/xls/charts/XlsChartLegendArea.py +418 -0
- spire/xls/charts/XlsChartLegendEntry.py +152 -0
- spire/xls/charts/XlsChartSerie.py +607 -0
- spire/xls/charts/XlsChartSerieDataFormat.py +1070 -0
- spire/xls/charts/XlsChartSeriesAxis.py +306 -0
- spire/xls/charts/XlsChartShape.py +1256 -0
- spire/xls/charts/XlsChartTitleArea.py +399 -0
- spire/xls/charts/XlsChartValueAxis.py +344 -0
- spire/xls/charts/XlsChartWallOrFloor.py +349 -0
- spire/xls/charts/__init__.py +0 -0
- spire/xls/collection/AddInFunctionsCollection.py +31 -0
- spire/xls/collection/ArcShapeCollection.py +94 -0
- spire/xls/collection/AutoFiltersCollection.py +539 -0
- spire/xls/collection/BordersCollection.py +196 -0
- spire/xls/collection/BordersCollectionArrayWrapper.py +129 -0
- spire/xls/collection/BuiltInDocumentProperties.py +12 -0
- spire/xls/collection/ButtonShapeCollection.py +70 -0
- spire/xls/collection/ChartDataPointsCollection.py +72 -0
- spire/xls/collection/ChartFormatCollection.py +58 -0
- spire/xls/collection/ChartSeries.py +187 -0
- spire/xls/collection/ChartsCollection.py +119 -0
- spire/xls/collection/CollectionBase.py +201 -0
- spire/xls/collection/CollectionExtended.py +96 -0
- spire/xls/collection/ComboBoxCollection.py +89 -0
- spire/xls/collection/CommentsCollection.py +134 -0
- spire/xls/collection/DataConnections.py +25 -0
- spire/xls/collection/ExternalLinkCollection.py +26 -0
- spire/xls/collection/GroupBoxCollection.py +70 -0
- spire/xls/collection/GroupShapeCollection.py +45 -0
- spire/xls/collection/HPageBreaksCollection.py +116 -0
- spire/xls/collection/HyperLinksCollection.py +72 -0
- spire/xls/collection/ListObjectCollection.py +48 -0
- spire/xls/collection/OvalShapeCollection.py +89 -0
- spire/xls/collection/PicturesCollection.py +574 -0
- spire/xls/collection/PrstGeomShapeCollection.py +128 -0
- spire/xls/collection/QueryTableCollection.py +25 -0
- spire/xls/collection/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +556 -0
- spire/xls/collection/ShapeCollectionBase.py +87 -0
- spire/xls/collection/StylesCollection.py +140 -0
- spire/xls/collection/VPageBreaksCollection.py +95 -0
- spire/xls/collection/WorksheetsCollection.py +363 -0
- spire/xls/collection/XlsAddInFunctionsCollection.py +108 -0
- spire/xls/collection/XlsBordersCollection.py +98 -0
- spire/xls/collection/XlsBuiltInDocumentProperties.py +611 -0
- spire/xls/collection/XlsChartDataPointsCollection.py +119 -0
- spire/xls/collection/XlsChartFormatCollection.py +160 -0
- spire/xls/collection/XlsChartsCollection.py +91 -0
- spire/xls/collection/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +157 -0
- spire/xls/collection/XlsFontsCollection.py +52 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1641 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -0
- spire/xls/collection/XlsWorkbookObjectsCollection.py +95 -0
- spire/xls/collection/XlsWorksheetsCollection.py +423 -0
- spire/xls/collection/__init__.py +0 -0
- spire/xls/collection/pivot_table/PivotConditionalFormatCollection.py +38 -0
- spire/xls/collection/pivot_table/PivotTableFields.py +108 -0
- spire/xls/collection/pivot_table/XlsPivotCachesCollection.py +124 -0
- spire/xls/collection/pivot_table/XlsPivotTablesCollection.py +132 -0
- spire/xls/collection/pivot_table/__init__.py +0 -0
- spire/xls/conditional_formatting/ColorConditionValue.py +102 -0
- spire/xls/conditional_formatting/CondFormatCollectionWrapper.py +153 -0
- spire/xls/conditional_formatting/ConditionValue.py +83 -0
- spire/xls/conditional_formatting/ConditionValuePosition.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormat.py +13 -0
- spire/xls/conditional_formatting/ConditionalFormatScope.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormatWrapper.py +1271 -0
- spire/xls/conditional_formatting/ConditionalFormats.py +65 -0
- spire/xls/conditional_formatting/DataBarBorder.py +51 -0
- spire/xls/conditional_formatting/NegativeBarFormat.py +90 -0
- spire/xls/conditional_formatting/XlsConditionValue.py +134 -0
- spire/xls/conditional_formatting/XlsConditionalFormat.py +1163 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +684 -0
- spire/xls/conditional_formatting/__init__.py +0 -0
- spire/xls/enums/AlertStyleType.py +17 -0
- spire/xls/enums/AutoFormatOptions.py +22 -0
- spire/xls/enums/AutoFormatType.py +31 -0
- spire/xls/enums/AverageType.py +24 -0
- spire/xls/enums/AxisLineIdentifierType.py +18 -0
- spire/xls/enums/AxisTextDirectionType.py +17 -0
- spire/xls/enums/AxisType.py +17 -0
- spire/xls/enums/BaseFormatType.py +16 -0
- spire/xls/enums/BordersLineType.py +22 -0
- spire/xls/enums/BubbleSizeType.py +16 -0
- spire/xls/enums/BuiltInPropertyType.py +49 -0
- spire/xls/enums/BuiltInStyles.py +65 -0
- spire/xls/enums/CategoryType.py +17 -0
- spire/xls/enums/CellDataType.py +22 -0
- spire/xls/enums/CellFormatType.py +20 -0
- spire/xls/enums/ChartBaseUnitType.py +17 -0
- spire/xls/enums/ChartDisplayUnitType.py +25 -0
- spire/xls/enums/ChartLinePatternType.py +23 -0
- spire/xls/enums/ChartLineWeightType.py +18 -0
- spire/xls/enums/ChartMarkerType.py +26 -0
- spire/xls/enums/ChartParagraphType.py +17 -0
- spire/xls/enums/ChartPieType.py +17 -0
- spire/xls/enums/ChartPlotEmptyType.py +17 -0
- spire/xls/enums/CheckState.py +17 -0
- spire/xls/enums/ColorType.py +17 -0
- spire/xls/enums/CommentHAlignType.py +20 -0
- spire/xls/enums/CommentVAlignType.py +19 -0
- spire/xls/enums/ComparisonOperatorType.py +23 -0
- spire/xls/enums/ConditionalFormatType.py +32 -0
- spire/xls/enums/DataLabelPositionType.py +25 -0
- spire/xls/enums/DataSourceType.py +18 -0
- spire/xls/enums/DropLineStyleType.py +17 -0
- spire/xls/enums/ErrorBarIncludeType.py +18 -0
- spire/xls/enums/ErrorBarType.py +19 -0
- spire/xls/enums/ExcelCalculationMode.py +17 -0
- spire/xls/enums/ExcelChartType.py +95 -0
- spire/xls/enums/ExcelColors.py +120 -0
- spire/xls/enums/ExcelComboType.py +21 -0
- spire/xls/enums/ExcelHorizontalAlignment.py +20 -0
- spire/xls/enums/ExcelPatternType.py +51 -0
- spire/xls/enums/ExcelQuartileCalculation.py +16 -0
- spire/xls/enums/ExcelShapeType.py +40 -0
- spire/xls/enums/ExcelSheetType.py +19 -0
- spire/xls/enums/ExcelTreeMapLabelOption.py +17 -0
- spire/xls/enums/ExcelVersion.py +23 -0
- spire/xls/enums/ExcelVerticalAlignment.py +20 -0
- spire/xls/enums/ExpandCollapseFlags.py +17 -0
- spire/xls/enums/FilterConditionType.py +20 -0
- spire/xls/enums/FilterDataType.py +21 -0
- spire/xls/enums/FontUnderlineType.py +19 -0
- spire/xls/enums/FontVertialAlignmentType.py +17 -0
- spire/xls/enums/GradientColorType.py +17 -0
- spire/xls/enums/GradientPatternType.py +63 -0
- spire/xls/enums/GradientPresetType.py +38 -0
- spire/xls/enums/GradientStyleType.py +20 -0
- spire/xls/enums/GradientTextureType.py +39 -0
- spire/xls/enums/GradientVariantsType.py +18 -0
- spire/xls/enums/HorizontalAlignType.py +22 -0
- spire/xls/enums/HyperLinkType.py +19 -0
- spire/xls/enums/IgnoreErrorType.py +23 -0
- spire/xls/enums/ImageFormatType.py +17 -0
- spire/xls/enums/ImageType.py +16 -0
- spire/xls/enums/LegendPositionType.py +20 -0
- spire/xls/enums/LegendSpacingType.py +17 -0
- spire/xls/enums/LineStyleType.py +28 -0
- spire/xls/enums/OleObjectType.py +50 -0
- spire/xls/enums/OrderBy.py +18 -0
- spire/xls/enums/OrderType.py +16 -0
- spire/xls/enums/PageBreakExtentType.py +16 -0
- spire/xls/enums/PageBreakType.py +17 -0
- spire/xls/enums/PageOrientationType.py +16 -0
- spire/xls/enums/PagesOrderType.py +16 -0
- spire/xls/enums/PaperSizeType.py +134 -0
- spire/xls/enums/PivotGroupByTypes.py +22 -0
- spire/xls/enums/PrintCommentType.py +17 -0
- spire/xls/enums/PrintErrorsType.py +18 -0
- spire/xls/enums/ReadingOrderType.py +17 -0
- spire/xls/enums/RectangleStyleType.py +16 -0
- spire/xls/enums/ResizeBehaveType.py +17 -0
- spire/xls/enums/ShapeArrowLengthType.py +17 -0
- spire/xls/enums/ShapeArrowStyleType.py +20 -0
- spire/xls/enums/ShapeArrowWidthType.py +17 -0
- spire/xls/enums/ShapeDashLineStyleType.py +22 -0
- spire/xls/enums/ShapeFillType.py +21 -0
- spire/xls/enums/ShapeLayerChangeType.py +18 -0
- spire/xls/enums/ShapeLineStyleType.py +19 -0
- spire/xls/enums/SheetProtectionType.py +32 -0
- spire/xls/enums/SortComparsionType.py +18 -0
- spire/xls/enums/SortOrientationType.py +16 -0
- spire/xls/enums/SortedWayType.py +17 -0
- spire/xls/enums/SparklineType.py +17 -0
- spire/xls/enums/SplitType.py +18 -0
- spire/xls/enums/TextDirection.py +19 -0
- spire/xls/enums/TextRotationType.py +18 -0
- spire/xls/enums/ThemeColorType.py +26 -0
- spire/xls/enums/TickLabelPositionType.py +18 -0
- spire/xls/enums/TickMarkType.py +18 -0
- spire/xls/enums/TopBottomType.py +18 -0
- spire/xls/enums/TopFormatType.py +17 -0
- spire/xls/enums/TrendLineType.py +20 -0
- spire/xls/enums/UnknownVariableAction.py +17 -0
- spire/xls/enums/ValidationComparisonOperator.py +22 -0
- spire/xls/enums/VariableTypeAction.py +17 -0
- spire/xls/enums/VerticalAlignType.py +19 -0
- spire/xls/enums/ViewMode.py +17 -0
- spire/xls/enums/WorksheetVisibility.py +17 -0
- spire/xls/enums/XLSXBorderJoinType.py +18 -0
- spire/xls/enums/XLSXChartMaterialType.py +31 -0
- spire/xls/enums/XLSXChartPrespectiveType.py +20 -0
- spire/xls/enums/XLSXChartShadowInnerType.py +24 -0
- spire/xls/enums/XLSXChartShadowOuterType.py +24 -0
- spire/xls/enums/__init__.py +1 -0
- spire/xls/interfaces/IArcShape.py +285 -0
- spire/xls/interfaces/IChart.py +1597 -0
- spire/xls/interfaces/IChartAxis.py +786 -0
- spire/xls/interfaces/IChartBorder.py +203 -0
- spire/xls/interfaces/IChartCategoryAxis.py +522 -0
- spire/xls/interfaces/IChartDataLabels.py +419 -0
- spire/xls/interfaces/IChartDataPoint.py +114 -0
- spire/xls/interfaces/IChartDataTable.py +184 -0
- spire/xls/interfaces/IChartErrorBars.py +340 -0
- spire/xls/interfaces/IChartFillBorder.py +268 -0
- spire/xls/interfaces/IChartFormat.py +521 -0
- spire/xls/interfaces/IChartFrameFormat.py +85 -0
- spire/xls/interfaces/IChartGridLine.py +100 -0
- spire/xls/interfaces/IChartInterior.py +259 -0
- spire/xls/interfaces/IChartLegend.py +453 -0
- spire/xls/interfaces/IChartLegendEntry.py +167 -0
- spire/xls/interfaces/IChartPageSetup.py +51 -0
- spire/xls/interfaces/IChartSerie.py +727 -0
- spire/xls/interfaces/IChartSerieDataFormat.py +519 -0
- spire/xls/interfaces/IChartSeriesAxis.py +118 -0
- spire/xls/interfaces/IChartShape.py +88 -0
- spire/xls/interfaces/IChartTextArea.py +181 -0
- spire/xls/interfaces/IChartTrendLine.py +502 -0
- spire/xls/interfaces/IChartValueAxis.py +586 -0
- spire/xls/interfaces/IChartWallOrFloor.py +40 -0
- spire/xls/interfaces/ICheckBox.py +120 -0
- spire/xls/interfaces/ICloneParent.py +29 -0
- spire/xls/interfaces/IColorConditionValue.py +44 -0
- spire/xls/interfaces/IColorScale.py +39 -0
- spire/xls/interfaces/ICombinedRange.py +109 -0
- spire/xls/interfaces/IComboBoxShape.py +120 -0
- spire/xls/interfaces/IComment.py +110 -0
- spire/xls/interfaces/ICommentShape.py +20 -0
- spire/xls/interfaces/IConditionValue.py +83 -0
- spire/xls/interfaces/IConditionalFormat.py +757 -0
- spire/xls/interfaces/IConditionalFormats.py +66 -0
- spire/xls/interfaces/ICustomDocumentProperties.py +168 -0
- spire/xls/interfaces/IDataBar.py +127 -0
- spire/xls/interfaces/IDataValidation.py +506 -0
- spire/xls/interfaces/IDataValidationTable.py +84 -0
- spire/xls/interfaces/IDigitalSignature.py +111 -0
- spire/xls/interfaces/IDigitalSignatures.py +33 -0
- spire/xls/interfaces/IDocumentProperty.py +276 -0
- spire/xls/interfaces/IErrorIndicator.py +38 -0
- spire/xls/interfaces/IExtendIndex.py +26 -0
- spire/xls/interfaces/IExtendedFormat.py +631 -0
- spire/xls/interfaces/IFont.py +313 -0
- spire/xls/interfaces/IFormat3D.py +307 -0
- spire/xls/interfaces/IGeomPath.py +27 -0
- spire/xls/interfaces/IGeomPathInfo.py +141 -0
- spire/xls/interfaces/IGeomPathShape.py +40 -0
- spire/xls/interfaces/IGlow.py +104 -0
- spire/xls/interfaces/IGradient.py +203 -0
- spire/xls/interfaces/IGroupBox.py +82 -0
- spire/xls/interfaces/IHPageBreak.py +26 -0
- spire/xls/interfaces/IHyperLink.py +137 -0
- spire/xls/interfaces/IIconSet.py +115 -0
- spire/xls/interfaces/IInterior.py +137 -0
- spire/xls/interfaces/IInternalAddtionalFormat.py +277 -0
- spire/xls/interfaces/IInternalFont.py +38 -0
- spire/xls/interfaces/ILabelShape.py +60 -0
- spire/xls/interfaces/ILineShape.py +334 -0
- spire/xls/interfaces/IListObject.py +443 -0
- spire/xls/interfaces/IListObjectColumn.py +196 -0
- spire/xls/interfaces/IMarkersDesigner.py +133 -0
- spire/xls/interfaces/IMigrantRange.py +28 -0
- spire/xls/interfaces/INamedObject.py +27 -0
- spire/xls/interfaces/INamedRange.py +246 -0
- spire/xls/interfaces/INumberFormat.py +90 -0
- spire/xls/interfaces/IOleObject.py +225 -0
- spire/xls/interfaces/IOptimizedUpdate.py +35 -0
- spire/xls/interfaces/IOvalShape.py +201 -0
- spire/xls/interfaces/IPageSetup.py +260 -0
- spire/xls/interfaces/IPageSetupBase.py +849 -0
- spire/xls/interfaces/IPictureShape.py +118 -0
- spire/xls/interfaces/IPropertyData.py +100 -0
- spire/xls/interfaces/IPrstGeomShape.py +103 -0
- spire/xls/interfaces/IRadioButton.py +159 -0
- spire/xls/interfaces/IRectangleShape.py +90 -0
- spire/xls/interfaces/IReflectionEffect.py +217 -0
- spire/xls/interfaces/IScrollBarShape.py +139 -0
- spire/xls/interfaces/IShadow.py +385 -0
- spire/xls/interfaces/IShape.py +620 -0
- spire/xls/interfaces/IShapeFill.py +767 -0
- spire/xls/interfaces/IShapeLineFormat.py +488 -0
- spire/xls/interfaces/ISortColumn.py +138 -0
- spire/xls/interfaces/ISortColumns.py +106 -0
- spire/xls/interfaces/ISortedRule.py +154 -0
- spire/xls/interfaces/ISpinnerShape.py +124 -0
- spire/xls/interfaces/IStyle.py +60 -0
- spire/xls/interfaces/ITabSheet.py +364 -0
- spire/xls/interfaces/ITextBox.py +140 -0
- spire/xls/interfaces/ITextBoxLinkShape.py +48 -0
- spire/xls/interfaces/ITextBoxShape.py +27 -0
- spire/xls/interfaces/ITextFrame.py +146 -0
- spire/xls/interfaces/IVPageBreak.py +26 -0
- spire/xls/interfaces/IWorkbook.py +1736 -0
- spire/xls/interfaces/IWorksheet.py +2638 -0
- spire/xls/interfaces/IXLSRange.py +2241 -0
- spire/xls/interfaces/IXLSRanges.py +40 -0
- spire/xls/interfaces/IconSet.py +125 -0
- spire/xls/interfaces/ImageLocationTypes.py +17 -0
- spire/xls/interfaces/ImportObjectOptions.py +143 -0
- spire/xls/interfaces/InsertMoveOption.py +17 -0
- spire/xls/interfaces/InteriorArrayWrapper.py +181 -0
- spire/xls/interfaces/__init__.py +0 -0
- spire/xls/interfaces/collections/IDataValidationCollection.py +128 -0
- spire/xls/interfaces/collections/IHPageBreaks.py +37 -0
- spire/xls/interfaces/collections/IListObjects.py +34 -0
- spire/xls/interfaces/collections/IOleObjects.py +44 -0
- spire/xls/interfaces/collections/IPrstGeomShapes.py +87 -0
- spire/xls/interfaces/collections/IShapes.py +273 -0
- spire/xls/interfaces/collections/ITextBoxes.py +67 -0
- spire/xls/interfaces/collections/IVPageBreaks.py +37 -0
- spire/xls/interfaces/collections/__init__.py +0 -0
- spire/xls/interfaces/pivot_table/IPivotCache.py +50 -0
- spire/xls/interfaces/pivot_table/IPivotCaches.py +52 -0
- spire/xls/interfaces/pivot_table/IPivotCalculatedFields.py +69 -0
- spire/xls/interfaces/pivot_table/IPivotField.py +372 -0
- spire/xls/interfaces/pivot_table/IPivotTable.py +509 -0
- spire/xls/interfaces/pivot_table/IPivotTableOptions.py +507 -0
- spire/xls/interfaces/pivot_table/__init__.py +0 -0
- spire/xls/interfaces/sorting/__init__.py +0 -0
- spire/xls/lib/Spire.Xls.Base.dll +0 -0
- spire/xls/lib/_init_.py +0 -0
- spire/xls/license/LicenseProvider.py +107 -0
- spire/xls/license/__init__.py +0 -0
- spire/xls/pivot_tables/AutoSortScope.py +29 -0
- spire/xls/pivot_tables/PivotConditionalFormat.py +71 -0
- spire/xls/pivot_tables/PivotDataField.py +163 -0
- spire/xls/pivot_tables/PivotItem.py +228 -0
- spire/xls/pivot_tables/PivotReportFilter.py +199 -0
- spire/xls/pivot_tables/PivotReportFilters.py +95 -0
- spire/xls/pivot_tables/PivotStyle.py +105 -0
- spire/xls/pivot_tables/PivotTableStyle.py +83 -0
- spire/xls/pivot_tables/XlsPivotCache.py +506 -0
- spire/xls/pivot_tables/XlsPivotCacheField.py +276 -0
- spire/xls/pivot_tables/XlsPivotField.py +975 -0
- spire/xls/pivot_tables/XlsPivotTable.py +1189 -0
- spire/xls/pivot_tables/__init__.py +0 -0
- spire/xls/security/__init__.py +0 -0
- spire/xls/sorting/DataSorter.py +152 -0
- spire/xls/sorting/SortColumn.py +115 -0
- spire/xls/sorting/SortColumns.py +194 -0
- spire/xls/sorting/__init__.py +0 -0
- spire/xls/sparkline/ISparklines.py +72 -0
- spire/xls/sparkline/Sparkline.py +89 -0
- spire/xls/sparkline/SparklineCollection.py +107 -0
- spire/xls/sparkline/SparklineGroup.py +592 -0
- spire/xls/sparkline/SparklineGroupCollection.py +67 -0
- spire/xls/sparkline/__init__.py +0 -0
- spire/xls/template_markers/MarkerDesigner.py +171 -0
- spire/xls/template_markers/__init__.py +0 -0
- spire_xls-15.11.1.dist-info/METADATA +197 -0
- spire_xls-15.11.1.dist-info/RECORD +721 -0
- spire/xls/AddInFunctionsCollection.py +0 -29
- spire/xls/AlertStyleType.py +0 -18
- spire/xls/ArcShapeCollection.py +0 -70
- spire/xls/AutoFiltersCollection.py +0 -527
- spire/xls/AutoFitterOptions.py +0 -66
- spire/xls/AutoFormatOptions.py +0 -23
- spire/xls/AutoFormatType.py +0 -32
- spire/xls/AutoSortScope.py +0 -25
- spire/xls/AverageType.py +0 -25
- spire/xls/AxisLineIdentifierType.py +0 -19
- spire/xls/AxisTextDirectionType.py +0 -18
- spire/xls/AxisType.py +0 -18
- spire/xls/BaseFormatType.py +0 -17
- spire/xls/BordersCollection.py +0 -158
- spire/xls/BordersCollectionArrayWrapper.py +0 -95
- spire/xls/BordersLineType.py +0 -23
- spire/xls/BubbleSizeType.py +0 -17
- spire/xls/BuiltInDocumentProperties.py +0 -12
- spire/xls/BuiltInPropertyType.py +0 -50
- spire/xls/BuiltInStyles.py +0 -66
- spire/xls/ButtonShapeCollection.py +0 -70
- spire/xls/CategoryType.py +0 -18
- spire/xls/CellDataType.py +0 -23
- spire/xls/CellFormatType.py +0 -21
- spire/xls/Chart.py +0 -404
- spire/xls/ChartArea.py +0 -61
- spire/xls/ChartBackgroundMode.py +0 -18
- spire/xls/ChartBaseUnitType.py +0 -18
- spire/xls/ChartCategoryAxis.py +0 -93
- spire/xls/ChartDataLabels.py +0 -42
- spire/xls/ChartDataPoint.py +0 -42
- spire/xls/ChartDataPointsCollection.py +0 -75
- spire/xls/ChartDisplayUnitType.py +0 -26
- spire/xls/ChartFormat.py +0 -72
- spire/xls/ChartFormatCollection.py +0 -59
- spire/xls/ChartGridLine.py +0 -27
- spire/xls/ChartLegend.py +0 -42
- spire/xls/ChartLegendEntriesColl.py +0 -128
- spire/xls/ChartLegendEntry.py +0 -27
- spire/xls/ChartLinePatternType.py +0 -24
- spire/xls/ChartLineWeightType.py +0 -19
- spire/xls/ChartMarkerType.py +0 -27
- spire/xls/ChartParagraphType.py +0 -18
- spire/xls/ChartPieType.py +0 -18
- spire/xls/ChartPlotArea.py +0 -53
- spire/xls/ChartPlotEmptyType.py +0 -18
- spire/xls/ChartSerie.py +0 -142
- spire/xls/ChartSerieDataFormat.py +0 -56
- spire/xls/ChartSeries.py +0 -154
- spire/xls/ChartSeriesAxis.py +0 -72
- spire/xls/ChartShadow.py +0 -235
- spire/xls/ChartSheet.py +0 -285
- spire/xls/ChartTextArea.py +0 -782
- spire/xls/ChartValueAxis.py +0 -92
- spire/xls/ChartsCollection.py +0 -113
- spire/xls/CheckState.py +0 -18
- spire/xls/CollectionBase.py +0 -184
- spire/xls/CollectionExtended.py +0 -92
- spire/xls/ColorConditionValue.py +0 -91
- spire/xls/ColorFilter.py +0 -45
- spire/xls/ColorType.py +0 -18
- spire/xls/ComboBoxCollection.py +0 -70
- spire/xls/CommentHAlignType.py +0 -21
- spire/xls/CommentVAlignType.py +0 -20
- spire/xls/CommentsCollection.py +0 -109
- spire/xls/ComparisonOperatorType.py +0 -24
- spire/xls/CondFormatCollectionWrapper.py +0 -125
- spire/xls/ConditionValue.py +0 -82
- spire/xls/ConditionValuePosition.py +0 -16
- spire/xls/ConditionalFormat.py +0 -14
- spire/xls/ConditionalFormatScope.py +0 -16
- spire/xls/ConditionalFormatType.py +0 -33
- spire/xls/ConditionalFormatWrapper.py +0 -986
- spire/xls/ConditionalFormats.py +0 -55
- spire/xls/CustomFilter.py +0 -147
- spire/xls/CustomFilterCollection.py +0 -113
- spire/xls/DataBarBorder.py +0 -47
- spire/xls/DataConnections.py +0 -25
- spire/xls/DataLabelPositionType.py +0 -26
- spire/xls/DataSorter.py +0 -154
- spire/xls/DataSourceType.py +0 -19
- spire/xls/DateTimeGroupItem.py +0 -132
- spire/xls/DropLineStyleType.py +0 -18
- spire/xls/DynamicFilter.py +0 -71
- spire/xls/ErrorBarIncludeType.py +0 -19
- spire/xls/ErrorBarType.py +0 -20
- spire/xls/ExcelCalculationMode.py +0 -18
- spire/xls/ExcelChartType.py +0 -96
- spire/xls/ExcelColors.py +0 -121
- spire/xls/ExcelComboType.py +0 -22
- spire/xls/ExcelHorizontalAlignment.py +0 -21
- spire/xls/ExcelPatternType.py +0 -52
- spire/xls/ExcelQuartileCalculation.py +0 -17
- spire/xls/ExcelShapeType.py +0 -41
- spire/xls/ExcelSheetType.py +0 -20
- spire/xls/ExcelTreeMapLabelOption.py +0 -18
- spire/xls/ExcelVersion.py +0 -24
- spire/xls/ExcelVerticalAlignment.py +0 -21
- spire/xls/ExpandCollapseFlags.py +0 -18
- spire/xls/ExternalLinkCollection.py +0 -25
- spire/xls/FilterColumn.py +0 -258
- spire/xls/FilterConditionType.py +0 -21
- spire/xls/FilterDataType.py +0 -22
- spire/xls/FontUnderlineType.py +0 -20
- spire/xls/FontVertialAlignmentType.py +0 -20
- spire/xls/GradientColorType.py +0 -18
- spire/xls/GradientPatternType.py +0 -64
- spire/xls/GradientPresetType.py +0 -39
- spire/xls/GradientStyleType.py +0 -21
- spire/xls/GradientTextureType.py +0 -40
- spire/xls/GradientVariantsType.py +0 -19
- spire/xls/GroupBoxCollection.py +0 -70
- spire/xls/GroupShapeCollection.py +0 -46
- spire/xls/HPageBreaksCollection.py +0 -108
- spire/xls/HistogramAxisFormat.py +0 -30
- spire/xls/HorizontalAlignType.py +0 -23
- spire/xls/HyperLinkType.py +0 -20
- spire/xls/HyperLinksCollection.py +0 -72
- spire/xls/IArcShape.py +0 -259
- spire/xls/IChart.py +0 -1368
- spire/xls/IChartAxis.py +0 -722
- spire/xls/IChartBorder.py +0 -220
- spire/xls/IChartCategoryAxis.py +0 -410
- spire/xls/IChartDataLabels.py +0 -457
- spire/xls/IChartDataPoint.py +0 -131
- spire/xls/IChartDataTable.py +0 -197
- spire/xls/IChartErrorBars.py +0 -373
- spire/xls/IChartFillBorder.py +0 -303
- spire/xls/IChartFormat.py +0 -571
- spire/xls/IChartFrameFormat.py +0 -93
- spire/xls/IChartGridLine.py +0 -107
- spire/xls/IChartInterior.py +0 -278
- spire/xls/IChartLegend.py +0 -499
- spire/xls/IChartLegendEntry.py +0 -178
- spire/xls/IChartPageSetup.py +0 -56
- spire/xls/IChartSerie.py +0 -779
- spire/xls/IChartSerieDataFormat.py +0 -566
- spire/xls/IChartSeriesAxis.py +0 -128
- spire/xls/IChartShape.py +0 -92
- spire/xls/IChartTextArea.py +0 -197
- spire/xls/IChartTrendLine.py +0 -548
- spire/xls/IChartValueAxis.py +0 -518
- spire/xls/IChartWallOrFloor.py +0 -32
- spire/xls/ICheckBox.py +0 -96
- spire/xls/ICloneParent.py +0 -28
- spire/xls/IColorConditionValue.py +0 -31
- spire/xls/IColorScale.py +0 -32
- spire/xls/ICombinedRange.py +0 -87
- spire/xls/IComboBoxShape.py +0 -95
- spire/xls/IComment.py +0 -85
- spire/xls/ICommentShape.py +0 -12
- spire/xls/IConditionValue.py +0 -68
- spire/xls/IConditionalFormat.py +0 -606
- spire/xls/IConditionalFormats.py +0 -48
- spire/xls/ICustomDocumentProperties.py +0 -128
- spire/xls/IDataBar.py +0 -105
- spire/xls/IDataValidation.py +0 -421
- spire/xls/IDataValidationCollection.py +0 -132
- spire/xls/IDataValidationTable.py +0 -68
- spire/xls/IDigitalSignature.py +0 -99
- spire/xls/IDigitalSignatures.py +0 -29
- spire/xls/IDocumentProperty.py +0 -226
- spire/xls/IErrorIndicator.py +0 -31
- spire/xls/IExtendIndex.py +0 -21
- spire/xls/IExtendedFormat.py +0 -530
- spire/xls/IFont.py +0 -271
- spire/xls/IFormat3D.py +0 -252
- spire/xls/IGeomPath.py +0 -23
- spire/xls/IGeomPathInfo.py +0 -112
- spire/xls/IGeomPathShape.py +0 -30
- spire/xls/IGlow.py +0 -85
- spire/xls/IGradient.py +0 -174
- spire/xls/IGroupBox.py +0 -67
- spire/xls/IHPageBreak.py +0 -22
- spire/xls/IHPageBreaks.py +0 -31
- spire/xls/IHyperLink.py +0 -118
- spire/xls/IIconSet.py +0 -96
- spire/xls/IInterior.py +0 -117
- spire/xls/IInternalAddtionalFormat.py +0 -238
- spire/xls/IInternalFont.py +0 -31
- spire/xls/ILabelShape.py +0 -49
- spire/xls/ILineShape.py +0 -305
- spire/xls/IListObject.py +0 -493
- spire/xls/IListObjectColumn.py +0 -222
- spire/xls/IListObjects.py +0 -31
- spire/xls/IMarkersDesigner.py +0 -113
- spire/xls/IMigrantRange.py +0 -21
- spire/xls/INamedObject.py +0 -22
- spire/xls/INamedRange.py +0 -162
- spire/xls/INumberFormat.py +0 -77
- spire/xls/IOleObject.py +0 -176
- spire/xls/IOleObjects.py +0 -32
- spire/xls/IOptimizedUpdate.py +0 -28
- spire/xls/IOvalShape.py +0 -154
- spire/xls/IPageSetup.py +0 -195
- spire/xls/IPageSetupBase.py +0 -642
- spire/xls/IPictureShape.py +0 -99
- spire/xls/IPivotCache.py +0 -41
- spire/xls/IPivotCaches.py +0 -39
- spire/xls/IPivotCalculatedFields.py +0 -50
- spire/xls/IPivotField.py +0 -291
- spire/xls/IPivotTable.py +0 -393
- spire/xls/IPivotTableOptions.py +0 -428
- spire/xls/IPropertyData.py +0 -70
- spire/xls/IPrstGeomShape.py +0 -71
- spire/xls/IPrstGeomShapes.py +0 -81
- spire/xls/IRadioButton.py +0 -105
- spire/xls/IRectangleShape.py +0 -60
- spire/xls/IReflectionEffect.py +0 -138
- spire/xls/IScrollBarShape.py +0 -140
- spire/xls/IShadow.py +0 -244
- spire/xls/IShape.py +0 -409
- spire/xls/IShapeFill.py +0 -522
- spire/xls/IShapeLineFormat.py +0 -331
- spire/xls/IShapes.py +0 -270
- spire/xls/ISortColumn.py +0 -96
- spire/xls/ISortColumns.py +0 -70
- spire/xls/ISortedRule.py +0 -112
- spire/xls/ISparklines.py +0 -72
- spire/xls/ISpinnerShape.py +0 -102
- spire/xls/IStyle.py +0 -50
- spire/xls/ITabSheet.py +0 -302
- spire/xls/ITextBox.py +0 -116
- spire/xls/ITextBoxLinkShape.py +0 -40
- spire/xls/ITextBoxShape.py +0 -22
- spire/xls/ITextBoxes.py +0 -61
- spire/xls/ITextFrame.py +0 -120
- spire/xls/IVPageBreak.py +0 -22
- spire/xls/IVPageBreaks.py +0 -31
- spire/xls/IWorkbook.py +0 -1806
- spire/xls/IWorksheet.py +0 -2694
- spire/xls/IXLSRange.py +0 -2479
- spire/xls/IXLSRanges.py +0 -35
- spire/xls/IconSet.py +0 -103
- spire/xls/IgnoreErrorType.py +0 -24
- spire/xls/ImageFormatType.py +0 -18
- spire/xls/ImageLocationTypes.py +0 -15
- spire/xls/ImageType.py +0 -17
- spire/xls/ImportObjectOptions.py +0 -89
- spire/xls/InsertMoveOption.py +0 -15
- spire/xls/InteriorArrayWrapper.py +0 -126
- spire/xls/LegendPositionType.py +0 -21
- spire/xls/LegendSpacingType.py +0 -18
- spire/xls/LineStyleType.py +0 -29
- spire/xls/ListObjectCollection.py +0 -45
- spire/xls/MarkerDesigner.py +0 -172
- spire/xls/MultipleFilterCollection.py +0 -166
- spire/xls/NegativeBarFormat.py +0 -82
- spire/xls/OleObjectType.py +0 -51
- spire/xls/OrderBy.py +0 -19
- spire/xls/OrderType.py +0 -17
- spire/xls/OvalShapeCollection.py +0 -70
- spire/xls/PageBreakExtentType.py +0 -17
- spire/xls/PageBreakType.py +0 -18
- spire/xls/PageOrientationType.py +0 -17
- spire/xls/PagesOrderType.py +0 -17
- spire/xls/PaperSizeType.py +0 -135
- spire/xls/PicturesCollection.py +0 -532
- spire/xls/PivotConditionalFormat.py +0 -54
- spire/xls/PivotConditionalFormatCollection.py +0 -38
- spire/xls/PivotDataField.py +0 -118
- spire/xls/PivotGroupByTypes.py +0 -23
- spire/xls/PivotItem.py +0 -161
- spire/xls/PivotReportFilter.py +0 -92
- spire/xls/PivotReportFilters.py +0 -63
- spire/xls/PivotStyle.py +0 -79
- spire/xls/PivotTableFields.py +0 -85
- spire/xls/PivotTableStyle.py +0 -63
- spire/xls/PrintCommentType.py +0 -18
- spire/xls/PrintErrorsType.py +0 -19
- spire/xls/PrstGeomShapeCollection.py +0 -126
- spire/xls/QueryTableCollection.py +0 -25
- spire/xls/RadioButtonCollection.py +0 -137
- spire/xls/RangesCollection.py +0 -537
- spire/xls/ReadingOrderType.py +0 -18
- spire/xls/RectangleStyleType.py +0 -17
- spire/xls/ResizeBehaveType.py +0 -18
- spire/xls/ShapeArrowLengthType.py +0 -18
- spire/xls/ShapeArrowStyleType.py +0 -21
- spire/xls/ShapeArrowWidthType.py +0 -18
- spire/xls/ShapeCollectionBase.py +0 -87
- spire/xls/ShapeDashLineStyleType.py +0 -23
- spire/xls/ShapeFillType.py +0 -22
- spire/xls/ShapeLayerChangeType.py +0 -19
- spire/xls/ShapeLineStyleType.py +0 -20
- spire/xls/SheetProtectionType.py +0 -33
- spire/xls/SortColumn.py +0 -120
- spire/xls/SortColumns.py +0 -185
- spire/xls/SortComparsionType.py +0 -19
- spire/xls/SortOrientationType.py +0 -17
- spire/xls/SortedWayType.py +0 -18
- spire/xls/Sparkline.py +0 -70
- spire/xls/SparklineCollection.py +0 -112
- spire/xls/SparklineGroup.py +0 -523
- spire/xls/SparklineGroupCollection.py +0 -71
- spire/xls/SparklineType.py +0 -18
- spire/xls/SplitType.py +0 -19
- spire/xls/StylesCollection.py +0 -141
- spire/xls/TextDirection.py +0 -20
- spire/xls/TextRotationType.py +0 -19
- spire/xls/ThemeColorType.py +0 -27
- spire/xls/TickLabelPositionType.py +0 -19
- spire/xls/TickMarkType.py +0 -19
- spire/xls/Top10Filter.py +0 -75
- spire/xls/TopBottomType.py +0 -19
- spire/xls/TopFormatType.py +0 -18
- spire/xls/TrendLineType.py +0 -21
- spire/xls/UnknownVariableAction.py +0 -18
- spire/xls/VPageBreaksCollection.py +0 -96
- spire/xls/ValidationComparisonOperator.py +0 -23
- spire/xls/VariableTypeAction.py +0 -19
- spire/xls/VerticalAlignType.py +0 -20
- spire/xls/ViewMode.py +0 -18
- spire/xls/WorksheetVisibility.py +0 -18
- spire/xls/WorksheetsCollection.py +0 -341
- spire/xls/XLSXBorderJoinType.py +0 -19
- spire/xls/XLSXChartMaterialType.py +0 -32
- spire/xls/XLSXChartPrespectiveType.py +0 -21
- spire/xls/XLSXChartShadowInnerType.py +0 -25
- spire/xls/XLSXChartShadowOuterType.py +0 -25
- spire/xls/XlsAddInFunctionsCollection.py +0 -101
- spire/xls/XlsAutoFiltersCollection.py +0 -119
- spire/xls/XlsBordersCollection.py +0 -101
- spire/xls/XlsBuiltInDocumentProperties.py +0 -639
- spire/xls/XlsChart.py +0 -1510
- spire/xls/XlsChartAxis.py +0 -564
- spire/xls/XlsChartBorder.py +0 -165
- spire/xls/XlsChartCategoryAxis.py +0 -656
- spire/xls/XlsChartDataLabelArea.py +0 -387
- spire/xls/XlsChartDataLabels.py +0 -811
- spire/xls/XlsChartDataPoint.py +0 -108
- spire/xls/XlsChartDataPointsCollection.py +0 -120
- spire/xls/XlsChartDataTable.py +0 -393
- spire/xls/XlsChartDropBar.py +0 -301
- spire/xls/XlsChartFill.py +0 -571
- spire/xls/XlsChartFormat.py +0 -1069
- spire/xls/XlsChartFormatCollection.py +0 -162
- spire/xls/XlsChartFrameFormat.py +0 -614
- spire/xls/XlsChartGridLine.py +0 -171
- spire/xls/XlsChartInterior.py +0 -240
- spire/xls/XlsChartLegend.py +0 -355
- spire/xls/XlsChartLegendArea.py +0 -419
- spire/xls/XlsChartLegendEntry.py +0 -156
- spire/xls/XlsChartSerie.py +0 -589
- spire/xls/XlsChartSerieDataFormat.py +0 -1008
- spire/xls/XlsChartSeriesAxis.py +0 -212
- spire/xls/XlsChartShape.py +0 -1142
- spire/xls/XlsChartTitleArea.py +0 -392
- spire/xls/XlsChartValueAxis.py +0 -317
- spire/xls/XlsChartWallOrFloor.py +0 -319
- spire/xls/XlsChartsCollection.py +0 -89
- spire/xls/XlsCommentsCollection.py +0 -87
- spire/xls/XlsConditionValue.py +0 -111
- spire/xls/XlsConditionalFormat.py +0 -1119
- spire/xls/XlsConditionalFormats.py +0 -590
- spire/xls/XlsDataValidationCollection.py +0 -159
- spire/xls/XlsFontsCollection.py +0 -51
- spire/xls/XlsHPageBreaksCollection.py +0 -85
- spire/xls/XlsHyperLinksCollection.py +0 -102
- spire/xls/XlsPivotCache.py +0 -401
- spire/xls/XlsPivotCacheField.py +0 -209
- spire/xls/XlsPivotCachesCollection.py +0 -124
- spire/xls/XlsPivotField.py +0 -885
- spire/xls/XlsPivotTable.py +0 -905
- spire/xls/XlsPivotTablesCollection.py +0 -131
- spire/xls/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- spire/xls/XlsWorkbookObjectsCollection.py +0 -94
- spire/xls/XlsWorksheetsCollection.py +0 -416
- spire_xls-15.5.0.dist-info/METADATA +0 -197
- spire_xls-15.5.0.dist-info/RECORD +0 -703
- /spire/xls/{lib → autofilter}/__init__.py +0 -0
- /spire/xls/{ChartBorder.py → charts/ChartBorder.py} +0 -0
- /spire/xls/{ChartDataTable.py → charts/ChartDataTable.py} +0 -0
- /spire/xls/{ChartDropBar.py → charts/ChartDropBar.py} +0 -0
- /spire/xls/{ChartInterior.py → charts/ChartInterior.py} +0 -0
- /spire/xls/{ChartPageSetup.py → charts/ChartPageSetup.py} +0 -0
- /spire/xls/{ChartTitle.py → charts/ChartTitle.py} +0 -0
- /spire/xls/{ChartWallOrFloor.py → charts/ChartWallOrFloor.py} +0 -0
- /spire/xls/{XlsChartPageSetup.py → charts/XlsChartPageSetup.py} +0 -0
- /spire/xls/{XlsChartPlotArea.py → charts/XlsChartPlotArea.py} +0 -0
- /spire/xls/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.py} +0 -0
- /spire/xls/{LabelShapeCollection.py → collection/LabelShapeCollection.py} +0 -0
- /spire/xls/{LineCollection.py → collection/LineCollection.py} +0 -0
- /spire/xls/{ListBoxCollection.py → collection/ListBoxCollection.py} +0 -0
- /spire/xls/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.py} +0 -0
- /spire/xls/{SpinnerShapeCollection.py → collection/SpinnerShapeCollection.py} +0 -0
- /spire/xls/{TextBoxCollection.py → collection/TextBoxCollection.py} +0 -0
- /spire/xls/{WorkbookObjectsCollection.py → collection/WorkbookObjectsCollection.py} +0 -0
- /spire/xls/{WorksheetChartsCollection.py → collection/WorksheetChartsCollection.py} +0 -0
- /spire/xls/{WorksheetConditionalFormats.py → collection/WorksheetConditionalFormats.py} +0 -0
- /spire/xls/{XlsChartSeries.py → collection/XlsChartSeries.py} +0 -0
- /spire/xls/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.py} +0 -0
- /spire/xls/{XlsWorksheetChartsCollection.py → collection/XlsWorksheetChartsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetConditionalFormats.py → collection/XlsWorksheetConditionalFormats.py} +0 -0
- /spire/xls/{PivotCachesCollection.py → collection/pivot_table/PivotCachesCollection.py} +0 -0
- /spire/xls/{PivotCalculatedFieldsCollection.py → collection/pivot_table/PivotCalculatedFieldsCollection.py} +0 -0
- /spire/xls/{PivotDataFields.py → collection/pivot_table/PivotDataFields.py} +0 -0
- /spire/xls/{PivotTablesCollection.py → collection/pivot_table/PivotTablesCollection.py} +0 -0
- /spire/xls/{AxisTypes.py → enums/AxisTypes.py} +0 -0
- /spire/xls/{CompoundLineType.py → enums/CompoundLineType.py} +0 -0
- /spire/xls/{ConditionValueType.py → enums/ConditionValueType.py} +0 -0
- /spire/xls/{ConditionalTopNType.py → enums/ConditionalTopNType.py} +0 -0
- /spire/xls/{ConnectionDataSourceType.py → enums/ConnectionDataSourceType.py} +0 -0
- /spire/xls/{CopyRangeOptions.py → enums/CopyRangeOptions.py} +0 -0
- /spire/xls/{DataBarAxisPosition.py → enums/DataBarAxisPosition.py} +0 -0
- /spire/xls/{DataBarBorderType.py → enums/DataBarBorderType.py} +0 -0
- /spire/xls/{DataBarFillType.py → enums/DataBarFillType.py} +0 -0
- /spire/xls/{DataBarNegativeColorType.py → enums/DataBarNegativeColorType.py} +0 -0
- /spire/xls/{DataMarkerDirection.py → enums/DataMarkerDirection.py} +0 -0
- /spire/xls/{DateTimeGroupingType.py → enums/DateTimeGroupingType.py} +0 -0
- /spire/xls/{DeleteOption.py → enums/DeleteOption.py} +0 -0
- /spire/xls/{DynamicFilterType.py → enums/DynamicFilterType.py} +0 -0
- /spire/xls/{ExcelClearOptions.py → enums/ExcelClearOptions.py} +0 -0
- /spire/xls/{ExcelFindOptions.py → enums/ExcelFindOptions.py} +0 -0
- /spire/xls/{ExcelSaveType.py → enums/ExcelSaveType.py} +0 -0
- /spire/xls/{ExcelTotalsCalculation.py → enums/ExcelTotalsCalculation.py} +0 -0
- /spire/xls/{FillPictureType.py → enums/FillPictureType.py} +0 -0
- /spire/xls/{FilterOperatorType.py → enums/FilterOperatorType.py} +0 -0
- /spire/xls/{FilterType.py → enums/FilterType.py} +0 -0
- /spire/xls/{FindType.py → enums/FindType.py} +0 -0
- /spire/xls/{GeomertyAdjustValueFormulaType.py → enums/GeomertyAdjustValueFormulaType.py} +0 -0
- /spire/xls/{GroupByType.py → enums/GroupByType.py} +0 -0
- /spire/xls/{HttpContentType.py → enums/HttpContentType.py} +0 -0
- /spire/xls/{IconSetType.py → enums/IconSetType.py} +0 -0
- /spire/xls/{InsertOptionsType.py → enums/InsertOptionsType.py} +0 -0
- /spire/xls/{LineShapeType.py → enums/LineShapeType.py} +0 -0
- /spire/xls/{MeasureUnits.py → enums/MeasureUnits.py} +0 -0
- /spire/xls/{MsoPathType.py → enums/MsoPathType.py} +0 -0
- /spire/xls/{OLEDBCommandType.py → enums/OLEDBCommandType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImagePositionType.py → enums/OdsPageBackgroundImagePositionType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImageType.py → enums/OdsPageBackgroundImageType.py} +0 -0
- /spire/xls/{OdsPageBackgroundType.py → enums/OdsPageBackgroundType.py} +0 -0
- /spire/xls/{OleLinkType.py → enums/OleLinkType.py} +0 -0
- /spire/xls/{PathFillMode.py → enums/PathFillMode.py} +0 -0
- /spire/xls/{PdfConformanceLevel.py → enums/PdfConformanceLevel.py} +0 -0
- /spire/xls/{PivotAutoFomatTypes.py → enums/PivotAutoFomatTypes.py} +0 -0
- /spire/xls/{PivotBuiltInStyles.py → enums/PivotBuiltInStyles.py} +0 -0
- /spire/xls/{PivotDataType.py → enums/PivotDataType.py} +0 -0
- /spire/xls/{PivotFieldFormatType.py → enums/PivotFieldFormatType.py} +0 -0
- /spire/xls/{PivotFieldSortType.py → enums/PivotFieldSortType.py} +0 -0
- /spire/xls/{PivotItemType.py → enums/PivotItemType.py} +0 -0
- /spire/xls/{PivotLabelFilterType.py → enums/PivotLabelFilterType.py} +0 -0
- /spire/xls/{PivotPageAreaFieldsOrderType.py → enums/PivotPageAreaFieldsOrderType.py} +0 -0
- /spire/xls/{PivotTableElement.py → enums/PivotTableElement.py} +0 -0
- /spire/xls/{PivotTableLayoutType.py → enums/PivotTableLayoutType.py} +0 -0
- /spire/xls/{PivotValueFilterType.py → enums/PivotValueFilterType.py} +0 -0
- /spire/xls/{PresetTextEffect.py → enums/PresetTextEffect.py} +0 -0
- /spire/xls/{PrintingPageType.py → enums/PrintingPageType.py} +0 -0
- /spire/xls/{PropertyType.py → enums/PropertyType.py} +0 -0
- /spire/xls/{PrstGeomShapeType.py → enums/PrstGeomShapeType.py} +0 -0
- /spire/xls/{RectangleShapeType.py → enums/RectangleShapeType.py} +0 -0
- /spire/xls/{RelationShip.py → enums/RelationShip.py} +0 -0
- /spire/xls/{RenameStrategy.py → enums/RenameStrategy.py} +0 -0
- /spire/xls/{RtfTags.py → enums/RtfTags.py} +0 -0
- /spire/xls/{SelectionType.py → enums/SelectionType.py} +0 -0
- /spire/xls/{SparklineEmptyCells.py → enums/SparklineEmptyCells.py} +0 -0
- /spire/xls/{SpartlineVerticalAxisType.py → enums/SpartlineVerticalAxisType.py} +0 -0
- /spire/xls/{StrikeThroughStyle.py → enums/StrikeThroughStyle.py} +0 -0
- /spire/xls/{StyleDefineType.py → enums/StyleDefineType.py} +0 -0
- /spire/xls/{SubtotalTypes.py → enums/SubtotalTypes.py} +0 -0
- /spire/xls/{TRangeValueType.py → enums/TRangeValueType.py} +0 -0
- /spire/xls/{TableBuiltInStyles.py → enums/TableBuiltInStyles.py} +0 -0
- /spire/xls/{TextDirectionType.py → enums/TextDirectionType.py} +0 -0
- /spire/xls/{TextVerticalValue.py → enums/TextVerticalValue.py} +0 -0
- /spire/xls/{TimePeriodType.py → enums/TimePeriodType.py} +0 -0
- /spire/xls/{UnderlineStyle.py → enums/UnderlineStyle.py} +0 -0
- /spire/xls/{WorksheetCopyType.py → enums/WorksheetCopyType.py} +0 -0
- /spire/xls/{XLSXChartBevelType.py → enums/XLSXChartBevelType.py} +0 -0
- /spire/xls/{XLSXChartLightingType.py → enums/XLSXChartLightingType.py} +0 -0
- /spire/xls/{XLSXPivotItemType.py → enums/XLSXPivotItemType.py} +0 -0
- /spire/xls/{XmlOpenType.py → enums/XmlOpenType.py} +0 -0
- /spire/xls/{IAddInFunction.py → interfaces/IAddInFunction.py} +0 -0
- /spire/xls/{IAutoFilter.py → interfaces/IAutoFilter.py} +0 -0
- /spire/xls/{IAutoFilterCondition.py → interfaces/IAutoFilterCondition.py} +0 -0
- /spire/xls/{IAutoFilters.py → interfaces/IAutoFilters.py} +0 -0
- /spire/xls/{IBorder.py → interfaces/IBorder.py} +0 -0
- /spire/xls/{IBuiltInDocumentProperties.py → interfaces/IBuiltInDocumentProperties.py} +0 -0
- /spire/xls/{IButtonShape.py → interfaces/IButtonShape.py} +0 -0
- /spire/xls/{IChartDropBar.py → interfaces/IChartDropBar.py} +0 -0
- /spire/xls/{IExcelApplication.py → interfaces/IExcelApplication.py} +0 -0
- /spire/xls/{IInternalWorksheet.py → interfaces/IInternalWorksheet.py} +0 -0
- /spire/xls/{IListBox.py → interfaces/IListBox.py} +0 -0
- /spire/xls/{IRichTextString.py → interfaces/IRichTextString.py} +0 -0
- /spire/xls/{IAddInFunctions.py → interfaces/collections/IAddInFunctions.py} +0 -0
- /spire/xls/{IArcShapes.py → interfaces/collections/IArcShapes.py} +0 -0
- /spire/xls/{IBorders.py → interfaces/collections/IBorders.py} +0 -0
- /spire/xls/{IButtonShapes.py → interfaces/collections/IButtonShapes.py} +0 -0
- /spire/xls/{IChartDataPoints.py → interfaces/collections/IChartDataPoints.py} +0 -0
- /spire/xls/{IChartLegendEntries.py → interfaces/collections/IChartLegendEntries.py} +0 -0
- /spire/xls/{IChartSeries.py → interfaces/collections/IChartSeries.py} +0 -0
- /spire/xls/{IChartShapes.py → interfaces/collections/IChartShapes.py} +0 -0
- /spire/xls/{IChartTrendLines.py → interfaces/collections/IChartTrendLines.py} +0 -0
- /spire/xls/{ICharts.py → interfaces/collections/ICharts.py} +0 -0
- /spire/xls/{ICheckBoxes.py → interfaces/collections/ICheckBoxes.py} +0 -0
- /spire/xls/{IComboBoxes.py → interfaces/collections/IComboBoxes.py} +0 -0
- /spire/xls/{IComments.py → interfaces/collections/IComments.py} +0 -0
- /spire/xls/{IConditionalFormatsCollection.py → interfaces/collections/IConditionalFormatsCollection.py} +0 -0
- /spire/xls/{IGroupBoxes.py → interfaces/collections/IGroupBoxes.py} +0 -0
- /spire/xls/{IHyperLinks.py → interfaces/collections/IHyperLinks.py} +0 -0
- /spire/xls/{ILabelShapes.py → interfaces/collections/ILabelShapes.py} +0 -0
- /spire/xls/{ILines.py → interfaces/collections/ILines.py} +0 -0
- /spire/xls/{IListBoxes.py → interfaces/collections/IListBoxes.py} +0 -0
- /spire/xls/{INameRanges.py → interfaces/collections/INameRanges.py} +0 -0
- /spire/xls/{IOvalShapes.py → interfaces/collections/IOvalShapes.py} +0 -0
- /spire/xls/{IPictures.py → interfaces/collections/IPictures.py} +0 -0
- /spire/xls/{IRadioButtons.py → interfaces/collections/IRadioButtons.py} +0 -0
- /spire/xls/{IRectangleShapes.py → interfaces/collections/IRectangleShapes.py} +0 -0
- /spire/xls/{IScrollBarShapes.py → interfaces/collections/IScrollBarShapes.py} +0 -0
- /spire/xls/{ISpinnerShapes.py → interfaces/collections/ISpinnerShapes.py} +0 -0
- /spire/xls/{IStyles.py → interfaces/collections/IStyles.py} +0 -0
- /spire/xls/{ITabSheets.py → interfaces/collections/ITabSheets.py} +0 -0
- /spire/xls/{IWorksheetGroup.py → interfaces/collections/IWorksheetGroup.py} +0 -0
- /spire/xls/{IWorksheets.py → interfaces/collections/IWorksheets.py} +0 -0
- /spire/xls/{IPivotDataField.py → interfaces/pivot_table/IPivotDataField.py} +0 -0
- /spire/xls/{IPivotDataFields.py → interfaces/pivot_table/IPivotDataFields.py} +0 -0
- /spire/xls/{IPivotFields.py → interfaces/pivot_table/IPivotFields.py} +0 -0
- /spire/xls/{IPivotTables.py → interfaces/pivot_table/IPivotTables.py} +0 -0
- /spire/xls/{IDataSort.py → interfaces/sorting/IDataSort.py} +0 -0
- /spire/xls/{PivotCache.py → pivot_tables/PivotCache.py} +0 -0
- /spire/xls/{PivotField.py → pivot_tables/PivotField.py} +0 -0
- /spire/xls/{PivotTable.py → pivot_tables/PivotTable.py} +0 -0
- /spire/xls/{EncryptedKeyInfo.py → security/EncryptedKeyInfo.py} +0 -0
- /spire/xls/{ISparkline.py → sparkline/ISparkline.py} +0 -0
- /spire/xls/{ISparklineGroup.py → sparkline/ISparklineGroup.py} +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.11.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.11.1.dist-info}/top_level.txt +0 -0
spire/xls/XlsWorksheetBase.py
CHANGED
|
@@ -10,10 +10,31 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
10
10
|
"""
|
|
11
11
|
|
|
12
12
|
"""
|
|
13
|
-
|
|
13
|
+
|
|
14
|
+
def ClearCellImageCache(self):
|
|
15
|
+
"""
|
|
16
|
+
Clear Cell image array cache,not delete CellImage in cell.
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
GetDllLibXls().XlsWorksheet_ClearCellImageCache.argtypes=[c_void_p]
|
|
20
|
+
CallCFunction(GetDllLibXls().XlsWorksheet_ClearCellImageCache, self.Ptr)
|
|
21
|
+
|
|
22
|
+
def CellImages(self )->List['ExcelPicture']:
|
|
23
|
+
"""
|
|
24
|
+
Cell image array. Read-only
|
|
25
|
+
"""
|
|
26
|
+
GetDllLibXls().XlsWorksheet_CellImages.argtypes=[c_void_p ,c_void_p]
|
|
27
|
+
GetDllLibXls().XlsWorksheet_CellImages.restype=IntPtrArray
|
|
28
|
+
intPtrArray = CallCFunction(GetDllLibXls().XlsWorksheet_CellImages, self.Ptr)
|
|
29
|
+
ret = GetObjVectorFromArray(intPtrArray, ExcelPicture)
|
|
30
|
+
return ret
|
|
14
31
|
|
|
15
32
|
def GetShapes(self)->'IShapes':
|
|
16
33
|
"""
|
|
34
|
+
Gets collection of all shapes in the worksheet.
|
|
35
|
+
|
|
36
|
+
Returns:
|
|
37
|
+
IShapes: Collection of shapes including charts, pictures and other objects
|
|
17
38
|
"""
|
|
18
39
|
|
|
19
40
|
GetDllLibXls().XlsWorksheetBase_get_Shapes.argtypes=[c_void_p]
|
|
@@ -26,6 +47,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
26
47
|
|
|
27
48
|
def GetGroupShapeCollection(self)->'GroupShapeCollection':
|
|
28
49
|
"""
|
|
50
|
+
Gets collection of grouped shapes in the worksheet.
|
|
51
|
+
|
|
52
|
+
Returns:
|
|
53
|
+
GroupShapeCollection: Collection of shape groups
|
|
29
54
|
"""
|
|
30
55
|
|
|
31
56
|
GetDllLibXls().XlsWorksheetBase_get_GroupShapeCollection.argtypes=[c_void_p]
|
|
@@ -37,9 +62,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
37
62
|
|
|
38
63
|
def MoveSheet(self ,destIndex:int):
|
|
39
64
|
"""
|
|
40
|
-
<summary>
|
|
41
65
|
Moves sheet into new position, including chartsheet and worksheet.
|
|
42
|
-
|
|
66
|
+
|
|
67
|
+
Args:
|
|
68
|
+
destIndex: Zero-based destination index to move sheet to
|
|
43
69
|
"""
|
|
44
70
|
|
|
45
71
|
GetDllLibXls().XlsWorksheetBase_MoveSheet.argtypes=[c_void_p ,c_int]
|
|
@@ -49,21 +75,24 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
49
75
|
|
|
50
76
|
def Unselect(self ,Check:bool):
|
|
51
77
|
"""
|
|
78
|
+
Unselects the worksheet in the workbook UI.
|
|
52
79
|
|
|
80
|
+
Args:
|
|
81
|
+
Check: Whether to validate selection state
|
|
53
82
|
"""
|
|
54
83
|
|
|
55
|
-
GetDllLibXls().
|
|
56
|
-
CallCFunction(GetDllLibXls().
|
|
84
|
+
GetDllLibXls().XlsWorksheetBase_UnselectC.argtypes=[c_void_p ,c_bool]
|
|
85
|
+
CallCFunction(GetDllLibXls().XlsWorksheetBase_UnselectC, self.Ptr, Check)
|
|
57
86
|
|
|
58
87
|
@dispatch
|
|
59
88
|
|
|
60
89
|
def Protect(self ,password:str,options:SheetProtectionType):
|
|
61
90
|
"""
|
|
62
|
-
<summary>
|
|
63
91
|
Protects worksheet with password.
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
92
|
+
|
|
93
|
+
Args:
|
|
94
|
+
password: Protection password.
|
|
95
|
+
options:Specify which actions are allowed while the worksheet is protected.
|
|
67
96
|
"""
|
|
68
97
|
enumoptions:c_int = options.value
|
|
69
98
|
|
|
@@ -74,22 +103,20 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
74
103
|
|
|
75
104
|
def Protect(self ,password:str):
|
|
76
105
|
"""
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
<param name="password">Protection password.</param>
|
|
92
|
-
<remarks>Password should be less than 15 symbols.</remarks>
|
|
106
|
+
Protects worksheet with password.protect the sheet except select lock/unlock cells.
|
|
107
|
+
|
|
108
|
+
Args:
|
|
109
|
+
password: Protection password.
|
|
110
|
+
Example::
|
|
111
|
+
|
|
112
|
+
#Create worksheet
|
|
113
|
+
workbook = Workbook()
|
|
114
|
+
worksheet = workbook.Worksheets[0]
|
|
115
|
+
#Protects the first worksheet's content with password
|
|
116
|
+
worksheet.Protect("123456")
|
|
117
|
+
#Save to file
|
|
118
|
+
workbook.SaveToFile("Protect.xlsx")
|
|
119
|
+
|
|
93
120
|
"""
|
|
94
121
|
|
|
95
122
|
GetDllLibXls().XlsWorksheetBase_Protect.argtypes=[c_void_p ,c_void_p]
|
|
@@ -98,7 +125,13 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
98
125
|
|
|
99
126
|
def Clone(self ,parent:'SpireObject')->'SpireObject':
|
|
100
127
|
"""
|
|
128
|
+
Creates a clone of the worksheet.
|
|
129
|
+
|
|
130
|
+
Args:
|
|
131
|
+
parent: Parent object for cloning
|
|
101
132
|
|
|
133
|
+
Returns:
|
|
134
|
+
SpireObject: Cloned worksheet object
|
|
102
135
|
"""
|
|
103
136
|
intPtrparent:c_void_p = parent.Ptr
|
|
104
137
|
|
|
@@ -112,9 +145,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
112
145
|
@dispatch
|
|
113
146
|
def Unprotect(self):
|
|
114
147
|
"""
|
|
115
|
-
<summary>
|
|
116
148
|
Unprotects this wokrsheet.
|
|
117
|
-
|
|
149
|
+
|
|
118
150
|
"""
|
|
119
151
|
GetDllLibXls().XlsWorksheetBase_Unprotect.argtypes=[c_void_p]
|
|
120
152
|
CallCFunction(GetDllLibXls().XlsWorksheetBase_Unprotect, self.Ptr)
|
|
@@ -123,10 +155,11 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
123
155
|
|
|
124
156
|
def Unprotect(self ,password:str):
|
|
125
157
|
"""
|
|
126
|
-
<summary>
|
|
127
158
|
Unprotects this worksheet using specified password.
|
|
128
|
-
|
|
129
|
-
|
|
159
|
+
|
|
160
|
+
Args:
|
|
161
|
+
password: Password to unprotect.
|
|
162
|
+
|
|
130
163
|
"""
|
|
131
164
|
|
|
132
165
|
GetDllLibXls().XlsWorksheetBase_UnprotectP.argtypes=[c_void_p ,c_void_p]
|
|
@@ -135,20 +168,33 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
135
168
|
|
|
136
169
|
def AddTextEffectShape(self ,effect:'PresetTextEffect',text:str,upperLeftRow:int,top:int,upperLeftColumn:int,left:int,height:int,width:int)->'IShape':
|
|
137
170
|
"""
|
|
171
|
+
Adds a text effect shape to the worksheet.
|
|
138
172
|
|
|
173
|
+
Args:
|
|
174
|
+
effect: Preset text effect style
|
|
175
|
+
text: Text content
|
|
176
|
+
upperLeftRow: Top row index
|
|
177
|
+
top: Top position in pixels
|
|
178
|
+
upperLeftColumn: Left column index
|
|
179
|
+
left: Left position in pixels
|
|
180
|
+
height: Shape height
|
|
181
|
+
width: Shape width
|
|
182
|
+
|
|
183
|
+
Returns:
|
|
184
|
+
IShape: Created text effect shape
|
|
139
185
|
"""
|
|
140
186
|
enumeffect:c_int = effect.value
|
|
141
187
|
|
|
142
188
|
GetDllLibXls().XlsWorksheetBase_AddTextEffectShape.argtypes=[c_void_p ,c_int,c_void_p,c_int,c_int,c_int,c_int,c_int,c_int]
|
|
143
189
|
GetDllLibXls().XlsWorksheetBase_AddTextEffectShape.restype=c_void_p
|
|
144
190
|
intPtr = CallCFunction(GetDllLibXls().XlsWorksheetBase_AddTextEffectShape, self.Ptr, enumeffect,text,upperLeftRow,top,upperLeftColumn,left,height,width)
|
|
145
|
-
ret = None if intPtr==None else
|
|
191
|
+
ret = None if intPtr==None else XlsShape(intPtr)
|
|
146
192
|
return ret
|
|
147
193
|
|
|
148
194
|
|
|
149
195
|
def SetChanged(self):
|
|
150
196
|
"""
|
|
151
|
-
|
|
197
|
+
Marks the worksheet as modified to trigger refresh/resave operations.
|
|
152
198
|
"""
|
|
153
199
|
GetDllLibXls().XlsWorksheetBase_SetChanged.argtypes=[c_void_p]
|
|
154
200
|
CallCFunction(GetDllLibXls().XlsWorksheetBase_SetChanged, self.Ptr)
|
|
@@ -157,9 +203,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
157
203
|
|
|
158
204
|
def Name(self)->str:
|
|
159
205
|
"""
|
|
160
|
-
<summary>
|
|
161
206
|
Returns or sets the name of the object. Read / write String.
|
|
162
|
-
|
|
207
|
+
|
|
163
208
|
"""
|
|
164
209
|
GetDllLibXls().XlsWorksheetBase_get_Name.argtypes=[c_void_p]
|
|
165
210
|
GetDllLibXls().XlsWorksheetBase_get_Name.restype=c_void_p
|
|
@@ -176,9 +221,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
176
221
|
|
|
177
222
|
def CodeName(self)->str:
|
|
178
223
|
"""
|
|
179
|
-
<summary>
|
|
180
224
|
Name used by macros to access workbook items.
|
|
181
|
-
|
|
225
|
+
|
|
182
226
|
"""
|
|
183
227
|
GetDllLibXls().XlsWorksheetBase_get_CodeName.argtypes=[c_void_p]
|
|
184
228
|
GetDllLibXls().XlsWorksheetBase_get_CodeName.restype=c_void_p
|
|
@@ -194,10 +238,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
194
238
|
@property
|
|
195
239
|
def Zoom(self)->int:
|
|
196
240
|
"""
|
|
197
|
-
<summary>
|
|
198
241
|
Zoom factor of document.
|
|
199
|
-
|
|
200
|
-
<remarks> Value of zoom should be between 10 and 400.</remarks>
|
|
242
|
+
|
|
201
243
|
"""
|
|
202
244
|
GetDllLibXls().XlsWorksheetBase_get_Zoom.argtypes=[c_void_p]
|
|
203
245
|
GetDllLibXls().XlsWorksheetBase_get_Zoom.restype=c_int
|
|
@@ -213,9 +255,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
213
255
|
|
|
214
256
|
def Visibility(self)->'WorksheetVisibility':
|
|
215
257
|
"""
|
|
216
|
-
<summary>
|
|
217
258
|
Controls end user visibility of worksheet.
|
|
218
|
-
|
|
259
|
+
|
|
219
260
|
"""
|
|
220
261
|
GetDllLibXls().XlsWorksheetBase_get_Visibility.argtypes=[c_void_p]
|
|
221
262
|
GetDllLibXls().XlsWorksheetBase_get_Visibility.restype=c_int
|
|
@@ -232,12 +273,16 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
232
273
|
|
|
233
274
|
def Workbook(self)->'IWorkbook':
|
|
234
275
|
"""
|
|
276
|
+
Gets the parent workbook containing this worksheet.
|
|
235
277
|
|
|
278
|
+
Returns:
|
|
279
|
+
IWorkbook: Parent workbook object
|
|
236
280
|
"""
|
|
281
|
+
from spire.xls.XlsWorkbook import XlsWorkbook
|
|
237
282
|
GetDllLibXls().XlsWorksheetBase_get_Workbook.argtypes=[c_void_p]
|
|
238
283
|
GetDllLibXls().XlsWorksheetBase_get_Workbook.restype=c_void_p
|
|
239
284
|
intPtr = CallCFunction(GetDllLibXls().XlsWorksheetBase_get_Workbook, self.Ptr)
|
|
240
|
-
ret = None if intPtr==None else
|
|
285
|
+
ret = None if intPtr==None else XlsWorkbook(intPtr)
|
|
241
286
|
return ret
|
|
242
287
|
|
|
243
288
|
|
|
@@ -245,7 +290,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
245
290
|
|
|
246
291
|
def Charts(self)->'IChartShapes':
|
|
247
292
|
"""
|
|
293
|
+
Gets collection of all charts in the worksheet.
|
|
248
294
|
|
|
295
|
+
Returns:
|
|
296
|
+
IChartShapes: Collection of chart objects
|
|
249
297
|
"""
|
|
250
298
|
GetDllLibXls().XlsWorksheetBase_get_Charts.argtypes=[c_void_p]
|
|
251
299
|
GetDllLibXls().XlsWorksheetBase_get_Charts.restype=c_void_p
|
|
@@ -258,7 +306,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
258
306
|
|
|
259
307
|
def QueryTables(self)->'QueryTableCollection':
|
|
260
308
|
"""
|
|
309
|
+
Gets collection of external data query tables in the worksheet.
|
|
261
310
|
|
|
311
|
+
Returns:
|
|
312
|
+
QueryTableCollection: Collection of data query objects
|
|
262
313
|
"""
|
|
263
314
|
GetDllLibXls().XlsWorksheetBase_get_QueryTables.argtypes=[c_void_p]
|
|
264
315
|
GetDllLibXls().XlsWorksheetBase_get_QueryTables.restype=c_void_p
|
|
@@ -271,7 +322,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
271
322
|
|
|
272
323
|
def CheckBoxes(self)->'ICheckBoxes':
|
|
273
324
|
"""
|
|
325
|
+
Gets collection of all checkbox controls in the worksheet.
|
|
274
326
|
|
|
327
|
+
Returns:
|
|
328
|
+
ICheckBoxes: Collection of checkbox objects
|
|
275
329
|
"""
|
|
276
330
|
GetDllLibXls().XlsWorksheetBase_get_CheckBoxes.argtypes=[c_void_p]
|
|
277
331
|
GetDllLibXls().XlsWorksheetBase_get_CheckBoxes.restype=c_void_p
|
|
@@ -284,7 +338,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
284
338
|
|
|
285
339
|
def ButtonShapes(self)->'IButtonShapes':
|
|
286
340
|
"""
|
|
341
|
+
Gets collection of all button controls in the worksheet.
|
|
287
342
|
|
|
343
|
+
Returns:
|
|
344
|
+
IButtonShapes: Collection of button objects
|
|
288
345
|
"""
|
|
289
346
|
GetDllLibXls().XlsWorksheetBase_get_ButtonShapes.argtypes=[c_void_p]
|
|
290
347
|
GetDllLibXls().XlsWorksheetBase_get_ButtonShapes.restype=c_void_p
|
|
@@ -297,7 +354,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
297
354
|
|
|
298
355
|
def LabelShapes(self)->'ILabelShapes':
|
|
299
356
|
"""
|
|
357
|
+
Gets collection of all label controls in the worksheet.
|
|
300
358
|
|
|
359
|
+
Returns:
|
|
360
|
+
ILabelShapes: Collection of label objects
|
|
301
361
|
"""
|
|
302
362
|
GetDllLibXls().XlsWorksheetBase_get_LabelShapes.argtypes=[c_void_p]
|
|
303
363
|
GetDllLibXls().XlsWorksheetBase_get_LabelShapes.restype=c_void_p
|
|
@@ -310,7 +370,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
310
370
|
|
|
311
371
|
def Lines(self)->'ILines':
|
|
312
372
|
"""
|
|
373
|
+
Gets collection of all line shapes in the worksheet.
|
|
313
374
|
|
|
375
|
+
Returns:
|
|
376
|
+
ILines: Collection of line objects
|
|
314
377
|
"""
|
|
315
378
|
GetDllLibXls().XlsWorksheetBase_get_Lines.argtypes=[c_void_p]
|
|
316
379
|
GetDllLibXls().XlsWorksheetBase_get_Lines.restype=c_void_p
|
|
@@ -323,7 +386,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
323
386
|
|
|
324
387
|
def ListBoxes(self)->'IListBoxes':
|
|
325
388
|
"""
|
|
389
|
+
Gets collection of all listbox controls in the worksheet.
|
|
326
390
|
|
|
391
|
+
Returns:
|
|
392
|
+
IListBoxes: Collection of listbox objects
|
|
327
393
|
"""
|
|
328
394
|
GetDllLibXls().XlsWorksheetBase_get_ListBoxes.argtypes=[c_void_p]
|
|
329
395
|
GetDllLibXls().XlsWorksheetBase_get_ListBoxes.restype=c_void_p
|
|
@@ -336,7 +402,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
336
402
|
|
|
337
403
|
def ComboBoxes(self)->'IComboBoxes':
|
|
338
404
|
"""
|
|
405
|
+
Gets collection of all combobox controls in the worksheet.
|
|
339
406
|
|
|
407
|
+
Returns:
|
|
408
|
+
IComboBoxes: Collection of combobox objects
|
|
340
409
|
"""
|
|
341
410
|
GetDllLibXls().XlsWorksheetBase_get_ComboBoxes.argtypes=[c_void_p]
|
|
342
411
|
GetDllLibXls().XlsWorksheetBase_get_ComboBoxes.restype=c_void_p
|
|
@@ -349,7 +418,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
349
418
|
|
|
350
419
|
def GroupBoxes(self)->'IGroupBoxes':
|
|
351
420
|
"""
|
|
421
|
+
Gets collection of all groupbox controls in the worksheet.
|
|
352
422
|
|
|
423
|
+
Returns:
|
|
424
|
+
IGroupBoxes: Collection of groupbox objects
|
|
353
425
|
"""
|
|
354
426
|
GetDllLibXls().XlsWorksheetBase_get_GroupBoxes.argtypes=[c_void_p]
|
|
355
427
|
GetDllLibXls().XlsWorksheetBase_get_GroupBoxes.restype=c_void_p
|
|
@@ -362,7 +434,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
362
434
|
|
|
363
435
|
def OvalShapes(self)->'IOvalShapes':
|
|
364
436
|
"""
|
|
437
|
+
Gets collection of all oval shapes in the worksheet.
|
|
365
438
|
|
|
439
|
+
Returns:
|
|
440
|
+
IOvalShapes: Collection of oval objects
|
|
366
441
|
"""
|
|
367
442
|
GetDllLibXls().XlsWorksheetBase_get_OvalShapes.argtypes=[c_void_p]
|
|
368
443
|
GetDllLibXls().XlsWorksheetBase_get_OvalShapes.restype=c_void_p
|
|
@@ -375,7 +450,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
375
450
|
|
|
376
451
|
def RectangleShapes(self)->'IRectangleShapes':
|
|
377
452
|
"""
|
|
453
|
+
Gets collection of all rectangle shapes in the worksheet.
|
|
378
454
|
|
|
455
|
+
Returns:
|
|
456
|
+
IRectangleShapes: Collection of rectangle objects
|
|
379
457
|
"""
|
|
380
458
|
GetDllLibXls().XlsWorksheetBase_get_RectangleShapes.argtypes=[c_void_p]
|
|
381
459
|
GetDllLibXls().XlsWorksheetBase_get_RectangleShapes.restype=c_void_p
|
|
@@ -388,7 +466,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
388
466
|
|
|
389
467
|
def ScrollBarShapes(self)->'IScrollBarShapes':
|
|
390
468
|
"""
|
|
469
|
+
Gets collection of all scrollbar controls in the worksheet.
|
|
391
470
|
|
|
471
|
+
Returns:
|
|
472
|
+
IScrollBarShapes: Collection of scrollbar objects
|
|
392
473
|
"""
|
|
393
474
|
GetDllLibXls().XlsWorksheetBase_get_ScrollBarShapes.argtypes=[c_void_p]
|
|
394
475
|
GetDllLibXls().XlsWorksheetBase_get_ScrollBarShapes.restype=c_void_p
|
|
@@ -401,7 +482,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
401
482
|
|
|
402
483
|
def SpinnerShapes(self)->'ISpinnerShapes':
|
|
403
484
|
"""
|
|
485
|
+
Gets collection of all spinner controls in the worksheet.
|
|
404
486
|
|
|
487
|
+
Returns:
|
|
488
|
+
ISpinnerShapes: Collection of spinner objects
|
|
405
489
|
"""
|
|
406
490
|
GetDllLibXls().XlsWorksheetBase_get_SpinnerShapes.argtypes=[c_void_p]
|
|
407
491
|
GetDllLibXls().XlsWorksheetBase_get_SpinnerShapes.restype=c_void_p
|
|
@@ -414,7 +498,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
414
498
|
|
|
415
499
|
def ArcShapes(self)->'IArcShapes':
|
|
416
500
|
"""
|
|
501
|
+
Gets collection of all arc shapes in the worksheet.
|
|
417
502
|
|
|
503
|
+
Returns:
|
|
504
|
+
IArcShapes: Collection of arc objects
|
|
418
505
|
"""
|
|
419
506
|
GetDllLibXls().XlsWorksheetBase_get_ArcShapes.argtypes=[c_void_p]
|
|
420
507
|
GetDllLibXls().XlsWorksheetBase_get_ArcShapes.restype=c_void_p
|
|
@@ -427,7 +514,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
427
514
|
|
|
428
515
|
def Comments(self)->'IComments':
|
|
429
516
|
"""
|
|
517
|
+
Gets collection of all cell comments in the worksheet.
|
|
430
518
|
|
|
519
|
+
Returns:
|
|
520
|
+
IComments: Collection of comment objects
|
|
431
521
|
"""
|
|
432
522
|
GetDllLibXls().XlsWorksheetBase_get_Comments.argtypes=[c_void_p]
|
|
433
523
|
GetDllLibXls().XlsWorksheetBase_get_Comments.restype=c_void_p
|
|
@@ -440,20 +530,17 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
440
530
|
|
|
441
531
|
def GridLineColor(self)->'ExcelColors':
|
|
442
532
|
"""
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
</code>
|
|
455
|
-
</example>
|
|
456
|
-
</summary>
|
|
533
|
+
Grid line color.
|
|
534
|
+
Example::
|
|
535
|
+
|
|
536
|
+
#Create worksheet
|
|
537
|
+
workbook = Workbook()
|
|
538
|
+
worksheet = workbook.Worksheets[0]
|
|
539
|
+
#Set grid lines color
|
|
540
|
+
worksheet.GridLineColor = ExcelColors.Red
|
|
541
|
+
#Save to file
|
|
542
|
+
workbook.SaveToFile("GridLineColor.xlsx")
|
|
543
|
+
|
|
457
544
|
"""
|
|
458
545
|
GetDllLibXls().XlsWorksheetBase_get_GridLineColor.argtypes=[c_void_p]
|
|
459
546
|
GetDllLibXls().XlsWorksheetBase_get_GridLineColor.restype=c_int
|
|
@@ -469,7 +556,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
469
556
|
@property
|
|
470
557
|
def HasPictures(self)->bool:
|
|
471
558
|
"""
|
|
559
|
+
Indicates whether the worksheet contains any pictures.
|
|
472
560
|
|
|
561
|
+
Returns:
|
|
562
|
+
bool: True if worksheet has pictures, False otherwise
|
|
473
563
|
"""
|
|
474
564
|
GetDllLibXls().XlsWorksheetBase_get_HasPictures.argtypes=[c_void_p]
|
|
475
565
|
GetDllLibXls().XlsWorksheetBase_get_HasPictures.restype=c_bool
|
|
@@ -479,9 +569,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
479
569
|
@property
|
|
480
570
|
def HasVmlShapes(self)->bool:
|
|
481
571
|
"""
|
|
482
|
-
<summary>
|
|
483
572
|
Indicates whether worksheet has vml shapes. Read-only.
|
|
484
|
-
|
|
573
|
+
|
|
485
574
|
"""
|
|
486
575
|
GetDllLibXls().XlsWorksheetBase_get_HasVmlShapes.argtypes=[c_void_p]
|
|
487
576
|
GetDllLibXls().XlsWorksheetBase_get_HasVmlShapes.restype=c_bool
|
|
@@ -492,9 +581,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
492
581
|
|
|
493
582
|
def HeaderFooterShapes(self)->'XlsHeaderFooterShapeCollection':
|
|
494
583
|
"""
|
|
495
|
-
<summary>
|
|
496
584
|
Header / footer shapes collection.
|
|
497
|
-
|
|
585
|
+
|
|
498
586
|
"""
|
|
499
587
|
GetDllLibXls().XlsWorksheetBase_get_HeaderFooterShapes.argtypes=[c_void_p]
|
|
500
588
|
GetDllLibXls().XlsWorksheetBase_get_HeaderFooterShapes.restype=c_void_p
|
|
@@ -506,9 +594,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
506
594
|
@property
|
|
507
595
|
def DefaultGridlineColor(self)->bool:
|
|
508
596
|
"""
|
|
509
|
-
<summary>
|
|
510
597
|
Indicates whether gridline color has default value.
|
|
511
|
-
|
|
598
|
+
|
|
512
599
|
"""
|
|
513
600
|
GetDllLibXls().XlsWorksheetBase_get_DefaultGridlineColor.argtypes=[c_void_p]
|
|
514
601
|
GetDllLibXls().XlsWorksheetBase_get_DefaultGridlineColor.restype=c_bool
|
|
@@ -518,9 +605,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
518
605
|
@property
|
|
519
606
|
def FirstRow(self)->int:
|
|
520
607
|
"""
|
|
521
|
-
<summary>
|
|
522
608
|
Gets / sets index of the first row of the worksheet.
|
|
523
|
-
|
|
609
|
+
|
|
524
610
|
"""
|
|
525
611
|
GetDllLibXls().XlsWorksheetBase_get_FirstRow.argtypes=[c_void_p]
|
|
526
612
|
GetDllLibXls().XlsWorksheetBase_get_FirstRow.restype=c_int
|
|
@@ -535,9 +621,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
535
621
|
@property
|
|
536
622
|
def FirstColumn(self)->int:
|
|
537
623
|
"""
|
|
538
|
-
<summary>
|
|
539
624
|
Gets or sets index of the first column of the worksheet.
|
|
540
|
-
|
|
625
|
+
|
|
541
626
|
"""
|
|
542
627
|
GetDllLibXls().XlsWorksheetBase_get_FirstColumn.argtypes=[c_void_p]
|
|
543
628
|
GetDllLibXls().XlsWorksheetBase_get_FirstColumn.restype=c_int
|
|
@@ -552,9 +637,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
552
637
|
@property
|
|
553
638
|
def FirstDataRow(self)->int:
|
|
554
639
|
"""
|
|
555
|
-
<summary>
|
|
556
640
|
Gets index of the first data row of the worksheet.
|
|
557
|
-
|
|
641
|
+
|
|
558
642
|
"""
|
|
559
643
|
GetDllLibXls().XlsWorksheetBase_get_FirstDataRow.argtypes=[c_void_p]
|
|
560
644
|
GetDllLibXls().XlsWorksheetBase_get_FirstDataRow.restype=c_int
|
|
@@ -564,9 +648,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
564
648
|
@property
|
|
565
649
|
def FirstDataColumn(self)->int:
|
|
566
650
|
"""
|
|
567
|
-
<summary>
|
|
568
651
|
Gets index of the first data column of the worksheet.
|
|
569
|
-
|
|
652
|
+
|
|
570
653
|
"""
|
|
571
654
|
GetDllLibXls().XlsWorksheetBase_get_FirstDataColumn.argtypes=[c_void_p]
|
|
572
655
|
GetDllLibXls().XlsWorksheetBase_get_FirstDataColumn.restype=c_int
|
|
@@ -576,9 +659,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
576
659
|
@property
|
|
577
660
|
def LastRow(self)->int:
|
|
578
661
|
"""
|
|
579
|
-
<summary>
|
|
580
662
|
Gets or sets one-based index of the last row of the worksheet.
|
|
581
|
-
|
|
663
|
+
|
|
582
664
|
"""
|
|
583
665
|
GetDllLibXls().XlsWorksheetBase_get_LastRow.argtypes=[c_void_p]
|
|
584
666
|
GetDllLibXls().XlsWorksheetBase_get_LastRow.restype=c_int
|
|
@@ -593,9 +675,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
593
675
|
@property
|
|
594
676
|
def LastColumn(self)->int:
|
|
595
677
|
"""
|
|
596
|
-
<summary>
|
|
597
678
|
Gets or sets index of the last column of the worksheet.
|
|
598
|
-
|
|
679
|
+
|
|
599
680
|
"""
|
|
600
681
|
GetDllLibXls().XlsWorksheetBase_get_LastColumn.argtypes=[c_void_p]
|
|
601
682
|
GetDllLibXls().XlsWorksheetBase_get_LastColumn.restype=c_int
|
|
@@ -610,9 +691,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
610
691
|
@property
|
|
611
692
|
def LastDataRow(self)->int:
|
|
612
693
|
"""
|
|
613
|
-
<summary>
|
|
614
694
|
Gets index of the last data row of the worksheet.
|
|
615
|
-
|
|
695
|
+
|
|
616
696
|
"""
|
|
617
697
|
GetDllLibXls().XlsWorksheetBase_get_LastDataRow.argtypes=[c_void_p]
|
|
618
698
|
GetDllLibXls().XlsWorksheetBase_get_LastDataRow.restype=c_int
|
|
@@ -622,9 +702,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
622
702
|
@property
|
|
623
703
|
def LastDataColumn(self)->int:
|
|
624
704
|
"""
|
|
625
|
-
<summary>
|
|
626
705
|
Gets index of the last data column of the worksheet.
|
|
627
|
-
|
|
706
|
+
|
|
628
707
|
"""
|
|
629
708
|
GetDllLibXls().XlsWorksheetBase_get_LastDataColumn.argtypes=[c_void_p]
|
|
630
709
|
GetDllLibXls().XlsWorksheetBase_get_LastDataColumn.restype=c_int
|
|
@@ -634,7 +713,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
634
713
|
@property
|
|
635
714
|
def IsPasswordProtected(self)->bool:
|
|
636
715
|
"""
|
|
716
|
+
Indicates whether the worksheet is password protected.
|
|
637
717
|
|
|
718
|
+
Returns:
|
|
719
|
+
bool: True if password protection is enabled, False otherwise
|
|
638
720
|
"""
|
|
639
721
|
GetDllLibXls().XlsWorksheetBase_get_IsPasswordProtected.argtypes=[c_void_p]
|
|
640
722
|
GetDllLibXls().XlsWorksheetBase_get_IsPasswordProtected.restype=c_bool
|
|
@@ -644,9 +726,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
644
726
|
@property
|
|
645
727
|
def Index(self)->int:
|
|
646
728
|
"""
|
|
647
|
-
<summary>
|
|
648
729
|
Returns the index number of the object within the collection of objects.
|
|
649
|
-
|
|
730
|
+
|
|
650
731
|
"""
|
|
651
732
|
GetDllLibXls().XlsWorksheetBase_get_Index.argtypes=[c_void_p]
|
|
652
733
|
GetDllLibXls().XlsWorksheetBase_get_Index.restype=c_int
|
|
@@ -676,22 +757,19 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
676
757
|
@property
|
|
677
758
|
def LeftVisibleColumn(self)->int:
|
|
678
759
|
"""
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
</code>
|
|
693
|
-
</example>
|
|
694
|
-
</summary>
|
|
760
|
+
Gets/sets left visible column of the worksheet.
|
|
761
|
+
Example::
|
|
762
|
+
|
|
763
|
+
#Create worksheet
|
|
764
|
+
workbook = Workbook()
|
|
765
|
+
worksheet = workbook.Worksheets[0]
|
|
766
|
+
#Set left visible column
|
|
767
|
+
worksheet.LeftVisibleColumn = 3
|
|
768
|
+
#Get left visible column
|
|
769
|
+
Console.Write(worksheet.LeftVisibleColumn)
|
|
770
|
+
#Save to file
|
|
771
|
+
workbook.SaveToFile("LeftVisibleColumn.xlsx")
|
|
772
|
+
|
|
695
773
|
"""
|
|
696
774
|
GetDllLibXls().XlsWorksheetBase_get_LeftVisibleColumn.argtypes=[c_void_p]
|
|
697
775
|
GetDllLibXls().XlsWorksheetBase_get_LeftVisibleColumn.restype=c_int
|
|
@@ -721,9 +799,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
721
799
|
@property
|
|
722
800
|
def SheetId(self)->int:
|
|
723
801
|
"""
|
|
724
|
-
<summary>
|
|
725
802
|
Gets or sets sheetId for this sheet.
|
|
726
|
-
|
|
803
|
+
|
|
727
804
|
"""
|
|
728
805
|
GetDllLibXls().XlsWorksheetBase_get_SheetId.argtypes=[c_void_p]
|
|
729
806
|
GetDllLibXls().XlsWorksheetBase_get_SheetId.restype=c_int
|
|
@@ -738,9 +815,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
738
815
|
@property
|
|
739
816
|
def IsRowColHeadersVisible(self)->bool:
|
|
740
817
|
"""
|
|
741
|
-
<summary>
|
|
742
818
|
Gets or sets whether the worksheet will display row and column headers. Default is true.
|
|
743
|
-
|
|
819
|
+
|
|
744
820
|
"""
|
|
745
821
|
GetDllLibXls().XlsWorksheetBase_get_IsRowColHeadersVisible.argtypes=[c_void_p]
|
|
746
822
|
GetDllLibXls().XlsWorksheetBase_get_IsRowColHeadersVisible.restype=c_bool
|
|
@@ -749,15 +825,14 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
749
825
|
|
|
750
826
|
@IsRowColHeadersVisible.setter
|
|
751
827
|
def IsRowColHeadersVisible(self, value:bool):
|
|
752
|
-
GetDllLibXls().
|
|
753
|
-
CallCFunction(GetDllLibXls().
|
|
828
|
+
GetDllLibXls().XlsWorksheetBase_set_IsRowColHeadersVisibleV.argtypes=[c_void_p, c_bool]
|
|
829
|
+
CallCFunction(GetDllLibXls().XlsWorksheetBase_set_IsRowColHeadersVisibleV, self.Ptr, value)
|
|
754
830
|
|
|
755
831
|
@property
|
|
756
832
|
def IsRightToLeft(self)->bool:
|
|
757
833
|
"""
|
|
758
|
-
<summary>
|
|
759
834
|
Indicates whether worksheet is displayed right to left.
|
|
760
|
-
|
|
835
|
+
|
|
761
836
|
"""
|
|
762
837
|
GetDllLibXls().XlsWorksheetBase_get_IsRightToLeft.argtypes=[c_void_p]
|
|
763
838
|
GetDllLibXls().XlsWorksheetBase_get_IsRightToLeft.restype=c_bool
|
|
@@ -773,8 +848,12 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
773
848
|
|
|
774
849
|
def ParentWorkbook(self)->'XlsWorkbook':
|
|
775
850
|
"""
|
|
851
|
+
Gets the parent workbook that contains this worksheet.
|
|
776
852
|
|
|
853
|
+
Returns:
|
|
854
|
+
XlsWorkbook: Parent workbook instance
|
|
777
855
|
"""
|
|
856
|
+
from spire.xls.XlsWorkbook import XlsWorkbook
|
|
778
857
|
GetDllLibXls().XlsWorksheetBase_get_ParentWorkbook.argtypes=[c_void_p]
|
|
779
858
|
GetDllLibXls().XlsWorksheetBase_get_ParentWorkbook.restype=c_void_p
|
|
780
859
|
intPtr = CallCFunction(GetDllLibXls().XlsWorksheetBase_get_ParentWorkbook, self.Ptr)
|
|
@@ -786,7 +865,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
786
865
|
|
|
787
866
|
def Pictures(self)->'IPictures':
|
|
788
867
|
"""
|
|
868
|
+
Gets collection of all pictures in the worksheet.
|
|
789
869
|
|
|
870
|
+
Returns:
|
|
871
|
+
IPictures: Collection of picture objects
|
|
790
872
|
"""
|
|
791
873
|
GetDllLibXls().XlsWorksheetBase_get_Pictures.argtypes=[c_void_p]
|
|
792
874
|
GetDllLibXls().XlsWorksheetBase_get_Pictures.restype=c_void_p
|
|
@@ -799,7 +881,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
799
881
|
|
|
800
882
|
def RadioButtons(self)->'IRadioButtons':
|
|
801
883
|
"""
|
|
884
|
+
Gets collection of all radio button controls in the worksheet.
|
|
802
885
|
|
|
886
|
+
Returns:
|
|
887
|
+
IRadioButtons: Collection of radio button objects
|
|
803
888
|
"""
|
|
804
889
|
GetDllLibXls().XlsWorksheetBase_get_RadioButtons.argtypes=[c_void_p]
|
|
805
890
|
GetDllLibXls().XlsWorksheetBase_get_RadioButtons.restype=c_void_p
|
|
@@ -812,9 +897,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
812
897
|
|
|
813
898
|
def TextBoxes(self)->'ITextBoxes':
|
|
814
899
|
"""
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
900
|
+
Gets collection of all textbox controls in the worksheet (read-only).
|
|
901
|
+
|
|
902
|
+
Returns:
|
|
903
|
+
ITextBoxes: Collection of textbox objects
|
|
818
904
|
"""
|
|
819
905
|
GetDllLibXls().XlsWorksheetBase_get_TextBoxes.argtypes=[c_void_p]
|
|
820
906
|
GetDllLibXls().XlsWorksheetBase_get_TextBoxes.restype=c_void_p
|
|
@@ -826,9 +912,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
826
912
|
@property
|
|
827
913
|
def IsSelected(self)->bool:
|
|
828
914
|
"""
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
915
|
+
Indicates whether the worksheet tab is currently selected.
|
|
916
|
+
|
|
917
|
+
Returns:
|
|
918
|
+
bool: True if the sheet tab is selected, False otherwise
|
|
832
919
|
"""
|
|
833
920
|
GetDllLibXls().XlsWorksheetBase_get_IsSelected.argtypes=[c_void_p]
|
|
834
921
|
GetDllLibXls().XlsWorksheetBase_get_IsSelected.restype=c_bool
|
|
@@ -838,9 +925,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
838
925
|
@property
|
|
839
926
|
def ProtectContents(self)->bool:
|
|
840
927
|
"""
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
928
|
+
Indicates whether worksheet contents are protected.
|
|
929
|
+
|
|
930
|
+
Returns:
|
|
931
|
+
bool: True if cell contents are protected, False otherwise
|
|
844
932
|
"""
|
|
845
933
|
GetDllLibXls().XlsWorksheetBase_get_ProtectContents.argtypes=[c_void_p]
|
|
846
934
|
GetDllLibXls().XlsWorksheetBase_get_ProtectContents.restype=c_bool
|
|
@@ -850,9 +938,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
850
938
|
@property
|
|
851
939
|
def ProtectDrawingObjects(self)->bool:
|
|
852
940
|
"""
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
941
|
+
Indicates whether shapes and other drawing objects are protected.
|
|
942
|
+
|
|
943
|
+
Returns:
|
|
944
|
+
bool: True if drawing objects are protected, False otherwise
|
|
856
945
|
"""
|
|
857
946
|
GetDllLibXls().XlsWorksheetBase_get_ProtectDrawingObjects.argtypes=[c_void_p]
|
|
858
947
|
GetDllLibXls().XlsWorksheetBase_get_ProtectDrawingObjects.restype=c_bool
|
|
@@ -863,7 +952,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
863
952
|
|
|
864
953
|
def Protection(self)->'SheetProtectionType':
|
|
865
954
|
"""
|
|
955
|
+
Gets the sheet protection type specifying which elements are protected.
|
|
866
956
|
|
|
957
|
+
Returns:
|
|
958
|
+
SheetProtectionType: Enum value indicating protected elements
|
|
867
959
|
"""
|
|
868
960
|
GetDllLibXls().XlsWorksheetBase_get_Protection.argtypes=[c_void_p]
|
|
869
961
|
GetDllLibXls().XlsWorksheetBase_get_Protection.restype=c_int
|
|
@@ -874,9 +966,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
874
966
|
@property
|
|
875
967
|
def ProtectScenarios(self)->bool:
|
|
876
968
|
"""
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
969
|
+
Indicates whether worksheet scenarios are protected.
|
|
970
|
+
|
|
971
|
+
Returns:
|
|
972
|
+
bool: True if scenarios are protected, False otherwise
|
|
880
973
|
"""
|
|
881
974
|
GetDllLibXls().XlsWorksheetBase_get_ProtectScenarios.argtypes=[c_void_p]
|
|
882
975
|
GetDllLibXls().XlsWorksheetBase_get_ProtectScenarios.restype=c_bool
|
|
@@ -887,9 +980,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
887
980
|
|
|
888
981
|
def TabColor(self)->'Color':
|
|
889
982
|
"""
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
983
|
+
Gets or sets the color of the worksheet tab.
|
|
984
|
+
|
|
985
|
+
Returns:
|
|
986
|
+
Color: Color object representing the tab color
|
|
893
987
|
"""
|
|
894
988
|
GetDllLibXls().XlsWorksheetBase_get_TabColor.argtypes=[c_void_p]
|
|
895
989
|
GetDllLibXls().XlsWorksheetBase_get_TabColor.restype=c_void_p
|
|
@@ -907,7 +1001,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
907
1001
|
|
|
908
1002
|
def TabColorObject(self)->'OColor':
|
|
909
1003
|
"""
|
|
1004
|
+
Gets the Office Color object representing the tab color.
|
|
910
1005
|
|
|
1006
|
+
Returns:
|
|
1007
|
+
OColor: Office Color object with color properties
|
|
911
1008
|
"""
|
|
912
1009
|
GetDllLibXls().XlsWorksheetBase_get_TabColorObject.argtypes=[c_void_p]
|
|
913
1010
|
GetDllLibXls().XlsWorksheetBase_get_TabColorObject.restype=c_void_p
|
|
@@ -920,9 +1017,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
920
1017
|
|
|
921
1018
|
def TabKnownColor(self)->'ExcelColors':
|
|
922
1019
|
"""
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
1020
|
+
Gets or sets the predefined Excel color for the worksheet tab.
|
|
1021
|
+
|
|
1022
|
+
Returns:
|
|
1023
|
+
ExcelColors: Enum value representing the predefined color
|
|
926
1024
|
"""
|
|
927
1025
|
GetDllLibXls().XlsWorksheetBase_get_TabKnownColor.argtypes=[c_void_p]
|
|
928
1026
|
GetDllLibXls().XlsWorksheetBase_get_TabKnownColor.restype=c_int
|
|
@@ -938,22 +1036,19 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
938
1036
|
@property
|
|
939
1037
|
def TopVisibleRow(self)->int:
|
|
940
1038
|
"""
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
</code>
|
|
955
|
-
</example>
|
|
956
|
-
</summary>
|
|
1039
|
+
Gets/sets top visible row of the worksheet.
|
|
1040
|
+
Example::
|
|
1041
|
+
|
|
1042
|
+
#Create worksheet
|
|
1043
|
+
workbook = Workbook()
|
|
1044
|
+
worksheet = workbook.Worksheets[0]
|
|
1045
|
+
#Set top visible row
|
|
1046
|
+
worksheet.TopVisibleRow = 5
|
|
1047
|
+
#Get top visible row
|
|
1048
|
+
Console.Write(worksheet.TopVisibleRow)
|
|
1049
|
+
#Save to file
|
|
1050
|
+
workbook.SaveToFile("TopVisibleRow.xlsx")
|
|
1051
|
+
|
|
957
1052
|
"""
|
|
958
1053
|
GetDllLibXls().XlsWorksheetBase_get_TopVisibleRow.argtypes=[c_void_p]
|
|
959
1054
|
GetDllLibXls().XlsWorksheetBase_get_TopVisibleRow.restype=c_int
|
|
@@ -969,7 +1064,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
969
1064
|
|
|
970
1065
|
def TypedCheckBoxes(self)->'CheckBoxCollection':
|
|
971
1066
|
"""
|
|
1067
|
+
Gets strongly-typed collection of checkbox controls.
|
|
972
1068
|
|
|
1069
|
+
Returns:
|
|
1070
|
+
CheckBoxCollection: Typed collection of checkbox objects
|
|
973
1071
|
"""
|
|
974
1072
|
GetDllLibXls().XlsWorksheetBase_get_TypedCheckBoxes.argtypes=[c_void_p]
|
|
975
1073
|
GetDllLibXls().XlsWorksheetBase_get_TypedCheckBoxes.restype=c_void_p
|
|
@@ -982,7 +1080,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
982
1080
|
|
|
983
1081
|
def TypedComboBoxes(self)->'ComboBoxCollection':
|
|
984
1082
|
"""
|
|
1083
|
+
Gets strongly-typed collection of combobox controls.
|
|
985
1084
|
|
|
1085
|
+
Returns:
|
|
1086
|
+
ComboBoxCollection: Typed collection of combobox objects
|
|
986
1087
|
"""
|
|
987
1088
|
GetDllLibXls().XlsWorksheetBase_get_TypedComboBoxes.argtypes=[c_void_p]
|
|
988
1089
|
GetDllLibXls().XlsWorksheetBase_get_TypedComboBoxes.restype=c_void_p
|
|
@@ -995,9 +1096,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
995
1096
|
|
|
996
1097
|
def TypedLines(self)->'LineCollection':
|
|
997
1098
|
"""
|
|
998
|
-
<summary>
|
|
999
1099
|
Returns inner lines collection. Read-only.
|
|
1000
|
-
|
|
1100
|
+
|
|
1001
1101
|
"""
|
|
1002
1102
|
GetDllLibXls().XlsWorksheetBase_get_TypedLines.argtypes=[c_void_p]
|
|
1003
1103
|
GetDllLibXls().XlsWorksheetBase_get_TypedLines.restype=c_void_p
|
|
@@ -1010,9 +1110,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1010
1110
|
|
|
1011
1111
|
def TypedRects(self)->'RectangleCollection':
|
|
1012
1112
|
"""
|
|
1013
|
-
<summary>
|
|
1014
1113
|
Returns inner rects collection. Read-only.
|
|
1015
|
-
|
|
1114
|
+
|
|
1016
1115
|
"""
|
|
1017
1116
|
GetDllLibXls().XlsWorksheetBase_get_TypedRects.argtypes=[c_void_p]
|
|
1018
1117
|
GetDllLibXls().XlsWorksheetBase_get_TypedRects.restype=c_void_p
|
|
@@ -1038,9 +1137,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1038
1137
|
|
|
1039
1138
|
def TypedOvals(self)->'OvalShapeCollection':
|
|
1040
1139
|
"""
|
|
1041
|
-
<summary>
|
|
1042
1140
|
Returns inner ovals collection. Read-only.
|
|
1043
|
-
|
|
1141
|
+
|
|
1044
1142
|
"""
|
|
1045
1143
|
GetDllLibXls().XlsWorksheetBase_get_TypedOvals.argtypes=[c_void_p]
|
|
1046
1144
|
GetDllLibXls().XlsWorksheetBase_get_TypedOvals.restype=c_void_p
|
|
@@ -1053,9 +1151,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1053
1151
|
|
|
1054
1152
|
def TypedButtons(self)->'ButtonShapeCollection':
|
|
1055
1153
|
"""
|
|
1056
|
-
<summary>
|
|
1057
1154
|
Returns inner buttons collection. Read-only.
|
|
1058
|
-
|
|
1155
|
+
|
|
1059
1156
|
"""
|
|
1060
1157
|
GetDllLibXls().XlsWorksheetBase_get_TypedButtons.argtypes=[c_void_p]
|
|
1061
1158
|
GetDllLibXls().XlsWorksheetBase_get_TypedButtons.restype=c_void_p
|
|
@@ -1068,9 +1165,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1068
1165
|
|
|
1069
1166
|
def TypedGroupBoxes(self)->'GroupBoxCollection':
|
|
1070
1167
|
"""
|
|
1071
|
-
<summary>
|
|
1072
1168
|
Returns inner gourpboxes collection. Read-only.
|
|
1073
|
-
|
|
1169
|
+
|
|
1074
1170
|
"""
|
|
1075
1171
|
GetDllLibXls().XlsWorksheetBase_get_TypedGroupBoxes.argtypes=[c_void_p]
|
|
1076
1172
|
GetDllLibXls().XlsWorksheetBase_get_TypedGroupBoxes.restype=c_void_p
|
|
@@ -1083,9 +1179,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1083
1179
|
|
|
1084
1180
|
def TypedLabels(self)->'LabelShapeCollection':
|
|
1085
1181
|
"""
|
|
1086
|
-
<summary>
|
|
1087
1182
|
Returns inner labels collection. Read-only.
|
|
1088
|
-
|
|
1183
|
+
|
|
1089
1184
|
"""
|
|
1090
1185
|
GetDllLibXls().XlsWorksheetBase_get_TypedLabels.argtypes=[c_void_p]
|
|
1091
1186
|
GetDllLibXls().XlsWorksheetBase_get_TypedLabels.restype=c_void_p
|
|
@@ -1098,9 +1193,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1098
1193
|
|
|
1099
1194
|
def TypedListBoxes(self)->'ListBoxCollection':
|
|
1100
1195
|
"""
|
|
1101
|
-
<summary>
|
|
1102
1196
|
Returns inner listboxes collection. Read-only.
|
|
1103
|
-
|
|
1197
|
+
|
|
1104
1198
|
"""
|
|
1105
1199
|
GetDllLibXls().XlsWorksheetBase_get_TypedListBoxes.argtypes=[c_void_p]
|
|
1106
1200
|
GetDllLibXls().XlsWorksheetBase_get_TypedListBoxes.restype=c_void_p
|
|
@@ -1113,9 +1207,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1113
1207
|
|
|
1114
1208
|
def TypedScollBars(self)->'ScrollBarCollection':
|
|
1115
1209
|
"""
|
|
1116
|
-
<summary>
|
|
1117
1210
|
Returns inner scollbars collection. Read-only.
|
|
1118
|
-
|
|
1211
|
+
|
|
1119
1212
|
"""
|
|
1120
1213
|
GetDllLibXls().XlsWorksheetBase_get_TypedScollBars.argtypes=[c_void_p]
|
|
1121
1214
|
GetDllLibXls().XlsWorksheetBase_get_TypedScollBars.restype=c_void_p
|
|
@@ -1128,9 +1221,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1128
1221
|
|
|
1129
1222
|
def TypedSpinners(self)->'SpinnerShapeCollection':
|
|
1130
1223
|
"""
|
|
1131
|
-
<summary>
|
|
1132
1224
|
Returns inner spinners collection. Read-only.
|
|
1133
|
-
|
|
1225
|
+
|
|
1134
1226
|
"""
|
|
1135
1227
|
GetDllLibXls().XlsWorksheetBase_get_TypedSpinners.argtypes=[c_void_p]
|
|
1136
1228
|
GetDllLibXls().XlsWorksheetBase_get_TypedSpinners.restype=c_void_p
|
|
@@ -1143,7 +1235,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1143
1235
|
|
|
1144
1236
|
def TypedRadioButtons(self)->'RadioButtonCollection':
|
|
1145
1237
|
"""
|
|
1238
|
+
Gets strongly-typed collection of radio button controls.
|
|
1146
1239
|
|
|
1240
|
+
Returns:
|
|
1241
|
+
RadioButtonCollection: Typed collection of radio button objects
|
|
1147
1242
|
"""
|
|
1148
1243
|
GetDllLibXls().XlsWorksheetBase_get_TypedRadioButtons.argtypes=[c_void_p]
|
|
1149
1244
|
GetDllLibXls().XlsWorksheetBase_get_TypedRadioButtons.restype=c_void_p
|
|
@@ -1156,9 +1251,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1156
1251
|
|
|
1157
1252
|
def TypedTextBoxes(self)->'TextBoxCollection':
|
|
1158
1253
|
"""
|
|
1159
|
-
<summary>
|
|
1160
1254
|
Returns inner textboxes collection. Read-only.
|
|
1161
|
-
|
|
1255
|
+
|
|
1162
1256
|
"""
|
|
1163
1257
|
GetDllLibXls().XlsWorksheetBase_get_TypedTextBoxes.argtypes=[c_void_p]
|
|
1164
1258
|
GetDllLibXls().XlsWorksheetBase_get_TypedTextBoxes.restype=c_void_p
|
|
@@ -1171,7 +1265,10 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1171
1265
|
|
|
1172
1266
|
def PrstGeomShapes(self)->'PrstGeomShapeCollection':
|
|
1173
1267
|
"""
|
|
1268
|
+
Gets collection of preset geometric shapes in the worksheet.
|
|
1174
1269
|
|
|
1270
|
+
Returns:
|
|
1271
|
+
PrstGeomShapeCollection: Collection of preset geometry objects
|
|
1175
1272
|
"""
|
|
1176
1273
|
GetDllLibXls().XlsWorksheetBase_get_PrstGeomShapes.argtypes=[c_void_p]
|
|
1177
1274
|
GetDllLibXls().XlsWorksheetBase_get_PrstGeomShapes.restype=c_void_p
|
|
@@ -1184,9 +1281,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1184
1281
|
|
|
1185
1282
|
def TypedPictures(self)->'PicturesCollection':
|
|
1186
1283
|
"""
|
|
1187
|
-
<summary>
|
|
1188
1284
|
Returns inner pictures collection. Read-only.
|
|
1189
|
-
|
|
1285
|
+
|
|
1190
1286
|
"""
|
|
1191
1287
|
GetDllLibXls().XlsWorksheetBase_get_TypedPictures.argtypes=[c_void_p]
|
|
1192
1288
|
GetDllLibXls().XlsWorksheetBase_get_TypedPictures.restype=c_void_p
|
|
@@ -1198,9 +1294,8 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1198
1294
|
@property
|
|
1199
1295
|
def UnknownVmlShapes(self)->bool:
|
|
1200
1296
|
"""
|
|
1201
|
-
<summary>
|
|
1202
1297
|
Indicates whether worksheet contains some unknown vml shapes.
|
|
1203
|
-
|
|
1298
|
+
|
|
1204
1299
|
"""
|
|
1205
1300
|
GetDllLibXls().XlsWorksheetBase_get_UnknownVmlShapes.argtypes=[c_void_p]
|
|
1206
1301
|
GetDllLibXls().XlsWorksheetBase_get_UnknownVmlShapes.restype=c_bool
|
|
@@ -1215,7 +1310,7 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1215
1310
|
@property
|
|
1216
1311
|
def VmlShapesCount(self)->int:
|
|
1217
1312
|
"""
|
|
1218
|
-
|
|
1313
|
+
Gets the total number of VML (Vector Markup Language) shapes in the worksheet.
|
|
1219
1314
|
"""
|
|
1220
1315
|
GetDllLibXls().XlsWorksheetBase_get_VmlShapesCount.argtypes=[c_void_p]
|
|
1221
1316
|
GetDllLibXls().XlsWorksheetBase_get_VmlShapesCount.restype=c_int
|
|
@@ -1224,24 +1319,23 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1224
1319
|
|
|
1225
1320
|
def Activate(self):
|
|
1226
1321
|
"""
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
</summary>
|
|
1322
|
+
Activates the worksheet, making it the currently selected sheet in the workbook.
|
|
1323
|
+
|
|
1324
|
+
Equivalent to clicking the sheet's tab in Excel UI.
|
|
1231
1325
|
"""
|
|
1232
1326
|
GetDllLibXls().XlsWorksheetBase_Activate.argtypes=[c_void_p]
|
|
1233
1327
|
CallCFunction(GetDllLibXls().XlsWorksheetBase_Activate, self.Ptr)
|
|
1234
1328
|
|
|
1235
1329
|
def Select(self):
|
|
1236
1330
|
"""
|
|
1237
|
-
|
|
1331
|
+
Selects the worksheet in the workbook UI.
|
|
1238
1332
|
"""
|
|
1239
1333
|
GetDllLibXls().XlsWorksheetBase_Select.argtypes=[c_void_p]
|
|
1240
1334
|
CallCFunction(GetDllLibXls().XlsWorksheetBase_Select, self.Ptr)
|
|
1241
1335
|
|
|
1242
1336
|
def SelectTab(self):
|
|
1243
1337
|
"""
|
|
1244
|
-
|
|
1338
|
+
Selects the worksheet tab in the workbook UI.
|
|
1245
1339
|
"""
|
|
1246
1340
|
GetDllLibXls().XlsWorksheetBase_SelectTab.argtypes=[c_void_p]
|
|
1247
1341
|
CallCFunction(GetDllLibXls().XlsWorksheetBase_SelectTab, self.Ptr)
|
|
@@ -1249,25 +1343,25 @@ class XlsWorksheetBase ( XlsObject, INamedObject, ITabSheet, ICloneParent) :
|
|
|
1249
1343
|
@dispatch
|
|
1250
1344
|
def Unselect(self):
|
|
1251
1345
|
"""
|
|
1252
|
-
|
|
1346
|
+
Unselects the worksheet in the workbook UI.
|
|
1253
1347
|
"""
|
|
1254
|
-
GetDllLibXls().
|
|
1255
|
-
CallCFunction(GetDllLibXls().
|
|
1348
|
+
GetDllLibXls().XlsWorksheetBase_Unselect.argtypes=[c_void_p]
|
|
1349
|
+
CallCFunction(GetDllLibXls().XlsWorksheetBase_Unselect, self.Ptr)
|
|
1256
1350
|
|
|
1257
|
-
@staticmethod
|
|
1258
|
-
def DEF_MIN_COLUMN_INDEX()->int:
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1351
|
+
# @staticmethod
|
|
1352
|
+
# def DEF_MIN_COLUMN_INDEX()->int:
|
|
1353
|
+
# """
|
|
1354
|
+
# Gets the minimum allowed column index constant for the worksheet.
|
|
1355
|
+
# """
|
|
1356
|
+
# #GetDllLibXls().XlsWorksheetBase_DEF_MIN_COLUMN_INDEX.argtypes=[]
|
|
1357
|
+
# GetDllLibXls().XlsWorksheetBase_DEF_MIN_COLUMN_INDEX.restype=c_int
|
|
1358
|
+
# ret = CallCFunction(GetDllLibXls().XlsWorksheetBase_DEF_MIN_COLUMN_INDEX)
|
|
1359
|
+
# return ret
|
|
1266
1360
|
|
|
1267
1361
|
@property
|
|
1268
1362
|
def TabIndex(self)->int:
|
|
1269
1363
|
"""
|
|
1270
|
-
|
|
1364
|
+
Gets the zero-based index position of the worksheet tab in the workbook's tab bar.
|
|
1271
1365
|
"""
|
|
1272
1366
|
ret = GetIntValue(self.Ptr,"TabIndex", "")
|
|
1273
1367
|
return ret
|