spire-xls 15.5.0__py3-none-win_amd64.whl → 15.7.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 +98 -117
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +305 -269
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +181 -58
- spire/xls/CellStyleObject.py +36 -67
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -84
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +19 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +86 -38
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +206 -121
- spire/xls/ExcelFont.py +74 -59
- spire/xls/ExcelGradient.py +68 -24
- spire/xls/ExcelInterior.py +49 -20
- spire/xls/ExportTableOptions.py +33 -10
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +95 -42
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +194 -92
- 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 +74 -24
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +1 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +1 -2
- spire/xls/LOGFONT.py +78 -30
- 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 +20 -8
- spire/xls/ReferRangeArea.py +39 -16
- spire/xls/RichText.py +10 -8
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +88 -32
- spire/xls/RichTextString.py +61 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +34 -14
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +33 -18
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +3 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +810 -841
- spire/xls/Worksheet.py +444 -409
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +34 -20
- spire/xls/XlsArcShape.py +156 -40
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +72 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +58 -16
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +108 -30
- spire/xls/XlsDataValidationTable.py +43 -16
- 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 +182 -52
- 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 +767 -318
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +78 -20
- spire/xls/XlsPageSetup.py +67 -34
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +94 -22
- spire/xls/XlsRange.py +881 -1077
- spire/xls/XlsRectangleShape.py +69 -22
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +391 -180
- spire/xls/XlsShapeFill.py +398 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +51 -20
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +318 -68
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +529 -65
- spire/xls/XlsWorksheet.py +1211 -1128
- spire/xls/XlsWorksheetBase.py +243 -168
- spire/xls/__init__.py +529 -528
- spire/xls/autofilter/AutoFitterOptions.py +84 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +199 -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 +145 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +57 -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 +612 -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 +538 -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/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/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/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +555 -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/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +155 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1634 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -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 +123 -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 +1155 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +679 -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 +136 -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 +104 -0
- spire/xls/pivot_tables/PivotTableStyle.py +76 -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.7.1.dist-info/METADATA +197 -0
- spire_xls-15.7.1.dist-info/RECORD +720 -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/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/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/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/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/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/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/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/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/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- 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/{ButtonShapeCollection.py → collection/ButtonShapeCollection.py} +0 -0
- /spire/xls/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{DataConnections.py → collection/DataConnections.py} +0 -0
- /spire/xls/{ExternalLinkCollection.py → collection/ExternalLinkCollection.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.py} +0 -0
- /spire/xls/{GroupBoxCollection.py → collection/GroupBoxCollection.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/{QueryTableCollection.py → collection/QueryTableCollection.py} +0 -0
- /spire/xls/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.py} +0 -0
- /spire/xls/{ShapeCollectionBase.py → collection/ShapeCollectionBase.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/{XlsChartsCollection.py → collection/XlsChartsCollection.py} +0 -0
- /spire/xls/{XlsFontsCollection.py → collection/XlsFontsCollection.py} +0 -0
- /spire/xls/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.py} +0 -0
- /spire/xls/{XlsWorkbookObjectsCollection.py → collection/XlsWorkbookObjectsCollection.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/{XlsPivotTablesCollection.py → collection/pivot_table/XlsPivotTablesCollection.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.7.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1189 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
from plum import dispatch
|
|
3
|
+
from typing import TypeVar,Union,Generic,List,Tuple
|
|
4
|
+
from spire.xls.common import *
|
|
5
|
+
from spire.xls import *
|
|
6
|
+
from ctypes import *
|
|
7
|
+
import abc
|
|
8
|
+
|
|
9
|
+
class XlsPivotTable ( XlsObject, IPivotTable) :
|
|
10
|
+
"""Implementation of the PivotTable interface.
|
|
11
|
+
|
|
12
|
+
This class provides functionality for managing PivotTables in Excel worksheets,
|
|
13
|
+
including formatting options, data calculation, and source management.
|
|
14
|
+
"""
|
|
15
|
+
@property
|
|
16
|
+
def ShowRowStripes(self)->bool:
|
|
17
|
+
"""Gets whether row stripe formatting is shown for the table.
|
|
18
|
+
|
|
19
|
+
Returns:
|
|
20
|
+
bool: True if row stripe formatting is shown; otherwise, False.
|
|
21
|
+
"""
|
|
22
|
+
GetDllLibXls().XlsPivotTable_get_ShowRowStripes.argtypes=[c_void_p]
|
|
23
|
+
GetDllLibXls().XlsPivotTable_get_ShowRowStripes.restype=c_bool
|
|
24
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowRowStripes, self.Ptr)
|
|
25
|
+
return ret
|
|
26
|
+
|
|
27
|
+
@ShowRowStripes.setter
|
|
28
|
+
def ShowRowStripes(self, value:bool):
|
|
29
|
+
"""Sets whether row stripe formatting is shown for the table.
|
|
30
|
+
|
|
31
|
+
Args:
|
|
32
|
+
value (bool): True to show row stripe formatting; otherwise, False.
|
|
33
|
+
"""
|
|
34
|
+
GetDllLibXls().XlsPivotTable_set_ShowRowStripes.argtypes=[c_void_p, c_bool]
|
|
35
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowRowStripes, self.Ptr, value)
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
def ShowDataFieldInRow(self)->bool:
|
|
39
|
+
"""Gets whether the calculated data field is added in rows.
|
|
40
|
+
|
|
41
|
+
Returns:
|
|
42
|
+
bool: True if the calculated data field is added in rows; otherwise, False.
|
|
43
|
+
"""
|
|
44
|
+
GetDllLibXls().XlsPivotTable_get_ShowDataFieldInRow.argtypes=[c_void_p]
|
|
45
|
+
GetDllLibXls().XlsPivotTable_get_ShowDataFieldInRow.restype=c_bool
|
|
46
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowDataFieldInRow, self.Ptr)
|
|
47
|
+
return ret
|
|
48
|
+
|
|
49
|
+
@ShowDataFieldInRow.setter
|
|
50
|
+
def ShowDataFieldInRow(self, value:bool):
|
|
51
|
+
"""Sets whether the calculated data field is added in rows.
|
|
52
|
+
|
|
53
|
+
Args:
|
|
54
|
+
value (bool): True to add the calculated data field in rows; otherwise, False.
|
|
55
|
+
"""
|
|
56
|
+
GetDllLibXls().XlsPivotTable_set_ShowDataFieldInRow.argtypes=[c_void_p, c_bool]
|
|
57
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowDataFieldInRow, self.Ptr, value)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
|
|
61
|
+
def ReportFilters(self)->'PivotReportFilters':
|
|
62
|
+
"""Gets the report filter collection for the PivotTable.
|
|
63
|
+
|
|
64
|
+
Returns:
|
|
65
|
+
PivotReportFilters: The collection of report filters.
|
|
66
|
+
"""
|
|
67
|
+
GetDllLibXls().XlsPivotTable_get_ReportFilters.argtypes=[c_void_p]
|
|
68
|
+
GetDllLibXls().XlsPivotTable_get_ReportFilters.restype=c_void_p
|
|
69
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_ReportFilters, self.Ptr)
|
|
70
|
+
ret = None if intPtr==None else PivotReportFilters(intPtr)
|
|
71
|
+
return ret
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
@ReportFilters.setter
|
|
75
|
+
def ReportFilters(self, value:'PivotReportFilters'):
|
|
76
|
+
"""Sets the report filter collection for the PivotTable.
|
|
77
|
+
|
|
78
|
+
Args:
|
|
79
|
+
value (PivotReportFilters): The collection of report filters to set.
|
|
80
|
+
"""
|
|
81
|
+
GetDllLibXls().XlsPivotTable_set_ReportFilters.argtypes=[c_void_p, c_void_p]
|
|
82
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ReportFilters, self.Ptr, value.Ptr)
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
def AllSubTotalTop(self)->bool:
|
|
86
|
+
"""Gets whether all subtotals are displayed at the top of each group.
|
|
87
|
+
|
|
88
|
+
Changes to this property will affect every field's setting.
|
|
89
|
+
|
|
90
|
+
Returns:
|
|
91
|
+
bool: True if all subtotals are displayed at the top; otherwise, False.
|
|
92
|
+
"""
|
|
93
|
+
GetDllLibXls().XlsPivotTable_get_AllSubTotalTop.argtypes=[c_void_p]
|
|
94
|
+
GetDllLibXls().XlsPivotTable_get_AllSubTotalTop.restype=c_bool
|
|
95
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_AllSubTotalTop, self.Ptr)
|
|
96
|
+
return ret
|
|
97
|
+
|
|
98
|
+
@AllSubTotalTop.setter
|
|
99
|
+
def AllSubTotalTop(self, value:bool):
|
|
100
|
+
"""Sets whether all subtotals are displayed at the top of each group.
|
|
101
|
+
|
|
102
|
+
Changes to this property will affect every field's setting.
|
|
103
|
+
|
|
104
|
+
Args:
|
|
105
|
+
value (bool): True to display all subtotals at the top; otherwise, False.
|
|
106
|
+
"""
|
|
107
|
+
GetDllLibXls().XlsPivotTable_set_AllSubTotalTop.argtypes=[c_void_p, c_bool]
|
|
108
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_AllSubTotalTop, self.Ptr, value)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
|
|
112
|
+
def CustomTableStyleName(self)->str:
|
|
113
|
+
"""Gets the name of the custom table style for the PivotTable.
|
|
114
|
+
|
|
115
|
+
Returns:
|
|
116
|
+
str: The name of the custom table style.
|
|
117
|
+
"""
|
|
118
|
+
GetDllLibXls().XlsPivotTable_get_CustomTableStyleName.argtypes=[c_void_p]
|
|
119
|
+
GetDllLibXls().XlsPivotTable_get_CustomTableStyleName.restype=c_void_p
|
|
120
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsPivotTable_get_CustomTableStyleName, self.Ptr))
|
|
121
|
+
return ret
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
@CustomTableStyleName.setter
|
|
125
|
+
def CustomTableStyleName(self, value:str):
|
|
126
|
+
"""Sets the name of the custom table style for the PivotTable.
|
|
127
|
+
|
|
128
|
+
Args:
|
|
129
|
+
value (str): The name of the custom table style.
|
|
130
|
+
"""
|
|
131
|
+
GetDllLibXls().XlsPivotTable_set_CustomTableStyleName.argtypes=[c_void_p, c_wchar_p]
|
|
132
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_CustomTableStyleName, self.Ptr, value)
|
|
133
|
+
|
|
134
|
+
def CalculateData(self):
|
|
135
|
+
"""Calculates the data in the PivotTable.
|
|
136
|
+
|
|
137
|
+
This method refreshes the PivotTable and recalculates all values.
|
|
138
|
+
"""
|
|
139
|
+
GetDllLibXls().XlsPivotTable_CalculateData.argtypes=[c_void_p]
|
|
140
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_CalculateData, self.Ptr)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
def ChangeDataSource(self ,dataSource:'IXLSRange'):
|
|
144
|
+
"""Changes the data source of the PivotTable.
|
|
145
|
+
|
|
146
|
+
Args:
|
|
147
|
+
dataSource (IXLSRange): The new data source range.
|
|
148
|
+
"""
|
|
149
|
+
intPtrdataSource:c_void_p = dataSource.Ptr
|
|
150
|
+
|
|
151
|
+
GetDllLibXls().XlsPivotTable_ChangeDataSource.argtypes=[c_void_p ,c_void_p]
|
|
152
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_ChangeDataSource, self.Ptr, intPtrdataSource)
|
|
153
|
+
|
|
154
|
+
@dispatch
|
|
155
|
+
|
|
156
|
+
def Clone(self ,parent:SpireObject)->SpireObject:
|
|
157
|
+
"""Creates a clone of this PivotTable.
|
|
158
|
+
|
|
159
|
+
Args:
|
|
160
|
+
parent (SpireObject): The parent object for the cloned PivotTable.
|
|
161
|
+
|
|
162
|
+
Returns:
|
|
163
|
+
SpireObject: The cloned PivotTable.
|
|
164
|
+
"""
|
|
165
|
+
intPtrparent:c_void_p = parent.Ptr
|
|
166
|
+
|
|
167
|
+
GetDllLibXls().XlsPivotTable_Clone.argtypes=[c_void_p ,c_void_p]
|
|
168
|
+
GetDllLibXls().XlsPivotTable_Clone.restype=c_void_p
|
|
169
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_Clone, self.Ptr, intPtrparent)
|
|
170
|
+
ret = None if intPtr==None else SpireObject(intPtr)
|
|
171
|
+
return ret
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
# @dispatch
|
|
175
|
+
#
|
|
176
|
+
# def Clone(self ,parent:SpireObject,cacheIndex:int,hashWorksheetNames:'Dictionary2')->SpireObject:
|
|
177
|
+
# """
|
|
178
|
+
#
|
|
179
|
+
# """
|
|
180
|
+
# intPtrparent:c_void_p = parent.Ptr
|
|
181
|
+
# intPtrhashWorksheetNames:c_void_p = hashWorksheetNames.Ptr
|
|
182
|
+
#
|
|
183
|
+
# GetDllLibXls().XlsPivotTable_ClonePCH.argtypes=[c_void_p ,c_void_p,c_int,c_void_p]
|
|
184
|
+
# GetDllLibXls().XlsPivotTable_ClonePCH.restype=c_void_p
|
|
185
|
+
# intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_ClonePCH, self.Ptr, intPtrparent,cacheIndex,intPtrhashWorksheetNames)
|
|
186
|
+
# ret = None if intPtr==None else SpireObject(intPtr)
|
|
187
|
+
# return ret
|
|
188
|
+
#
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
|
|
193
|
+
def Name(self)->str:
|
|
194
|
+
"""Gets the name of the PivotTable.
|
|
195
|
+
|
|
196
|
+
Returns:
|
|
197
|
+
str: The name of the PivotTable.
|
|
198
|
+
"""
|
|
199
|
+
GetDllLibXls().XlsPivotTable_get_Name.argtypes=[c_void_p]
|
|
200
|
+
GetDllLibXls().XlsPivotTable_get_Name.restype=c_void_p
|
|
201
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsPivotTable_get_Name, self.Ptr))
|
|
202
|
+
return ret
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
@Name.setter
|
|
206
|
+
def Name(self, value:str):
|
|
207
|
+
"""Sets the name of the PivotTable.
|
|
208
|
+
|
|
209
|
+
Args:
|
|
210
|
+
value (str): The name to set for the PivotTable.
|
|
211
|
+
"""
|
|
212
|
+
GetDllLibXls().XlsPivotTable_set_Name.argtypes=[c_void_p, c_wchar_p]
|
|
213
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_Name, self.Ptr, value)
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
|
|
217
|
+
def PivotFields(self)->'PivotTableFields':
|
|
218
|
+
"""Gets the collection of fields in the PivotTable.
|
|
219
|
+
|
|
220
|
+
Returns:
|
|
221
|
+
PivotTableFields: The collection of PivotTable fields.
|
|
222
|
+
"""
|
|
223
|
+
GetDllLibXls().XlsPivotTable_get_PivotFields.argtypes=[c_void_p]
|
|
224
|
+
GetDllLibXls().XlsPivotTable_get_PivotFields.restype=c_void_p
|
|
225
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_PivotFields, self.Ptr)
|
|
226
|
+
ret = None if intPtr==None else PivotTableFields(intPtr)
|
|
227
|
+
return ret
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
|
|
232
|
+
def DataFields(self)->'PivotDataFields':
|
|
233
|
+
"""Gets the collection of data fields in the PivotTable.
|
|
234
|
+
|
|
235
|
+
Returns:
|
|
236
|
+
PivotDataFields: The collection of PivotTable data fields.
|
|
237
|
+
"""
|
|
238
|
+
GetDllLibXls().XlsPivotTable_get_DataFields.argtypes=[c_void_p]
|
|
239
|
+
GetDllLibXls().XlsPivotTable_get_DataFields.restype=c_void_p
|
|
240
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_DataFields, self.Ptr)
|
|
241
|
+
ret = None if intPtr==None else PivotDataFields(intPtr)
|
|
242
|
+
return ret
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
def IsRowGrand(self)->bool:
|
|
247
|
+
"""Gets whether grand totals are displayed for rows.
|
|
248
|
+
|
|
249
|
+
Returns:
|
|
250
|
+
bool: True if grand totals are displayed for rows; otherwise, False.
|
|
251
|
+
"""
|
|
252
|
+
GetDllLibXls().XlsPivotTable_get_IsRowGrand.argtypes=[c_void_p]
|
|
253
|
+
GetDllLibXls().XlsPivotTable_get_IsRowGrand.restype=c_bool
|
|
254
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_IsRowGrand, self.Ptr)
|
|
255
|
+
return ret
|
|
256
|
+
|
|
257
|
+
@IsRowGrand.setter
|
|
258
|
+
def IsRowGrand(self, value:bool):
|
|
259
|
+
"""Sets whether grand totals are displayed for rows.
|
|
260
|
+
|
|
261
|
+
Args:
|
|
262
|
+
value (bool): True to display grand totals for rows; otherwise, False.
|
|
263
|
+
"""
|
|
264
|
+
GetDllLibXls().XlsPivotTable_set_IsRowGrand.argtypes=[c_void_p, c_bool]
|
|
265
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_IsRowGrand, self.Ptr, value)
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
def IsColumnGrand(self)->bool:
|
|
269
|
+
"""Gets whether grand totals are displayed for columns.
|
|
270
|
+
|
|
271
|
+
Returns:
|
|
272
|
+
bool: True if grand totals are displayed for columns; otherwise, False.
|
|
273
|
+
"""
|
|
274
|
+
GetDllLibXls().XlsPivotTable_get_IsColumnGrand.argtypes=[c_void_p]
|
|
275
|
+
GetDllLibXls().XlsPivotTable_get_IsColumnGrand.restype=c_bool
|
|
276
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_IsColumnGrand, self.Ptr)
|
|
277
|
+
return ret
|
|
278
|
+
|
|
279
|
+
@IsColumnGrand.setter
|
|
280
|
+
def IsColumnGrand(self, value:bool):
|
|
281
|
+
"""Sets whether grand totals are displayed for columns.
|
|
282
|
+
|
|
283
|
+
Args:
|
|
284
|
+
value (bool): True to display grand totals for columns; otherwise, False.
|
|
285
|
+
"""
|
|
286
|
+
GetDllLibXls().XlsPivotTable_set_IsColumnGrand.argtypes=[c_void_p, c_bool]
|
|
287
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_IsColumnGrand, self.Ptr, value)
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
def ShowDrillIndicators(self)->bool:
|
|
291
|
+
"""Gets whether drill indicators are shown in the PivotTable.
|
|
292
|
+
|
|
293
|
+
Returns:
|
|
294
|
+
bool: True if drill indicators are shown; otherwise, False.
|
|
295
|
+
"""
|
|
296
|
+
GetDllLibXls().XlsPivotTable_get_ShowDrillIndicators.argtypes=[c_void_p]
|
|
297
|
+
GetDllLibXls().XlsPivotTable_get_ShowDrillIndicators.restype=c_bool
|
|
298
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowDrillIndicators, self.Ptr)
|
|
299
|
+
return ret
|
|
300
|
+
|
|
301
|
+
@ShowDrillIndicators.setter
|
|
302
|
+
def ShowDrillIndicators(self, value:bool):
|
|
303
|
+
"""Sets whether drill indicators are shown in the PivotTable.
|
|
304
|
+
|
|
305
|
+
Args:
|
|
306
|
+
value (bool): True to show drill indicators; otherwise, False.
|
|
307
|
+
"""
|
|
308
|
+
GetDllLibXls().XlsPivotTable_set_ShowDrillIndicators.argtypes=[c_void_p, c_bool]
|
|
309
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowDrillIndicators, self.Ptr, value)
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
def DisplayFieldCaptions(self)->bool:
|
|
313
|
+
"""Gets whether field captions are displayed in the PivotTable.
|
|
314
|
+
|
|
315
|
+
Returns:
|
|
316
|
+
bool: True if field captions are displayed; otherwise, False.
|
|
317
|
+
"""
|
|
318
|
+
GetDllLibXls().XlsPivotTable_get_DisplayFieldCaptions.argtypes=[c_void_p]
|
|
319
|
+
GetDllLibXls().XlsPivotTable_get_DisplayFieldCaptions.restype=c_bool
|
|
320
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_DisplayFieldCaptions, self.Ptr)
|
|
321
|
+
return ret
|
|
322
|
+
|
|
323
|
+
@DisplayFieldCaptions.setter
|
|
324
|
+
def DisplayFieldCaptions(self, value:bool):
|
|
325
|
+
"""Sets whether field captions are displayed in the PivotTable.
|
|
326
|
+
|
|
327
|
+
Args:
|
|
328
|
+
value (bool): True to display field captions; otherwise, False.
|
|
329
|
+
"""
|
|
330
|
+
GetDllLibXls().XlsPivotTable_set_DisplayFieldCaptions.argtypes=[c_void_p, c_bool]
|
|
331
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_DisplayFieldCaptions, self.Ptr, value)
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
def RepeatItemsOnEachPrintedPage(self)->bool:
|
|
335
|
+
"""Gets whether items are repeated on each printed page.
|
|
336
|
+
|
|
337
|
+
Returns:
|
|
338
|
+
bool: True if items are repeated on each printed page; otherwise, False.
|
|
339
|
+
"""
|
|
340
|
+
GetDllLibXls().XlsPivotTable_get_RepeatItemsOnEachPrintedPage.argtypes=[c_void_p]
|
|
341
|
+
GetDllLibXls().XlsPivotTable_get_RepeatItemsOnEachPrintedPage.restype=c_bool
|
|
342
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_RepeatItemsOnEachPrintedPage, self.Ptr)
|
|
343
|
+
return ret
|
|
344
|
+
|
|
345
|
+
@RepeatItemsOnEachPrintedPage.setter
|
|
346
|
+
def RepeatItemsOnEachPrintedPage(self, value:bool):
|
|
347
|
+
"""Sets whether items are repeated on each printed page.
|
|
348
|
+
|
|
349
|
+
Args:
|
|
350
|
+
value (bool): True to repeat items on each printed page; otherwise, False.
|
|
351
|
+
"""
|
|
352
|
+
GetDllLibXls().XlsPivotTable_set_RepeatItemsOnEachPrintedPage.argtypes=[c_void_p, c_bool]
|
|
353
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_RepeatItemsOnEachPrintedPage, self.Ptr, value)
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
|
|
357
|
+
def BuiltInStyle(self)->PivotBuiltInStyles:
|
|
358
|
+
"""Gets the built-in style used for the PivotTable.
|
|
359
|
+
|
|
360
|
+
Returns:
|
|
361
|
+
PivotBuiltInStyles: An enumeration value representing the built-in style.
|
|
362
|
+
"""
|
|
363
|
+
GetDllLibXls().XlsPivotTable_get_BuiltInStyle.argtypes=[c_void_p]
|
|
364
|
+
GetDllLibXls().XlsPivotTable_get_BuiltInStyle.restype=c_int
|
|
365
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_BuiltInStyle, self.Ptr)
|
|
366
|
+
ret = None if intPtr==None else PivotBuiltInStyles(intPtr)
|
|
367
|
+
return ret
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
@BuiltInStyle.setter
|
|
372
|
+
def BuiltInStyle(self, value:PivotBuiltInStyles):
|
|
373
|
+
"""Sets the built-in style used for the PivotTable.
|
|
374
|
+
|
|
375
|
+
Args:
|
|
376
|
+
value (PivotBuiltInStyles): An enumeration value representing the built-in style to set.
|
|
377
|
+
"""
|
|
378
|
+
GetDllLibXls().XlsPivotTable_set_BuiltInStyle.argtypes=[c_void_p, c_int]
|
|
379
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_BuiltInStyle, self.Ptr, value.value)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
@property
|
|
383
|
+
def ShowRowGrand(self)->bool:
|
|
384
|
+
"""Gets whether grand totals are shown for rows.
|
|
385
|
+
|
|
386
|
+
Returns:
|
|
387
|
+
bool: True if grand totals are shown for rows; otherwise, False.
|
|
388
|
+
"""
|
|
389
|
+
GetDllLibXls().XlsPivotTable_get_ShowRowGrand.argtypes=[c_void_p]
|
|
390
|
+
GetDllLibXls().XlsPivotTable_get_ShowRowGrand.restype=c_bool
|
|
391
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowRowGrand, self.Ptr)
|
|
392
|
+
return ret
|
|
393
|
+
|
|
394
|
+
@ShowRowGrand.setter
|
|
395
|
+
def ShowRowGrand(self, value:bool):
|
|
396
|
+
"""Sets whether grand totals are shown for rows.
|
|
397
|
+
|
|
398
|
+
Args:
|
|
399
|
+
value (bool): True to show grand totals for rows; otherwise, False.
|
|
400
|
+
"""
|
|
401
|
+
GetDllLibXls().XlsPivotTable_set_ShowRowGrand.argtypes=[c_void_p, c_bool]
|
|
402
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowRowGrand, self.Ptr, value)
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
def ShowColumnGrand(self)->bool:
|
|
406
|
+
"""Gets whether grand totals are shown for columns.
|
|
407
|
+
|
|
408
|
+
Returns:
|
|
409
|
+
bool: True if grand totals are shown for columns; otherwise, False.
|
|
410
|
+
"""
|
|
411
|
+
GetDllLibXls().XlsPivotTable_get_ShowColumnGrand.argtypes=[c_void_p]
|
|
412
|
+
GetDllLibXls().XlsPivotTable_get_ShowColumnGrand.restype=c_bool
|
|
413
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowColumnGrand, self.Ptr)
|
|
414
|
+
return ret
|
|
415
|
+
|
|
416
|
+
@ShowColumnGrand.setter
|
|
417
|
+
def ShowColumnGrand(self, value:bool):
|
|
418
|
+
"""Sets whether grand totals are shown for columns.
|
|
419
|
+
|
|
420
|
+
Args:
|
|
421
|
+
value (bool): True to show grand totals for columns; otherwise, False.
|
|
422
|
+
"""
|
|
423
|
+
GetDllLibXls().XlsPivotTable_set_ShowColumnGrand.argtypes=[c_void_p, c_bool]
|
|
424
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowColumnGrand, self.Ptr, value)
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
def CacheIndex(self)->int:
|
|
428
|
+
"""Gets the index of the PivotCache used by this PivotTable.
|
|
429
|
+
|
|
430
|
+
Returns:
|
|
431
|
+
int: The index of the PivotCache.
|
|
432
|
+
"""
|
|
433
|
+
GetDllLibXls().XlsPivotTable_get_CacheIndex.argtypes=[c_void_p]
|
|
434
|
+
GetDllLibXls().XlsPivotTable_get_CacheIndex.restype=c_int
|
|
435
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_CacheIndex, self.Ptr)
|
|
436
|
+
return ret
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
|
|
440
|
+
def AutoFormatType(self)->'PivotAutoFomatTypes':
|
|
441
|
+
"""Gets the auto-format type used for the PivotTable.
|
|
442
|
+
|
|
443
|
+
Returns:
|
|
444
|
+
PivotAutoFomatTypes: An enumeration value representing the auto-format type.
|
|
445
|
+
"""
|
|
446
|
+
GetDllLibXls().XlsPivotTable_get_AutoFormatType.argtypes=[c_void_p]
|
|
447
|
+
GetDllLibXls().XlsPivotTable_get_AutoFormatType.restype=c_int
|
|
448
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_AutoFormatType, self.Ptr)
|
|
449
|
+
objwraped = PivotAutoFomatTypes(ret)
|
|
450
|
+
return objwraped
|
|
451
|
+
|
|
452
|
+
@AutoFormatType.setter
|
|
453
|
+
def AutoFormatType(self, value:'PivotAutoFomatTypes'):
|
|
454
|
+
"""Sets the auto-format type used for the PivotTable.
|
|
455
|
+
|
|
456
|
+
Args:
|
|
457
|
+
value (PivotAutoFomatTypes): An enumeration value representing the auto-format type to set.
|
|
458
|
+
"""
|
|
459
|
+
GetDllLibXls().XlsPivotTable_set_AutoFormatType.argtypes=[c_void_p, c_int]
|
|
460
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_AutoFormatType, self.Ptr, value.value)
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
def IsCompatibleWithExcel2003(self)->bool:
|
|
464
|
+
"""Gets whether the PivotTable is compatible with Excel 2003.
|
|
465
|
+
|
|
466
|
+
Returns:
|
|
467
|
+
bool: True if the PivotTable is compatible with Excel 2003; otherwise, False.
|
|
468
|
+
"""
|
|
469
|
+
GetDllLibXls().XlsPivotTable_get_IsCompatibleWithExcel2003.argtypes=[c_void_p]
|
|
470
|
+
GetDllLibXls().XlsPivotTable_get_IsCompatibleWithExcel2003.restype=c_bool
|
|
471
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_IsCompatibleWithExcel2003, self.Ptr)
|
|
472
|
+
return ret
|
|
473
|
+
|
|
474
|
+
@IsCompatibleWithExcel2003.setter
|
|
475
|
+
def IsCompatibleWithExcel2003(self, value:bool):
|
|
476
|
+
"""Sets whether the PivotTable is compatible with Excel 2003.
|
|
477
|
+
|
|
478
|
+
Args:
|
|
479
|
+
value (bool): True to make the PivotTable compatible with Excel 2003; otherwise, False.
|
|
480
|
+
"""
|
|
481
|
+
GetDllLibXls().XlsPivotTable_set_IsCompatibleWithExcel2003.argtypes=[c_void_p, c_bool]
|
|
482
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_IsCompatibleWithExcel2003, self.Ptr, value)
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
|
|
486
|
+
def Location(self)->'CellRange':
|
|
487
|
+
"""Gets the location of the PivotTable on the worksheet.
|
|
488
|
+
|
|
489
|
+
Returns:
|
|
490
|
+
CellRange: The cell range representing the PivotTable's location.
|
|
491
|
+
"""
|
|
492
|
+
GetDllLibXls().XlsPivotTable_get_Location.argtypes=[c_void_p]
|
|
493
|
+
GetDllLibXls().XlsPivotTable_get_Location.restype=c_void_p
|
|
494
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_Location, self.Ptr)
|
|
495
|
+
ret = None if intPtr==None else CellRange(intPtr)
|
|
496
|
+
return ret
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
@Location.setter
|
|
500
|
+
def Location(self, value:'CellRange'):
|
|
501
|
+
"""Sets the location of the PivotTable on the worksheet.
|
|
502
|
+
|
|
503
|
+
Args:
|
|
504
|
+
value (CellRange): The cell range representing the PivotTable's location.
|
|
505
|
+
"""
|
|
506
|
+
GetDllLibXls().XlsPivotTable_set_Location.argtypes=[c_void_p, c_void_p]
|
|
507
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_Location, self.Ptr, value.Ptr)
|
|
508
|
+
|
|
509
|
+
@property
|
|
510
|
+
|
|
511
|
+
def Options(self)->'IPivotTableOptions':
|
|
512
|
+
"""Gets the options for the PivotTable.
|
|
513
|
+
|
|
514
|
+
Returns:
|
|
515
|
+
IPivotTableOptions: The object containing PivotTable options.
|
|
516
|
+
"""
|
|
517
|
+
GetDllLibXls().XlsPivotTable_get_Options.argtypes=[c_void_p]
|
|
518
|
+
GetDllLibXls().XlsPivotTable_get_Options.restype=c_void_p
|
|
519
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_Options, self.Ptr)
|
|
520
|
+
ret = None if intPtr==None else IPivotTableOptions(intPtr)
|
|
521
|
+
return ret
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
@property
|
|
525
|
+
def RowsPerPage(self)->int:
|
|
526
|
+
"""Gets the number of rows shown per page in the PivotTable.
|
|
527
|
+
|
|
528
|
+
Returns:
|
|
529
|
+
int: The number of rows per page.
|
|
530
|
+
"""
|
|
531
|
+
GetDllLibXls().XlsPivotTable_get_RowsPerPage.argtypes=[c_void_p]
|
|
532
|
+
GetDllLibXls().XlsPivotTable_get_RowsPerPage.restype=c_int
|
|
533
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_RowsPerPage, self.Ptr)
|
|
534
|
+
return ret
|
|
535
|
+
|
|
536
|
+
@RowsPerPage.setter
|
|
537
|
+
def RowsPerPage(self, value:int):
|
|
538
|
+
"""Sets the number of rows shown per page in the PivotTable.
|
|
539
|
+
|
|
540
|
+
Args:
|
|
541
|
+
value (int): The number of rows per page.
|
|
542
|
+
"""
|
|
543
|
+
GetDllLibXls().XlsPivotTable_set_RowsPerPage.argtypes=[c_void_p, c_int]
|
|
544
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_RowsPerPage, self.Ptr, value)
|
|
545
|
+
|
|
546
|
+
@property
|
|
547
|
+
def ColumnsPerPage(self)->int:
|
|
548
|
+
"""Gets the number of columns shown per page in the PivotTable.
|
|
549
|
+
|
|
550
|
+
Returns:
|
|
551
|
+
int: The number of columns per page.
|
|
552
|
+
"""
|
|
553
|
+
GetDllLibXls().XlsPivotTable_get_ColumnsPerPage.argtypes=[c_void_p]
|
|
554
|
+
GetDllLibXls().XlsPivotTable_get_ColumnsPerPage.restype=c_int
|
|
555
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ColumnsPerPage, self.Ptr)
|
|
556
|
+
return ret
|
|
557
|
+
|
|
558
|
+
@ColumnsPerPage.setter
|
|
559
|
+
def ColumnsPerPage(self, value:int):
|
|
560
|
+
"""Sets the number of columns shown per page in the PivotTable.
|
|
561
|
+
|
|
562
|
+
Args:
|
|
563
|
+
value (int): The number of columns per page.
|
|
564
|
+
"""
|
|
565
|
+
GetDllLibXls().XlsPivotTable_set_ColumnsPerPage.argtypes=[c_void_p, c_int]
|
|
566
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ColumnsPerPage, self.Ptr, value)
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
|
|
570
|
+
def CalculatedFields(self)->'IPivotCalculatedFields':
|
|
571
|
+
"""Gets the collection of calculated fields in the PivotTable.
|
|
572
|
+
|
|
573
|
+
Returns:
|
|
574
|
+
IPivotCalculatedFields: The collection of calculated fields.
|
|
575
|
+
"""
|
|
576
|
+
GetDllLibXls().XlsPivotTable_get_CalculatedFields.argtypes=[c_void_p]
|
|
577
|
+
GetDllLibXls().XlsPivotTable_get_CalculatedFields.restype=c_void_p
|
|
578
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_CalculatedFields, self.Ptr)
|
|
579
|
+
ret = None if intPtr==None else PivotCalculatedFieldsCollection(intPtr)
|
|
580
|
+
return ret
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
@property
|
|
584
|
+
|
|
585
|
+
def PageFields(self)->'IPivotFields':
|
|
586
|
+
"""Gets the collection of page fields in the PivotTable.
|
|
587
|
+
|
|
588
|
+
Returns:
|
|
589
|
+
IPivotFields: The collection of page fields.
|
|
590
|
+
"""
|
|
591
|
+
GetDllLibXls().XlsPivotTable_get_PageFields.argtypes=[c_void_p]
|
|
592
|
+
GetDllLibXls().XlsPivotTable_get_PageFields.restype=c_void_p
|
|
593
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_PageFields, self.Ptr)
|
|
594
|
+
ret = None if intPtr==None else PivotTableFields(intPtr)
|
|
595
|
+
return ret
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
|
|
600
|
+
def RowFields(self)->'IPivotFields':
|
|
601
|
+
"""Gets the collection of row fields in the PivotTable.
|
|
602
|
+
|
|
603
|
+
Returns:
|
|
604
|
+
IPivotFields: The collection of row fields.
|
|
605
|
+
"""
|
|
606
|
+
GetDllLibXls().XlsPivotTable_get_RowFields.argtypes=[c_void_p]
|
|
607
|
+
GetDllLibXls().XlsPivotTable_get_RowFields.restype=c_void_p
|
|
608
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_RowFields, self.Ptr)
|
|
609
|
+
ret = None if intPtr==None else PivotTableFields(intPtr)
|
|
610
|
+
return ret
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
@property
|
|
614
|
+
|
|
615
|
+
def ColumnFields(self)->'IPivotFields':
|
|
616
|
+
"""Gets the collection of column fields in the PivotTable.
|
|
617
|
+
|
|
618
|
+
Returns:
|
|
619
|
+
IPivotFields: The collection of column fields.
|
|
620
|
+
"""
|
|
621
|
+
GetDllLibXls().XlsPivotTable_get_ColumnFields.argtypes=[c_void_p]
|
|
622
|
+
GetDllLibXls().XlsPivotTable_get_ColumnFields.restype=c_void_p
|
|
623
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_ColumnFields, self.Ptr)
|
|
624
|
+
ret = None if intPtr==None else PivotTableFields(intPtr)
|
|
625
|
+
return ret
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
def ShowSubtotals(self)->bool:
|
|
630
|
+
"""Gets whether subtotals are shown in the PivotTable.
|
|
631
|
+
|
|
632
|
+
Returns:
|
|
633
|
+
bool: True if subtotals are shown; otherwise, False.
|
|
634
|
+
"""
|
|
635
|
+
GetDllLibXls().XlsPivotTable_get_ShowSubtotals.argtypes=[c_void_p]
|
|
636
|
+
GetDllLibXls().XlsPivotTable_get_ShowSubtotals.restype=c_bool
|
|
637
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowSubtotals, self.Ptr)
|
|
638
|
+
return ret
|
|
639
|
+
|
|
640
|
+
@ShowSubtotals.setter
|
|
641
|
+
def ShowSubtotals(self, value:bool):
|
|
642
|
+
"""Sets whether subtotals are shown in the PivotTable.
|
|
643
|
+
|
|
644
|
+
Args:
|
|
645
|
+
value (bool): True to show subtotals; otherwise, False.
|
|
646
|
+
"""
|
|
647
|
+
GetDllLibXls().XlsPivotTable_set_ShowSubtotals.argtypes=[c_void_p, c_bool]
|
|
648
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowSubtotals, self.Ptr, value)
|
|
649
|
+
|
|
650
|
+
def Clear(self):
|
|
651
|
+
"""Clears the PivotTable, removing all fields and data.
|
|
652
|
+
"""
|
|
653
|
+
GetDllLibXls().XlsPivotTable_Clear.argtypes=[c_void_p]
|
|
654
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_Clear, self.Ptr)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
def ClearRowFieldFilter(self ,fieldName:str):
|
|
658
|
+
"""Clears the filter applied to a row field.
|
|
659
|
+
|
|
660
|
+
Args:
|
|
661
|
+
fieldName (str): The name of the field to clear the filter from.
|
|
662
|
+
"""
|
|
663
|
+
|
|
664
|
+
GetDllLibXls().XlsPivotTable_ClearRowFieldFilter.argtypes=[c_void_p ,c_void_p]
|
|
665
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_ClearRowFieldFilter, self.Ptr, fieldName)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
def ClearColumnFieldFilter(self ,fieldName:str):
|
|
669
|
+
"""Clears the filter applied to a column field.
|
|
670
|
+
|
|
671
|
+
Args:
|
|
672
|
+
fieldName (str): The name of the field to clear the filter from.
|
|
673
|
+
"""
|
|
674
|
+
|
|
675
|
+
GetDllLibXls().XlsPivotTable_ClearColumnFieldFilter.argtypes=[c_void_p ,c_void_p]
|
|
676
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_ClearColumnFieldFilter, self.Ptr, fieldName)
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
def ClearFilter(self ,fieldName:str):
|
|
680
|
+
"""Clears all filters applied to a field.
|
|
681
|
+
|
|
682
|
+
Args:
|
|
683
|
+
fieldName (str): The name of the field to clear all filters from.
|
|
684
|
+
"""
|
|
685
|
+
|
|
686
|
+
GetDllLibXls().XlsPivotTable_ClearFilter.argtypes=[c_void_p ,c_void_p]
|
|
687
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_ClearFilter, self.Ptr, fieldName)
|
|
688
|
+
|
|
689
|
+
@property
|
|
690
|
+
|
|
691
|
+
def Parent(self)->'XlsPivotTablesCollection':
|
|
692
|
+
"""Gets the parent collection of the PivotTable.
|
|
693
|
+
|
|
694
|
+
Returns:
|
|
695
|
+
XlsPivotTablesCollection: The parent collection object.
|
|
696
|
+
"""
|
|
697
|
+
GetDllLibXls().XlsPivotTable_get_Parent.argtypes=[c_void_p]
|
|
698
|
+
GetDllLibXls().XlsPivotTable_get_Parent.restype=c_void_p
|
|
699
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_Parent, self.Ptr)
|
|
700
|
+
ret = None if intPtr==None else XlsPivotTablesCollection(intPtr)
|
|
701
|
+
return ret
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
@property
|
|
705
|
+
def DisplayErrorString(self)->bool:
|
|
706
|
+
"""Gets whether error values are displayed as error strings in the PivotTable.
|
|
707
|
+
|
|
708
|
+
Returns:
|
|
709
|
+
bool: True if error values are displayed as strings; otherwise, False.
|
|
710
|
+
"""
|
|
711
|
+
GetDllLibXls().XlsPivotTable_get_DisplayErrorString.argtypes=[c_void_p]
|
|
712
|
+
GetDllLibXls().XlsPivotTable_get_DisplayErrorString.restype=c_bool
|
|
713
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_DisplayErrorString, self.Ptr)
|
|
714
|
+
return ret
|
|
715
|
+
|
|
716
|
+
@DisplayErrorString.setter
|
|
717
|
+
def DisplayErrorString(self, value:bool):
|
|
718
|
+
"""Sets whether error values are displayed as error strings in the PivotTable.
|
|
719
|
+
|
|
720
|
+
Args:
|
|
721
|
+
value (bool): True to display error values as strings; otherwise, False.
|
|
722
|
+
"""
|
|
723
|
+
GetDllLibXls().XlsPivotTable_set_DisplayErrorString.argtypes=[c_void_p, c_bool]
|
|
724
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_DisplayErrorString, self.Ptr, value)
|
|
725
|
+
|
|
726
|
+
@property
|
|
727
|
+
def DisplayNullString(self)->bool:
|
|
728
|
+
"""Gets whether null values are displayed as null strings in the PivotTable.
|
|
729
|
+
|
|
730
|
+
Returns:
|
|
731
|
+
bool: True if null values are displayed as strings; otherwise, False.
|
|
732
|
+
"""
|
|
733
|
+
GetDllLibXls().XlsPivotTable_get_DisplayNullString.argtypes=[c_void_p]
|
|
734
|
+
GetDllLibXls().XlsPivotTable_get_DisplayNullString.restype=c_bool
|
|
735
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_DisplayNullString, self.Ptr)
|
|
736
|
+
return ret
|
|
737
|
+
|
|
738
|
+
@DisplayNullString.setter
|
|
739
|
+
def DisplayNullString(self, value:bool):
|
|
740
|
+
"""Sets whether null values are displayed as null strings in the PivotTable.
|
|
741
|
+
|
|
742
|
+
Args:
|
|
743
|
+
value (bool): True to display null values as strings; otherwise, False.
|
|
744
|
+
"""
|
|
745
|
+
GetDllLibXls().XlsPivotTable_set_DisplayNullString.argtypes=[c_void_p, c_bool]
|
|
746
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_DisplayNullString, self.Ptr, value)
|
|
747
|
+
|
|
748
|
+
@property
|
|
749
|
+
def EnableDrilldown(self)->bool:
|
|
750
|
+
"""Gets whether drill-down functionality is enabled for the PivotTable.
|
|
751
|
+
|
|
752
|
+
Returns:
|
|
753
|
+
bool: True if drill-down is enabled; otherwise, False.
|
|
754
|
+
"""
|
|
755
|
+
GetDllLibXls().XlsPivotTable_get_EnableDrilldown.argtypes=[c_void_p]
|
|
756
|
+
GetDllLibXls().XlsPivotTable_get_EnableDrilldown.restype=c_bool
|
|
757
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_EnableDrilldown, self.Ptr)
|
|
758
|
+
return ret
|
|
759
|
+
|
|
760
|
+
@EnableDrilldown.setter
|
|
761
|
+
def EnableDrilldown(self, value:bool):
|
|
762
|
+
"""Sets whether drill-down functionality is enabled for the PivotTable.
|
|
763
|
+
|
|
764
|
+
Args:
|
|
765
|
+
value (bool): True to enable drill-down; otherwise, False.
|
|
766
|
+
"""
|
|
767
|
+
GetDllLibXls().XlsPivotTable_set_EnableDrilldown.argtypes=[c_void_p, c_bool]
|
|
768
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_EnableDrilldown, self.Ptr, value)
|
|
769
|
+
|
|
770
|
+
@property
|
|
771
|
+
def EnableFieldDialog(self)->bool:
|
|
772
|
+
"""Gets whether the field dialog is enabled for the PivotTable.
|
|
773
|
+
|
|
774
|
+
Returns:
|
|
775
|
+
bool: True if the field dialog is enabled; otherwise, False.
|
|
776
|
+
"""
|
|
777
|
+
GetDllLibXls().XlsPivotTable_get_EnableFieldDialog.argtypes=[c_void_p]
|
|
778
|
+
GetDllLibXls().XlsPivotTable_get_EnableFieldDialog.restype=c_bool
|
|
779
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_EnableFieldDialog, self.Ptr)
|
|
780
|
+
return ret
|
|
781
|
+
|
|
782
|
+
@EnableFieldDialog.setter
|
|
783
|
+
def EnableFieldDialog(self, value:bool):
|
|
784
|
+
"""Sets whether the field dialog is enabled for the PivotTable.
|
|
785
|
+
|
|
786
|
+
Args:
|
|
787
|
+
value (bool): True to enable the field dialog; otherwise, False.
|
|
788
|
+
"""
|
|
789
|
+
GetDllLibXls().XlsPivotTable_set_EnableFieldDialog.argtypes=[c_void_p, c_bool]
|
|
790
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_EnableFieldDialog, self.Ptr, value)
|
|
791
|
+
|
|
792
|
+
@property
|
|
793
|
+
def EnableWizard(self)->bool:
|
|
794
|
+
"""Gets whether the PivotTable wizard is enabled.
|
|
795
|
+
|
|
796
|
+
Returns:
|
|
797
|
+
bool: True if the wizard is enabled; otherwise, False.
|
|
798
|
+
"""
|
|
799
|
+
GetDllLibXls().XlsPivotTable_get_EnableWizard.argtypes=[c_void_p]
|
|
800
|
+
GetDllLibXls().XlsPivotTable_get_EnableWizard.restype=c_bool
|
|
801
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_EnableWizard, self.Ptr)
|
|
802
|
+
return ret
|
|
803
|
+
|
|
804
|
+
@EnableWizard.setter
|
|
805
|
+
def EnableWizard(self, value:bool):
|
|
806
|
+
"""Sets whether the PivotTable wizard is enabled.
|
|
807
|
+
|
|
808
|
+
Args:
|
|
809
|
+
value (bool): True to enable the wizard; otherwise, False.
|
|
810
|
+
"""
|
|
811
|
+
GetDllLibXls().XlsPivotTable_set_EnableWizard.argtypes=[c_void_p, c_bool]
|
|
812
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_EnableWizard, self.Ptr, value)
|
|
813
|
+
|
|
814
|
+
@property
|
|
815
|
+
|
|
816
|
+
def ErrorString(self)->str:
|
|
817
|
+
"""Gets the string displayed in cells that contain errors.
|
|
818
|
+
|
|
819
|
+
Returns:
|
|
820
|
+
str: The string displayed for error values.
|
|
821
|
+
"""
|
|
822
|
+
GetDllLibXls().XlsPivotTable_get_ErrorString.argtypes=[c_void_p]
|
|
823
|
+
GetDllLibXls().XlsPivotTable_get_ErrorString.restype=c_void_p
|
|
824
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsPivotTable_get_ErrorString, self.Ptr))
|
|
825
|
+
return ret
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
@ErrorString.setter
|
|
829
|
+
def ErrorString(self, value:str):
|
|
830
|
+
"""Sets the string displayed in cells that contain errors.
|
|
831
|
+
|
|
832
|
+
Args:
|
|
833
|
+
value (str): The string to display for error values.
|
|
834
|
+
"""
|
|
835
|
+
GetDllLibXls().XlsPivotTable_set_ErrorString.argtypes=[c_void_p, c_wchar_p]
|
|
836
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ErrorString, self.Ptr, value)
|
|
837
|
+
|
|
838
|
+
@property
|
|
839
|
+
def ManualUpdate(self)->bool:
|
|
840
|
+
"""Gets whether the PivotTable is updated manually.
|
|
841
|
+
|
|
842
|
+
Returns:
|
|
843
|
+
bool: True if manual update is enabled; otherwise, False.
|
|
844
|
+
"""
|
|
845
|
+
GetDllLibXls().XlsPivotTable_get_ManualUpdate.argtypes=[c_void_p]
|
|
846
|
+
GetDllLibXls().XlsPivotTable_get_ManualUpdate.restype=c_bool
|
|
847
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ManualUpdate, self.Ptr)
|
|
848
|
+
return ret
|
|
849
|
+
|
|
850
|
+
@ManualUpdate.setter
|
|
851
|
+
def ManualUpdate(self, value:bool):
|
|
852
|
+
"""Sets whether the PivotTable is updated manually.
|
|
853
|
+
|
|
854
|
+
Args:
|
|
855
|
+
value (bool): True to enable manual update; otherwise, False.
|
|
856
|
+
"""
|
|
857
|
+
GetDllLibXls().XlsPivotTable_set_ManualUpdate.argtypes=[c_void_p, c_bool]
|
|
858
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ManualUpdate, self.Ptr, value)
|
|
859
|
+
|
|
860
|
+
@property
|
|
861
|
+
def MergeLabels(self)->bool:
|
|
862
|
+
"""Gets whether labels are merged in the PivotTable.
|
|
863
|
+
|
|
864
|
+
Returns:
|
|
865
|
+
bool: True if labels are merged; otherwise, False.
|
|
866
|
+
"""
|
|
867
|
+
GetDllLibXls().XlsPivotTable_get_MergeLabels.argtypes=[c_void_p]
|
|
868
|
+
GetDllLibXls().XlsPivotTable_get_MergeLabels.restype=c_bool
|
|
869
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_MergeLabels, self.Ptr)
|
|
870
|
+
return ret
|
|
871
|
+
|
|
872
|
+
@MergeLabels.setter
|
|
873
|
+
def MergeLabels(self, value:bool):
|
|
874
|
+
"""Sets whether labels are merged in the PivotTable.
|
|
875
|
+
|
|
876
|
+
Args:
|
|
877
|
+
value (bool): True to merge labels; otherwise, False.
|
|
878
|
+
"""
|
|
879
|
+
GetDllLibXls().XlsPivotTable_set_MergeLabels.argtypes=[c_void_p, c_bool]
|
|
880
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_MergeLabels, self.Ptr, value)
|
|
881
|
+
|
|
882
|
+
@property
|
|
883
|
+
|
|
884
|
+
def NullString(self)->str:
|
|
885
|
+
"""Gets the string displayed in cells that contain null values.
|
|
886
|
+
|
|
887
|
+
Returns:
|
|
888
|
+
str: The string displayed for null values.
|
|
889
|
+
"""
|
|
890
|
+
GetDllLibXls().XlsPivotTable_get_NullString.argtypes=[c_void_p]
|
|
891
|
+
GetDllLibXls().XlsPivotTable_get_NullString.restype=c_void_p
|
|
892
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsPivotTable_get_NullString, self.Ptr))
|
|
893
|
+
return ret
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
@NullString.setter
|
|
897
|
+
def NullString(self, value:str):
|
|
898
|
+
"""Sets the string displayed in cells that contain null values.
|
|
899
|
+
|
|
900
|
+
Args:
|
|
901
|
+
value (str): The string to display for null values.
|
|
902
|
+
"""
|
|
903
|
+
GetDllLibXls().XlsPivotTable_set_NullString.argtypes=[c_void_p, c_wchar_p]
|
|
904
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_NullString, self.Ptr, value)
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
|
|
908
|
+
def PageFieldOrder(self)->'PagesOrderType':
|
|
909
|
+
"""Gets the order of page fields in the PivotTable.
|
|
910
|
+
|
|
911
|
+
Returns:
|
|
912
|
+
PagesOrderType: An enumeration value representing the page field order.
|
|
913
|
+
"""
|
|
914
|
+
GetDllLibXls().XlsPivotTable_get_PageFieldOrder.argtypes=[c_void_p]
|
|
915
|
+
GetDllLibXls().XlsPivotTable_get_PageFieldOrder.restype=c_int
|
|
916
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_PageFieldOrder, self.Ptr)
|
|
917
|
+
objwraped = PagesOrderType(ret)
|
|
918
|
+
return objwraped
|
|
919
|
+
|
|
920
|
+
@PageFieldOrder.setter
|
|
921
|
+
def PageFieldOrder(self, value:'PagesOrderType'):
|
|
922
|
+
"""Sets the order of page fields in the PivotTable.
|
|
923
|
+
|
|
924
|
+
Args:
|
|
925
|
+
value (PagesOrderType): An enumeration value representing the page field order to set.
|
|
926
|
+
"""
|
|
927
|
+
GetDllLibXls().XlsPivotTable_set_PageFieldOrder.argtypes=[c_void_p, c_int]
|
|
928
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_PageFieldOrder, self.Ptr, value.value)
|
|
929
|
+
|
|
930
|
+
@property
|
|
931
|
+
|
|
932
|
+
def PageFieldStyle(self)->str:
|
|
933
|
+
"""Gets the style applied to page fields in the PivotTable.
|
|
934
|
+
|
|
935
|
+
Returns:
|
|
936
|
+
str: The name of the style applied to page fields.
|
|
937
|
+
"""
|
|
938
|
+
GetDllLibXls().XlsPivotTable_get_PageFieldStyle.argtypes=[c_void_p]
|
|
939
|
+
GetDllLibXls().XlsPivotTable_get_PageFieldStyle.restype=c_void_p
|
|
940
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsPivotTable_get_PageFieldStyle, self.Ptr))
|
|
941
|
+
return ret
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
@PageFieldStyle.setter
|
|
945
|
+
def PageFieldStyle(self, value:str):
|
|
946
|
+
"""Sets the style applied to page fields in the PivotTable.
|
|
947
|
+
|
|
948
|
+
Args:
|
|
949
|
+
value (str): The name of the style to apply to page fields.
|
|
950
|
+
"""
|
|
951
|
+
GetDllLibXls().XlsPivotTable_set_PageFieldStyle.argtypes=[c_void_p, c_wchar_p]
|
|
952
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_PageFieldStyle, self.Ptr, value)
|
|
953
|
+
|
|
954
|
+
@property
|
|
955
|
+
def PageFieldWrapCount(self)->int:
|
|
956
|
+
"""Gets the number of page fields in a column before wrapping to a new row.
|
|
957
|
+
|
|
958
|
+
Returns:
|
|
959
|
+
int: The number of page fields per row.
|
|
960
|
+
"""
|
|
961
|
+
GetDllLibXls().XlsPivotTable_get_PageFieldWrapCount.argtypes=[c_void_p]
|
|
962
|
+
GetDllLibXls().XlsPivotTable_get_PageFieldWrapCount.restype=c_int
|
|
963
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_PageFieldWrapCount, self.Ptr)
|
|
964
|
+
return ret
|
|
965
|
+
|
|
966
|
+
@PageFieldWrapCount.setter
|
|
967
|
+
def PageFieldWrapCount(self, value:int):
|
|
968
|
+
"""Sets the number of page fields in a column before wrapping to a new row.
|
|
969
|
+
|
|
970
|
+
Args:
|
|
971
|
+
value (int): The number of page fields per row.
|
|
972
|
+
"""
|
|
973
|
+
GetDllLibXls().XlsPivotTable_set_PageFieldWrapCount.argtypes=[c_void_p, c_int]
|
|
974
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_PageFieldWrapCount, self.Ptr, value)
|
|
975
|
+
|
|
976
|
+
@property
|
|
977
|
+
|
|
978
|
+
def Cache(self)->'PivotCache':
|
|
979
|
+
"""Gets the PivotCache object associated with this PivotTable.
|
|
980
|
+
|
|
981
|
+
Returns:
|
|
982
|
+
PivotCache: The PivotCache object.
|
|
983
|
+
"""
|
|
984
|
+
GetDllLibXls().XlsPivotTable_get_Cache.argtypes=[c_void_p]
|
|
985
|
+
GetDllLibXls().XlsPivotTable_get_Cache.restype=c_void_p
|
|
986
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_Cache, self.Ptr)
|
|
987
|
+
ret = None if intPtr==None else PivotCache(intPtr)
|
|
988
|
+
return ret
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
@property
|
|
992
|
+
|
|
993
|
+
def PivotConditionalFormats(self)->'PivotConditionalFormatCollection':
|
|
994
|
+
"""Gets the collection of conditional formats applied to the PivotTable.
|
|
995
|
+
|
|
996
|
+
Returns:
|
|
997
|
+
PivotConditionalFormatCollection: The collection of conditional formats.
|
|
998
|
+
"""
|
|
999
|
+
GetDllLibXls().XlsPivotTable_get_PivotConditionalFormats.argtypes=[c_void_p]
|
|
1000
|
+
GetDllLibXls().XlsPivotTable_get_PivotConditionalFormats.restype=c_void_p
|
|
1001
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_PivotConditionalFormats, self.Ptr)
|
|
1002
|
+
ret = None if intPtr==None else PivotConditionalFormatCollection(intPtr)
|
|
1003
|
+
return ret
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
@property
|
|
1007
|
+
|
|
1008
|
+
def Workbook(self)->'XlsWorkbook':
|
|
1009
|
+
"""Gets the workbook containing this PivotTable.
|
|
1010
|
+
|
|
1011
|
+
Returns:
|
|
1012
|
+
XlsWorkbook: The workbook object.
|
|
1013
|
+
"""
|
|
1014
|
+
GetDllLibXls().XlsPivotTable_get_Workbook.argtypes=[c_void_p]
|
|
1015
|
+
GetDllLibXls().XlsPivotTable_get_Workbook.restype=c_void_p
|
|
1016
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_Workbook, self.Ptr)
|
|
1017
|
+
ret = None if intPtr==None else XlsWorkbook(intPtr)
|
|
1018
|
+
return ret
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
@property
|
|
1022
|
+
|
|
1023
|
+
def Worksheet(self)->'XlsWorksheet':
|
|
1024
|
+
"""Gets the worksheet containing this PivotTable.
|
|
1025
|
+
|
|
1026
|
+
Returns:
|
|
1027
|
+
XlsWorksheet: The worksheet object.
|
|
1028
|
+
"""
|
|
1029
|
+
GetDllLibXls().XlsPivotTable_get_Worksheet.argtypes=[c_void_p]
|
|
1030
|
+
GetDllLibXls().XlsPivotTable_get_Worksheet.restype=c_void_p
|
|
1031
|
+
intPtr = CallCFunction(GetDllLibXls().XlsPivotTable_get_Worksheet, self.Ptr)
|
|
1032
|
+
ret = None if intPtr==None else XlsWorksheet(intPtr)
|
|
1033
|
+
return ret
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
@property
|
|
1037
|
+
def FirstDataCol(self)->int:
|
|
1038
|
+
"""Gets the first column of the PivotTable data, relative to the top left cell.
|
|
1039
|
+
|
|
1040
|
+
Returns:
|
|
1041
|
+
int: The index of the first data column.
|
|
1042
|
+
"""
|
|
1043
|
+
GetDllLibXls().XlsPivotTable_get_FirstDataCol.argtypes=[c_void_p]
|
|
1044
|
+
GetDllLibXls().XlsPivotTable_get_FirstDataCol.restype=c_int
|
|
1045
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_FirstDataCol, self.Ptr)
|
|
1046
|
+
return ret
|
|
1047
|
+
|
|
1048
|
+
@FirstDataCol.setter
|
|
1049
|
+
def FirstDataCol(self, value:int):
|
|
1050
|
+
"""Sets the first column of the PivotTable data, relative to the top left cell.
|
|
1051
|
+
|
|
1052
|
+
Args:
|
|
1053
|
+
value (int): The index of the first data column.
|
|
1054
|
+
"""
|
|
1055
|
+
GetDllLibXls().XlsPivotTable_set_FirstDataCol.argtypes=[c_void_p, c_int]
|
|
1056
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_FirstDataCol, self.Ptr, value)
|
|
1057
|
+
|
|
1058
|
+
@property
|
|
1059
|
+
def FirstDataRow(self)->int:
|
|
1060
|
+
"""Gets the first row of the PivotTable data, relative to the top left cell.
|
|
1061
|
+
|
|
1062
|
+
Returns:
|
|
1063
|
+
int: The index of the first data row.
|
|
1064
|
+
"""
|
|
1065
|
+
GetDllLibXls().XlsPivotTable_get_FirstDataRow.argtypes=[c_void_p]
|
|
1066
|
+
GetDllLibXls().XlsPivotTable_get_FirstDataRow.restype=c_int
|
|
1067
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_FirstDataRow, self.Ptr)
|
|
1068
|
+
return ret
|
|
1069
|
+
|
|
1070
|
+
@FirstDataRow.setter
|
|
1071
|
+
def FirstDataRow(self, value:int):
|
|
1072
|
+
"""Sets the first row of the PivotTable data, relative to the top left cell.
|
|
1073
|
+
|
|
1074
|
+
Args:
|
|
1075
|
+
value (int): The index of the first data row.
|
|
1076
|
+
"""
|
|
1077
|
+
GetDllLibXls().XlsPivotTable_set_FirstDataRow.argtypes=[c_void_p, c_int]
|
|
1078
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_FirstDataRow, self.Ptr, value)
|
|
1079
|
+
|
|
1080
|
+
@property
|
|
1081
|
+
def FirstHeaderRow(self)->int:
|
|
1082
|
+
"""Gets the first row of the PivotTable header, relative to the top left cell.
|
|
1083
|
+
|
|
1084
|
+
Returns:
|
|
1085
|
+
int: The index of the first header row.
|
|
1086
|
+
"""
|
|
1087
|
+
GetDllLibXls().XlsPivotTable_get_FirstHeaderRow.argtypes=[c_void_p]
|
|
1088
|
+
GetDllLibXls().XlsPivotTable_get_FirstHeaderRow.restype=c_int
|
|
1089
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_FirstHeaderRow, self.Ptr)
|
|
1090
|
+
return ret
|
|
1091
|
+
|
|
1092
|
+
@FirstHeaderRow.setter
|
|
1093
|
+
def FirstHeaderRow(self, value:int):
|
|
1094
|
+
"""Sets the first row of the PivotTable header, relative to the top left cell.
|
|
1095
|
+
|
|
1096
|
+
Args:
|
|
1097
|
+
value (int): The index of the first header row.
|
|
1098
|
+
"""
|
|
1099
|
+
GetDllLibXls().XlsPivotTable_set_FirstHeaderRow.argtypes=[c_void_p, c_int]
|
|
1100
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_FirstHeaderRow, self.Ptr, value)
|
|
1101
|
+
|
|
1102
|
+
@property
|
|
1103
|
+
def ShowColHeaderStyle(self)->bool:
|
|
1104
|
+
"""Gets whether column headers are shown with a style in the PivotTable.
|
|
1105
|
+
|
|
1106
|
+
Returns:
|
|
1107
|
+
bool: True if column headers are shown with a style; otherwise, False.
|
|
1108
|
+
"""
|
|
1109
|
+
GetDllLibXls().XlsPivotTable_get_ShowColHeaderStyle.argtypes=[c_void_p]
|
|
1110
|
+
GetDllLibXls().XlsPivotTable_get_ShowColHeaderStyle.restype=c_bool
|
|
1111
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowColHeaderStyle, self.Ptr)
|
|
1112
|
+
return ret
|
|
1113
|
+
|
|
1114
|
+
@ShowColHeaderStyle.setter
|
|
1115
|
+
def ShowColHeaderStyle(self, value:bool):
|
|
1116
|
+
"""Sets whether column headers are shown with a style in the PivotTable.
|
|
1117
|
+
|
|
1118
|
+
Args:
|
|
1119
|
+
value (bool): True to show column headers with a style; otherwise, False.
|
|
1120
|
+
"""
|
|
1121
|
+
GetDllLibXls().XlsPivotTable_set_ShowColHeaderStyle.argtypes=[c_void_p, c_bool]
|
|
1122
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowColHeaderStyle, self.Ptr, value)
|
|
1123
|
+
|
|
1124
|
+
@property
|
|
1125
|
+
def ShowColStripes(self)->bool:
|
|
1126
|
+
"""Gets whether column stripe formatting is shown for the PivotTable.
|
|
1127
|
+
|
|
1128
|
+
Returns:
|
|
1129
|
+
bool: True if column stripe formatting is shown; otherwise, False.
|
|
1130
|
+
"""
|
|
1131
|
+
GetDllLibXls().XlsPivotTable_get_ShowColStripes.argtypes=[c_void_p]
|
|
1132
|
+
GetDllLibXls().XlsPivotTable_get_ShowColStripes.restype=c_bool
|
|
1133
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowColStripes, self.Ptr)
|
|
1134
|
+
return ret
|
|
1135
|
+
|
|
1136
|
+
@ShowColStripes.setter
|
|
1137
|
+
def ShowColStripes(self, value:bool):
|
|
1138
|
+
"""Sets whether column stripe formatting is shown for the PivotTable.
|
|
1139
|
+
|
|
1140
|
+
Args:
|
|
1141
|
+
value (bool): True to show column stripe formatting; otherwise, False.
|
|
1142
|
+
"""
|
|
1143
|
+
GetDllLibXls().XlsPivotTable_set_ShowColStripes.argtypes=[c_void_p, c_bool]
|
|
1144
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowColStripes, self.Ptr, value)
|
|
1145
|
+
|
|
1146
|
+
@property
|
|
1147
|
+
def ShowLastCol(self)->bool:
|
|
1148
|
+
"""Gets whether the last column is shown in the PivotTable.
|
|
1149
|
+
|
|
1150
|
+
Returns:
|
|
1151
|
+
bool: True if the last column is shown; otherwise, False.
|
|
1152
|
+
"""
|
|
1153
|
+
GetDllLibXls().XlsPivotTable_get_ShowLastCol.argtypes=[c_void_p]
|
|
1154
|
+
GetDllLibXls().XlsPivotTable_get_ShowLastCol.restype=c_bool
|
|
1155
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowLastCol, self.Ptr)
|
|
1156
|
+
return ret
|
|
1157
|
+
|
|
1158
|
+
@ShowLastCol.setter
|
|
1159
|
+
def ShowLastCol(self, value:bool):
|
|
1160
|
+
"""Sets whether the last column is shown in the PivotTable.
|
|
1161
|
+
|
|
1162
|
+
Args:
|
|
1163
|
+
value (bool): True to show the last column; otherwise, False.
|
|
1164
|
+
"""
|
|
1165
|
+
GetDllLibXls().XlsPivotTable_set_ShowLastCol.argtypes=[c_void_p, c_bool]
|
|
1166
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowLastCol, self.Ptr, value)
|
|
1167
|
+
|
|
1168
|
+
@property
|
|
1169
|
+
def ShowRowHeaderStyle(self)->bool:
|
|
1170
|
+
"""Gets whether row headers are shown with a style in the PivotTable.
|
|
1171
|
+
|
|
1172
|
+
Returns:
|
|
1173
|
+
bool: True if row headers are shown with a style; otherwise, False.
|
|
1174
|
+
"""
|
|
1175
|
+
GetDllLibXls().XlsPivotTable_get_ShowRowHeaderStyle.argtypes=[c_void_p]
|
|
1176
|
+
GetDllLibXls().XlsPivotTable_get_ShowRowHeaderStyle.restype=c_bool
|
|
1177
|
+
ret = CallCFunction(GetDllLibXls().XlsPivotTable_get_ShowRowHeaderStyle, self.Ptr)
|
|
1178
|
+
return ret
|
|
1179
|
+
|
|
1180
|
+
@ShowRowHeaderStyle.setter
|
|
1181
|
+
def ShowRowHeaderStyle(self, value:bool):
|
|
1182
|
+
"""Sets whether row headers are shown with a style in the PivotTable.
|
|
1183
|
+
|
|
1184
|
+
Args:
|
|
1185
|
+
value (bool): True to show row headers with a style; otherwise, False.
|
|
1186
|
+
"""
|
|
1187
|
+
GetDllLibXls().XlsPivotTable_set_ShowRowHeaderStyle.argtypes=[c_void_p, c_bool]
|
|
1188
|
+
CallCFunction(GetDllLibXls().XlsPivotTable_set_ShowRowHeaderStyle, self.Ptr, value)
|
|
1189
|
+
|