excel package

Excel.Application

表示用于管理工作簿的 Excel 应用程序。

Excel.Binding

表示工作簿中定义的 Office.js 绑定。

Excel.BindingCollection

表示属于工作簿的所有绑定对象的集合。

Excel.Chart

表示工作簿中的 chart 对象。 若要了解有关图表对象模型的详细信息,请参阅 使用 Excel JavaScript API 处理图表。

Excel.ChartAreaFormat

封装整个图表区域的格式属性。

Excel.ChartAxes

表示图表坐标轴。

Excel.ChartAxis

代表图表中的单个坐标轴。

Excel.ChartAxisFormat

封装图表坐标轴的格式属性。

Excel.ChartAxisTitle

表示图表坐标轴的标题。

Excel.ChartAxisTitleFormat

表示图表坐标轴标题格式。

Excel.ChartCollection

工作表中的所有 chart 对象的集合。

Excel.ChartDataLabelFormat

封装图表数据表的格式属性。

Excel.ChartDataLabels

表示图表点上的所有数据标签的集合。

Excel.ChartFill

表示图表元素的格式填充。

Excel.ChartFont

此对象表示 (字体属性,例如图表对象的字体名称、字号和颜色) 。

Excel.ChartGridlines

代表图表坐标轴的主要或次要网格线。

Excel.ChartGridlinesFormat

封装图表网格线的格式属性。

Excel.ChartLegend

表示图表中的图例。

Excel.ChartLegendFormat

封装图表图例的格式属性。

Excel.ChartLineFormat

封装行元素的格式设置选项。

Excel.ChartPoint

表示图表中某个系列的点。

Excel.ChartPointFormat

表示图表点的格式设置对象。

Excel.ChartPointsCollection

图表中某个系列的所有图表点的集合。

Excel.ChartSeries

代表图表上的系列。

Excel.ChartSeriesCollection

表示图表系列的集合。

Excel.ChartSeriesFormat

封装图表系列的格式属性

Excel.ChartTitle

表示图表的图表标题对象。

Excel.ChartTitleFormat

提供对图表标题的格式设置选项的访问权限。

Excel.NamedItem

表示单元格区域或值的定义名称。 名称可以是基元命名对象 (,如下面的类型) 、范围对象或对区域的引用所示。 此对象可用于获取与名称相关的 range 对象。

Excel.NamedItemCollection

属于工作簿或工作表的所有 NamedItem 对象的集合,具体取决于到达方式。

Excel.Range

Range 表示一组或多个连续单元格,例如单元格、行、列或单元格块。 若要详细了解如何在整个 API 中使用区域,请从 Excel JavaScript API 中的范围开始。

Excel.RangeBorder

代表对象的边框。

Excel.RangeBorderCollection

表示构成区域边框的 Border 对象。

Excel.RangeFill

表示 range 对象的背景。

Excel.RangeFont

此对象表示对象的字体属性(字体名称、字体大小、颜色等)。

Excel.RangeFormat

一个格式对象,其中封装了区域的字体、填充、边框、对齐方式和其他属性。

Excel.RequestContext

RequestContext 对象可加快对 Excel 应用程序的请求。 由于 Office 加载项和 Excel 应用程序在两个不同的进程中运行,因此需要请求上下文才能从外接程序访问 Excel 对象模型。

Excel.Table

表示 Excel 表格。 若要了解有关表对象模型的详细信息,请阅读 使用 Excel JavaScript API 处理表。

Excel.TableCollection

表示属于工作簿或工作表(具有取决于限定到的范围)的所有表的集合。

Excel.TableColumn

代表表格中的一列。

Excel.TableColumnCollection

表示属于表的所有列的集合。

Excel.TableRow

表示表中的行。

请注意,与区域或列不同,如果新行或列被添加到它们之前,区域或列将进行调整, TableRow 对象表示表行的物理位置,而不是数据。 也就是说,如果对数据进行排序或添加新行,则表行将继续指向创建它的索引。

Excel.TableRowCollection

表示属于表的所有行的集合。

请注意,与区域或列不同,如果新行或列被添加到它们之前,区域或列将进行调整, TableRow 对象表示表行的物理位置,而不是数据。 也就是说,如果对数据进行排序或添加新行,则表行将继续指向创建它的索引。

Excel.Workbook

Workbook 是包含相关工作簿对象(例如工作表、表和区域)的顶级对象。 若要了解有关工作簿对象模型的详细信息,请阅读 使用 Excel JavaScript API 处理工作簿。

Excel.Worksheet

Excel 工作表是由单元格组成的网格。 它可以包含数据、表、图表等。若要了解有关工作表对象模型的详细信息,请阅读 使用 Excel JavaScript API 处理工作表。

Excel.WorksheetCollection

表示属于工作簿的 worksheet 对象的集合。

接口

Excel.Interfaces.AllowEditRangeCollectionData

一个接口,用于描述通过调用 allowEditRangeCollection.toJSON()返回的数据。

Excel.Interfaces.AllowEditRangeCollectionUpdateData

用于更新对象上的 AllowEditRangeCollection 数据的接口,用于 在 中使用 allowEditRangeCollection.set({ ... })

Excel.Interfaces.AllowEditRangeData

一个接口,用于描述通过调用 allowEditRange.toJSON()返回的数据。

Excel.Interfaces.AllowEditRangeUpdateData

用于更新对象上的 AllowEditRange 数据的接口,用于 在 中使用 allowEditRange.set({ ... })

Excel.Interfaces.ApplicationData

一个接口,用于描述通过调用 application.toJSON()返回的数据。

Excel.Interfaces.ApplicationLoadOptions

表示用于管理工作簿的 Excel 应用程序。

Excel.Interfaces.ApplicationUpdateData

用于更新对象上的 Application 数据的接口,用于 在 中使用 application.set({ ... })

Excel.Interfaces.AutoFilterData

一个接口,用于描述通过调用 autoFilter.toJSON()返回的数据。

Excel.Interfaces.BindingCollectionData

一个接口,用于描述通过调用 bindingCollection.toJSON()返回的数据。

Excel.Interfaces.BindingCollectionLoadOptions

表示属于工作簿的所有绑定对象的集合。

Excel.Interfaces.BindingCollectionUpdateData

用于更新对象上的 BindingCollection 数据的接口,用于 在 中使用 bindingCollection.set({ ... })

Excel.Interfaces.BindingData

一个接口,用于描述通过调用 binding.toJSON()返回的数据。

Excel.Interfaces.BindingLoadOptions

表示工作簿中定义的 Office.js 绑定。

Excel.Interfaces.CellValueConditionalFormatData

一个接口,用于描述通过调用 cellValueConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.CellValueConditionalFormatUpdateData

用于更新对象上的 CellValueConditionalFormat 数据的接口,用于 在 中使用 cellValueConditionalFormat.set({ ... })

Excel.Interfaces.ChartAreaFormatData

一个接口,用于描述通过调用 chartAreaFormat.toJSON()返回的数据。

Excel.Interfaces.ChartAreaFormatLoadOptions

封装整个图表区域的格式属性。

Excel.Interfaces.ChartAreaFormatUpdateData

用于更新对象上的 ChartAreaFormat 数据的接口,用于 在 中使用 chartAreaFormat.set({ ... })

Excel.Interfaces.ChartAxesData

一个接口,用于描述通过调用 chartAxes.toJSON()返回的数据。

Excel.Interfaces.ChartAxesLoadOptions

表示图表坐标轴。

Excel.Interfaces.ChartAxesUpdateData

用于更新对象上的 ChartAxes 数据的接口,用于 在 中使用 chartAxes.set({ ... })

Excel.Interfaces.ChartAxisData

一个接口,用于描述通过调用 chartAxis.toJSON()返回的数据。

Excel.Interfaces.ChartAxisFormatData

一个接口,用于描述通过调用 chartAxisFormat.toJSON()返回的数据。

Excel.Interfaces.ChartAxisFormatLoadOptions

封装图表坐标轴的格式属性。

Excel.Interfaces.ChartAxisFormatUpdateData

用于更新对象上的 ChartAxisFormat 数据的接口,用于 在 中使用 chartAxisFormat.set({ ... })

Excel.Interfaces.ChartAxisLoadOptions

代表图表中的单个坐标轴。

Excel.Interfaces.ChartAxisTitleData

一个接口,用于描述通过调用 chartAxisTitle.toJSON()返回的数据。

Excel.Interfaces.ChartAxisTitleFormatData

一个接口,用于描述通过调用 chartAxisTitleFormat.toJSON()返回的数据。

Excel.Interfaces.ChartAxisTitleFormatLoadOptions

表示图表坐标轴标题格式。

Excel.Interfaces.ChartAxisTitleFormatUpdateData

用于更新对象上的 ChartAxisTitleFormat 数据的接口,用于 在 中使用 chartAxisTitleFormat.set({ ... })

Excel.Interfaces.ChartAxisTitleLoadOptions

表示图表坐标轴的标题。

Excel.Interfaces.ChartAxisTitleUpdateData

用于更新对象上的 ChartAxisTitle 数据的接口,用于 在 中使用 chartAxisTitle.set({ ... })

Excel.Interfaces.ChartAxisUpdateData

用于更新对象上的 ChartAxis 数据的接口,用于 在 中使用 chartAxis.set({ ... })

Excel.Interfaces.ChartBinOptionsData

一个接口,用于描述通过调用 chartBinOptions.toJSON()返回的数据。

Excel.Interfaces.ChartBinOptionsUpdateData

用于更新对象上的 ChartBinOptions 数据的接口,用于 在 中使用 chartBinOptions.set({ ... })

Excel.Interfaces.ChartBorderData

一个接口,用于描述通过调用 chartBorder.toJSON()返回的数据。

Excel.Interfaces.ChartBorderUpdateData

用于更新对象上的 ChartBorder 数据的接口,用于 在 中使用 chartBorder.set({ ... })

Excel.Interfaces.ChartBoxwhiskerOptionsData

一个接口,用于描述通过调用 chartBoxwhiskerOptions.toJSON()返回的数据。

Excel.Interfaces.ChartBoxwhiskerOptionsUpdateData

用于更新对象上的 ChartBoxwhiskerOptions 数据的接口,用于 在 中使用 chartBoxwhiskerOptions.set({ ... })

Excel.Interfaces.ChartCollectionData

一个接口,用于描述通过调用 chartCollection.toJSON()返回的数据。

Excel.Interfaces.ChartCollectionLoadOptions

工作表中的所有 chart 对象的集合。

Excel.Interfaces.ChartCollectionUpdateData

用于更新对象上的 ChartCollection 数据的接口,用于 在 中使用 chartCollection.set({ ... })

Excel.Interfaces.ChartData

一个接口,用于描述通过调用 chart.toJSON()返回的数据。

Excel.Interfaces.ChartDataLabelData

一个接口,用于描述通过调用 chartDataLabel.toJSON()返回的数据。

Excel.Interfaces.ChartDataLabelFormatData

一个接口,用于描述通过调用 chartDataLabelFormat.toJSON()返回的数据。

Excel.Interfaces.ChartDataLabelFormatLoadOptions

封装图表数据表的格式属性。

Excel.Interfaces.ChartDataLabelFormatUpdateData

用于更新对象上的 ChartDataLabelFormat 数据的接口,用于 在 中使用 chartDataLabelFormat.set({ ... })

Excel.Interfaces.ChartDataLabelsData

一个接口,用于描述通过调用 chartDataLabels.toJSON()返回的数据。

Excel.Interfaces.ChartDataLabelsLoadOptions

表示图表点上的所有数据标签的集合。

Excel.Interfaces.ChartDataLabelsUpdateData

用于更新对象上的 ChartDataLabels 数据的接口,用于 在 中使用 chartDataLabels.set({ ... })

Excel.Interfaces.ChartDataLabelUpdateData

用于更新对象上的 ChartDataLabel 数据的接口,用于 在 中使用 chartDataLabel.set({ ... })

Excel.Interfaces.ChartDataTableData

一个接口,用于描述通过调用 chartDataTable.toJSON()返回的数据。

Excel.Interfaces.ChartDataTableFormatData

一个接口,用于描述通过调用 chartDataTableFormat.toJSON()返回的数据。

Excel.Interfaces.ChartDataTableFormatUpdateData

用于更新对象上的 ChartDataTableFormat 数据的接口,用于 在 中使用 chartDataTableFormat.set({ ... })

Excel.Interfaces.ChartDataTableUpdateData

用于更新对象上的 ChartDataTable 数据的接口,用于 在 中使用 chartDataTable.set({ ... })

Excel.Interfaces.ChartErrorBarsData

一个接口,用于描述通过调用 chartErrorBars.toJSON()返回的数据。

Excel.Interfaces.ChartErrorBarsFormatData

一个接口,用于描述通过调用 chartErrorBarsFormat.toJSON()返回的数据。

Excel.Interfaces.ChartErrorBarsFormatUpdateData

用于更新对象上的 ChartErrorBarsFormat 数据的接口,用于 在 中使用 chartErrorBarsFormat.set({ ... })

Excel.Interfaces.ChartErrorBarsUpdateData

用于更新对象上的 ChartErrorBars 数据的接口,用于 在 中使用 chartErrorBars.set({ ... })

Excel.Interfaces.ChartFontData

一个接口,用于描述通过调用 chartFont.toJSON()返回的数据。

Excel.Interfaces.ChartFontLoadOptions

此对象表示 (字体属性,例如图表对象的字体名称、字号和颜色) 。

Excel.Interfaces.ChartFontUpdateData

用于更新对象上的 ChartFont 数据的接口,用于 在 中使用 chartFont.set({ ... })

Excel.Interfaces.ChartFormatStringData

一个接口,用于描述通过调用 chartFormatString.toJSON()返回的数据。

Excel.Interfaces.ChartFormatStringUpdateData

用于更新对象上的 ChartFormatString 数据的接口,用于 在 中使用 chartFormatString.set({ ... })

Excel.Interfaces.ChartGridlinesData

一个接口,用于描述通过调用 chartGridlines.toJSON()返回的数据。

Excel.Interfaces.ChartGridlinesFormatData

一个接口,用于描述通过调用 chartGridlinesFormat.toJSON()返回的数据。

Excel.Interfaces.ChartGridlinesFormatLoadOptions

封装图表网格线的格式属性。

Excel.Interfaces.ChartGridlinesFormatUpdateData

用于更新对象上的 ChartGridlinesFormat 数据的接口,用于 在 中使用 chartGridlinesFormat.set({ ... })

Excel.Interfaces.ChartGridlinesLoadOptions

代表图表坐标轴的主要或次要网格线。

Excel.Interfaces.ChartGridlinesUpdateData

用于更新对象上的 ChartGridlines 数据的接口,用于 在 中使用 chartGridlines.set({ ... })

Excel.Interfaces.ChartLegendData

一个接口,用于描述通过调用 chartLegend.toJSON()返回的数据。

Excel.Interfaces.ChartLegendEntryCollectionData

一个接口,用于描述通过调用 chartLegendEntryCollection.toJSON()返回的数据。

Excel.Interfaces.ChartLegendEntryCollectionUpdateData

用于更新对象上的 ChartLegendEntryCollection 数据的接口,用于 在 中使用 chartLegendEntryCollection.set({ ... })

Excel.Interfaces.ChartLegendEntryData

一个接口,用于描述通过调用 chartLegendEntry.toJSON()返回的数据。

Excel.Interfaces.ChartLegendEntryUpdateData

用于更新对象上的 ChartLegendEntry 数据的接口,用于 在 中使用 chartLegendEntry.set({ ... })

Excel.Interfaces.ChartLegendFormatData

一个接口,用于描述通过调用 chartLegendFormat.toJSON()返回的数据。

Excel.Interfaces.ChartLegendFormatLoadOptions

封装图表图例的格式属性。

Excel.Interfaces.ChartLegendFormatUpdateData

用于更新对象上的 ChartLegendFormat 数据的接口,用于 在 中使用 chartLegendFormat.set({ ... })

Excel.Interfaces.ChartLegendLoadOptions

表示图表中的图例。

Excel.Interfaces.ChartLegendUpdateData

用于更新对象上的 ChartLegend 数据的接口,用于 在 中使用 chartLegend.set({ ... })

Excel.Interfaces.ChartLineFormatData

一个接口,用于描述通过调用 chartLineFormat.toJSON()返回的数据。

Excel.Interfaces.ChartLineFormatLoadOptions

封装行元素的格式设置选项。

Excel.Interfaces.ChartLineFormatUpdateData

用于更新对象上的 ChartLineFormat 数据的接口,用于 在 中使用 chartLineFormat.set({ ... })

Excel.Interfaces.ChartLoadOptions

表示工作簿中的 chart 对象。 若要了解有关图表对象模型的详细信息,请参阅 使用 Excel JavaScript API 处理图表。

Excel.Interfaces.ChartMapOptionsData

一个接口,用于描述通过调用 chartMapOptions.toJSON()返回的数据。

Excel.Interfaces.ChartMapOptionsUpdateData

用于更新对象上的 ChartMapOptions 数据的接口,用于 在 中使用 chartMapOptions.set({ ... })

Excel.Interfaces.ChartPivotOptionsData

一个接口,用于描述通过调用 chartPivotOptions.toJSON()返回的数据。

Excel.Interfaces.ChartPivotOptionsUpdateData

用于更新对象上的 ChartPivotOptions 数据的接口,用于 在 中使用 chartPivotOptions.set({ ... })

Excel.Interfaces.ChartPlotAreaData

一个接口,用于描述通过调用 chartPlotArea.toJSON()返回的数据。

Excel.Interfaces.ChartPlotAreaFormatData

一个接口,用于描述通过调用 chartPlotAreaFormat.toJSON()返回的数据。

Excel.Interfaces.ChartPlotAreaFormatUpdateData

用于更新对象上的 ChartPlotAreaFormat 数据的接口,用于 在 中使用 chartPlotAreaFormat.set({ ... })

Excel.Interfaces.ChartPlotAreaUpdateData

用于更新对象上的 ChartPlotArea 数据的接口,用于 在 中使用 chartPlotArea.set({ ... })

Excel.Interfaces.ChartPointData

一个接口,用于描述通过调用 chartPoint.toJSON()返回的数据。

Excel.Interfaces.ChartPointFormatData

一个接口,用于描述通过调用 chartPointFormat.toJSON()返回的数据。

Excel.Interfaces.ChartPointFormatLoadOptions

表示图表点的格式设置对象。

Excel.Interfaces.ChartPointFormatUpdateData

用于更新对象上的 ChartPointFormat 数据的接口,用于 在 中使用 chartPointFormat.set({ ... })

Excel.Interfaces.ChartPointLoadOptions

表示图表中某个系列的点。

Excel.Interfaces.ChartPointsCollectionData

一个接口,用于描述通过调用 chartPointsCollection.toJSON()返回的数据。

Excel.Interfaces.ChartPointsCollectionLoadOptions

图表中某个系列的所有图表点的集合。

Excel.Interfaces.ChartPointsCollectionUpdateData

用于更新对象上的 ChartPointsCollection 数据的接口,用于 在 中使用 chartPointsCollection.set({ ... })

Excel.Interfaces.ChartPointUpdateData

用于更新对象上的 ChartPoint 数据的接口,用于 在 中使用 chartPoint.set({ ... })

Excel.Interfaces.ChartSeriesCollectionData

一个接口,用于描述通过调用 chartSeriesCollection.toJSON()返回的数据。

Excel.Interfaces.ChartSeriesCollectionLoadOptions

表示图表系列的集合。

Excel.Interfaces.ChartSeriesCollectionUpdateData

用于更新对象上的 ChartSeriesCollection 数据的接口,用于 在 中使用 chartSeriesCollection.set({ ... })

Excel.Interfaces.ChartSeriesData

一个接口,用于描述通过调用 chartSeries.toJSON()返回的数据。

Excel.Interfaces.ChartSeriesFormatData

一个接口,用于描述通过调用 chartSeriesFormat.toJSON()返回的数据。

Excel.Interfaces.ChartSeriesFormatLoadOptions

封装图表系列的格式属性

Excel.Interfaces.ChartSeriesFormatUpdateData

用于更新对象上的 ChartSeriesFormat 数据的接口,用于 在 中使用 chartSeriesFormat.set({ ... })

Excel.Interfaces.ChartSeriesLoadOptions

代表图表上的系列。

Excel.Interfaces.ChartSeriesUpdateData

用于更新对象上的 ChartSeries 数据的接口,用于 在 中使用 chartSeries.set({ ... })

Excel.Interfaces.ChartTitleData

一个接口,用于描述通过调用 chartTitle.toJSON()返回的数据。

Excel.Interfaces.ChartTitleFormatData

一个接口,用于描述通过调用 chartTitleFormat.toJSON()返回的数据。

Excel.Interfaces.ChartTitleFormatLoadOptions

提供对图表标题的格式设置选项的访问权限。

Excel.Interfaces.ChartTitleFormatUpdateData

用于更新对象上的 ChartTitleFormat 数据的接口,用于 在 中使用 chartTitleFormat.set({ ... })

Excel.Interfaces.ChartTitleLoadOptions

表示图表的图表标题对象。

Excel.Interfaces.ChartTitleUpdateData

用于更新对象上的 ChartTitle 数据的接口,用于 在 中使用 chartTitle.set({ ... })

Excel.Interfaces.ChartTrendlineCollectionData

一个接口,用于描述通过调用 chartTrendlineCollection.toJSON()返回的数据。

Excel.Interfaces.ChartTrendlineCollectionUpdateData

用于更新对象上的 ChartTrendlineCollection 数据的接口,用于 在 中使用 chartTrendlineCollection.set({ ... })

Excel.Interfaces.ChartTrendlineData

一个接口,用于描述通过调用 chartTrendline.toJSON()返回的数据。

Excel.Interfaces.ChartTrendlineFormatData

一个接口,用于描述通过调用 chartTrendlineFormat.toJSON()返回的数据。

Excel.Interfaces.ChartTrendlineFormatUpdateData

用于更新对象上的 ChartTrendlineFormat 数据的接口,用于 在 中使用 chartTrendlineFormat.set({ ... })

Excel.Interfaces.ChartTrendlineLabelData

一个接口,用于描述通过调用 chartTrendlineLabel.toJSON()返回的数据。

Excel.Interfaces.ChartTrendlineLabelFormatData

一个接口,用于描述通过调用 chartTrendlineLabelFormat.toJSON()返回的数据。

Excel.Interfaces.ChartTrendlineLabelFormatUpdateData

用于更新对象上的 ChartTrendlineLabelFormat 数据的接口,用于 在 中使用 chartTrendlineLabelFormat.set({ ... })

Excel.Interfaces.ChartTrendlineLabelUpdateData

用于更新对象上的 ChartTrendlineLabel 数据的接口,用于 在 中使用 chartTrendlineLabel.set({ ... })

Excel.Interfaces.ChartTrendlineUpdateData

用于更新对象上的 ChartTrendline 数据的接口,用于 在 中使用 chartTrendline.set({ ... })

Excel.Interfaces.ChartUpdateData

用于更新对象上的 Chart 数据的接口,用于 在 中使用 chart.set({ ... })

Excel.Interfaces.CollectionLoadOptions

提供仅加载集合的一部分成员的属性的方法。

Excel.Interfaces.ColorScaleConditionalFormatData

一个接口,用于描述通过调用 colorScaleConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.ColorScaleConditionalFormatUpdateData

用于更新对象上的 ColorScaleConditionalFormat 数据的接口,用于 在 中使用 colorScaleConditionalFormat.set({ ... })

Excel.Interfaces.CommentCollectionData

一个接口,用于描述通过调用 commentCollection.toJSON()返回的数据。

Excel.Interfaces.CommentCollectionUpdateData

用于更新对象上的 CommentCollection 数据的接口,用于 在 中使用 commentCollection.set({ ... })

Excel.Interfaces.CommentData

一个接口,用于描述通过调用 comment.toJSON()返回的数据。

Excel.Interfaces.CommentReplyCollectionData

一个接口,用于描述通过调用 commentReplyCollection.toJSON()返回的数据。

Excel.Interfaces.CommentReplyCollectionUpdateData

用于更新对象上的 CommentReplyCollection 数据的接口,用于 在 中使用 commentReplyCollection.set({ ... })

Excel.Interfaces.CommentReplyData

一个接口,用于描述通过调用 commentReply.toJSON()返回的数据。

Excel.Interfaces.CommentReplyUpdateData

用于更新对象上的 CommentReply 数据的接口,用于 在 中使用 commentReply.set({ ... })

Excel.Interfaces.CommentUpdateData

用于更新对象上的 Comment 数据的接口,用于 在 中使用 comment.set({ ... })

Excel.Interfaces.ConditionalDataBarNegativeFormatData

一个接口,用于描述通过调用 conditionalDataBarNegativeFormat.toJSON()返回的数据。

Excel.Interfaces.ConditionalDataBarNegativeFormatUpdateData

用于更新对象上的 ConditionalDataBarNegativeFormat 数据的接口,用于 在 中使用 conditionalDataBarNegativeFormat.set({ ... })

Excel.Interfaces.ConditionalDataBarPositiveFormatData

一个接口,用于描述通过调用 conditionalDataBarPositiveFormat.toJSON()返回的数据。

Excel.Interfaces.ConditionalDataBarPositiveFormatUpdateData

用于更新对象上的 ConditionalDataBarPositiveFormat 数据的接口,用于 在 中使用 conditionalDataBarPositiveFormat.set({ ... })

Excel.Interfaces.ConditionalFormatCollectionData

一个接口,用于描述通过调用 conditionalFormatCollection.toJSON()返回的数据。

Excel.Interfaces.ConditionalFormatCollectionUpdateData

用于更新对象上的 ConditionalFormatCollection 数据的接口,用于 在 中使用 conditionalFormatCollection.set({ ... })

Excel.Interfaces.ConditionalFormatData

一个接口,用于描述通过调用 conditionalFormat.toJSON()返回的数据。

Excel.Interfaces.ConditionalFormatRuleData

一个接口,用于描述通过调用 conditionalFormatRule.toJSON()返回的数据。

Excel.Interfaces.ConditionalFormatRuleUpdateData

用于更新对象上的 ConditionalFormatRule 数据的接口,用于 在 中使用 conditionalFormatRule.set({ ... })

Excel.Interfaces.ConditionalFormatUpdateData

用于更新对象上的 ConditionalFormat 数据的接口,用于 在 中使用 conditionalFormat.set({ ... })

Excel.Interfaces.ConditionalRangeBorderCollectionData

一个接口,用于描述通过调用 conditionalRangeBorderCollection.toJSON()返回的数据。

Excel.Interfaces.ConditionalRangeBorderCollectionUpdateData

用于更新对象上的 ConditionalRangeBorderCollection 数据的接口,用于 在 中使用 conditionalRangeBorderCollection.set({ ... })

Excel.Interfaces.ConditionalRangeBorderData

一个接口,用于描述通过调用 conditionalRangeBorder.toJSON()返回的数据。

Excel.Interfaces.ConditionalRangeBorderUpdateData

用于更新对象上的 ConditionalRangeBorder 数据的接口,用于 在 中使用 conditionalRangeBorder.set({ ... })

Excel.Interfaces.ConditionalRangeFillData

一个接口,用于描述通过调用 conditionalRangeFill.toJSON()返回的数据。

Excel.Interfaces.ConditionalRangeFillUpdateData

用于更新对象上的 ConditionalRangeFill 数据的接口,用于 在 中使用 conditionalRangeFill.set({ ... })

Excel.Interfaces.ConditionalRangeFontData

一个接口,用于描述通过调用 conditionalRangeFont.toJSON()返回的数据。

Excel.Interfaces.ConditionalRangeFontUpdateData

用于更新对象上的 ConditionalRangeFont 数据的接口,用于 在 中使用 conditionalRangeFont.set({ ... })

Excel.Interfaces.ConditionalRangeFormatData

一个接口,用于描述通过调用 conditionalRangeFormat.toJSON()返回的数据。

Excel.Interfaces.ConditionalRangeFormatUpdateData

用于更新对象上的 ConditionalRangeFormat 数据的接口,用于 在 中使用 conditionalRangeFormat.set({ ... })

Excel.Interfaces.CultureInfoData

一个接口,用于描述通过调用 cultureInfo.toJSON()返回的数据。

Excel.Interfaces.CustomConditionalFormatData

一个接口,用于描述通过调用 customConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.CustomConditionalFormatUpdateData

用于更新对象上的 CustomConditionalFormat 数据的接口,用于 在 中使用 customConditionalFormat.set({ ... })

Excel.Interfaces.CustomPropertyCollectionData

一个接口,用于描述通过调用 customPropertyCollection.toJSON()返回的数据。

Excel.Interfaces.CustomPropertyCollectionUpdateData

用于更新对象上的 CustomPropertyCollection 数据的接口,用于 在 中使用 customPropertyCollection.set({ ... })

Excel.Interfaces.CustomPropertyData

一个接口,用于描述通过调用 customProperty.toJSON()返回的数据。

Excel.Interfaces.CustomPropertyUpdateData

用于更新对象上的 CustomProperty 数据的接口,用于 在 中使用 customProperty.set({ ... })

Excel.Interfaces.CustomXmlPartCollectionData

一个接口,用于描述通过调用 customXmlPartCollection.toJSON()返回的数据。

Excel.Interfaces.CustomXmlPartCollectionUpdateData

用于更新对象上的 CustomXmlPartCollection 数据的接口,用于 在 中使用 customXmlPartCollection.set({ ... })

Excel.Interfaces.CustomXmlPartData

一个接口,用于描述通过调用 customXmlPart.toJSON()返回的数据。

Excel.Interfaces.CustomXmlPartScopedCollectionData

一个接口,用于描述通过调用 customXmlPartScopedCollection.toJSON()返回的数据。

Excel.Interfaces.CustomXmlPartScopedCollectionUpdateData

用于更新对象上的 CustomXmlPartScopedCollection 数据的接口,用于 在 中使用 customXmlPartScopedCollection.set({ ... })

Excel.Interfaces.DataBarConditionalFormatData

一个接口,用于描述通过调用 dataBarConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.DataBarConditionalFormatUpdateData

用于更新对象上的 DataBarConditionalFormat 数据的接口,用于 在 中使用 dataBarConditionalFormat.set({ ... })

Excel.Interfaces.DataPivotHierarchyCollectionData

一个接口,用于描述通过调用 dataPivotHierarchyCollection.toJSON()返回的数据。

Excel.Interfaces.DataPivotHierarchyCollectionUpdateData

用于更新对象上的 DataPivotHierarchyCollection 数据的接口,用于 在 中使用 dataPivotHierarchyCollection.set({ ... })

Excel.Interfaces.DataPivotHierarchyData

一个接口,用于描述通过调用 dataPivotHierarchy.toJSON()返回的数据。

Excel.Interfaces.DataPivotHierarchyUpdateData

用于更新对象上的 DataPivotHierarchy 数据的接口,用于 在 中使用 dataPivotHierarchy.set({ ... })

Excel.Interfaces.DataValidationData

一个接口,用于描述通过调用 dataValidation.toJSON()返回的数据。

Excel.Interfaces.DataValidationUpdateData

用于更新对象上的 DataValidation 数据的接口,用于 在 中使用 dataValidation.set({ ... })

Excel.Interfaces.DatetimeFormatInfoData

一个接口,用于描述通过调用 datetimeFormatInfo.toJSON()返回的数据。

Excel.Interfaces.DocumentPropertiesData

一个接口,用于描述通过调用 documentProperties.toJSON()返回的数据。

Excel.Interfaces.DocumentPropertiesUpdateData

用于更新对象上的 DocumentProperties 数据的接口,用于 在 中使用 documentProperties.set({ ... })

Excel.Interfaces.FilterData

一个接口,用于描述通过调用 filter.toJSON()返回的数据。

Excel.Interfaces.FilterPivotHierarchyCollectionData

一个接口,用于描述通过调用 filterPivotHierarchyCollection.toJSON()返回的数据。

Excel.Interfaces.FilterPivotHierarchyCollectionUpdateData

用于更新对象上的 FilterPivotHierarchyCollection 数据的接口,用于 在 中使用 filterPivotHierarchyCollection.set({ ... })

Excel.Interfaces.FilterPivotHierarchyData

一个接口,用于描述通过调用 filterPivotHierarchy.toJSON()返回的数据。

Excel.Interfaces.FilterPivotHierarchyUpdateData

用于更新对象上的 FilterPivotHierarchy 数据的接口,用于 在 中使用 filterPivotHierarchy.set({ ... })

Excel.Interfaces.FormatProtectionData

一个接口,用于描述通过调用 formatProtection.toJSON()返回的数据。

Excel.Interfaces.FormatProtectionUpdateData

用于更新对象上的 FormatProtection 数据的接口,用于 在 中使用 formatProtection.set({ ... })

Excel.Interfaces.FunctionResultData

一个接口,用于描述通过调用 functionResult.toJSON()返回的数据。

Excel.Interfaces.GeometricShapeData

一个接口,用于描述通过调用 geometricShape.toJSON()返回的数据。

Excel.Interfaces.GroupShapeCollectionData

一个接口,用于描述通过调用 groupShapeCollection.toJSON()返回的数据。

Excel.Interfaces.GroupShapeCollectionUpdateData

用于更新对象上的 GroupShapeCollection 数据的接口,用于 在 中使用 groupShapeCollection.set({ ... })

Excel.Interfaces.HeaderFooterData

一个接口,用于描述通过调用 headerFooter.toJSON()返回的数据。

Excel.Interfaces.HeaderFooterGroupData

一个接口,用于描述通过调用 headerFooterGroup.toJSON()返回的数据。

Excel.Interfaces.HeaderFooterGroupUpdateData

用于更新对象上的 HeaderFooterGroup 数据的接口,用于 在 中使用 headerFooterGroup.set({ ... })

Excel.Interfaces.HeaderFooterUpdateData

用于更新对象上的 HeaderFooter 数据的接口,用于 在 中使用 headerFooter.set({ ... })

Excel.Interfaces.IconSetConditionalFormatData

一个接口,用于描述通过调用 iconSetConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.IconSetConditionalFormatUpdateData

用于更新对象上的 IconSetConditionalFormat 数据的接口,用于 在 中使用 iconSetConditionalFormat.set({ ... })

Excel.Interfaces.ImageData

一个接口,用于描述通过调用 image.toJSON()返回的数据。

Excel.Interfaces.IterativeCalculationData

一个接口,用于描述通过调用 iterativeCalculation.toJSON()返回的数据。

Excel.Interfaces.IterativeCalculationUpdateData

用于更新对象上的 IterativeCalculation 数据的接口,用于 在 中使用 iterativeCalculation.set({ ... })

Excel.Interfaces.LineData

一个接口,用于描述通过调用 line.toJSON()返回的数据。

Excel.Interfaces.LineUpdateData

用于更新对象上的 Line 数据的接口,用于 在 中使用 line.set({ ... })

Excel.Interfaces.LinkedWorkbookCollectionData

一个接口,用于描述通过调用 linkedWorkbookCollection.toJSON()返回的数据。

Excel.Interfaces.LinkedWorkbookCollectionUpdateData

用于更新对象上的 LinkedWorkbookCollection 数据的接口,用于 在 中使用 linkedWorkbookCollection.set({ ... })

Excel.Interfaces.LinkedWorkbookData

一个接口,用于描述通过调用 linkedWorkbook.toJSON()返回的数据。

Excel.Interfaces.NamedItemArrayValuesData

一个接口,用于描述通过调用 namedItemArrayValues.toJSON()返回的数据。

Excel.Interfaces.NamedItemCollectionData

一个接口,用于描述通过调用 namedItemCollection.toJSON()返回的数据。

Excel.Interfaces.NamedItemCollectionLoadOptions

属于工作簿或工作表的所有 NamedItem 对象的集合,具体取决于到达方式。

Excel.Interfaces.NamedItemCollectionUpdateData

用于更新对象上的 NamedItemCollection 数据的接口,用于 在 中使用 namedItemCollection.set({ ... })

Excel.Interfaces.NamedItemData

一个接口,用于描述通过调用 namedItem.toJSON()返回的数据。

Excel.Interfaces.NamedItemLoadOptions

表示单元格区域或值的定义名称。 名称可以是基元命名对象 (,如下面的类型) 、范围对象或对区域的引用所示。 此对象可用于获取与名称相关的 range 对象。

Excel.Interfaces.NamedItemUpdateData

用于更新对象上的 NamedItem 数据的接口,用于 在 中使用 namedItem.set({ ... })

Excel.Interfaces.NamedSheetViewCollectionData

一个接口,用于描述通过调用 namedSheetViewCollection.toJSON()返回的数据。

Excel.Interfaces.NamedSheetViewCollectionUpdateData

用于更新对象上的 NamedSheetViewCollection 数据的接口,用于 在 中使用 namedSheetViewCollection.set({ ... })

Excel.Interfaces.NamedSheetViewData

一个接口,用于描述通过调用 namedSheetView.toJSON()返回的数据。

Excel.Interfaces.NamedSheetViewUpdateData

用于更新对象上的 NamedSheetView 数据的接口,用于 在 中使用 namedSheetView.set({ ... })

Excel.Interfaces.NumberFormatInfoData

一个接口,用于描述通过调用 numberFormatInfo.toJSON()返回的数据。

Excel.Interfaces.PageBreakCollectionData

一个接口,用于描述通过调用 pageBreakCollection.toJSON()返回的数据。

Excel.Interfaces.PageBreakCollectionUpdateData

用于更新对象上的 PageBreakCollection 数据的接口,用于 在 中使用 pageBreakCollection.set({ ... })

Excel.Interfaces.PageBreakData

一个接口,用于描述通过调用 pageBreak.toJSON()返回的数据。

Excel.Interfaces.PageLayoutData

一个接口,用于描述通过调用 pageLayout.toJSON()返回的数据。

Excel.Interfaces.PageLayoutUpdateData

用于更新对象上的 PageLayout 数据的接口,用于 在 中使用 pageLayout.set({ ... })

Excel.Interfaces.PivotFieldCollectionData

一个接口,用于描述通过调用 pivotFieldCollection.toJSON()返回的数据。

Excel.Interfaces.PivotFieldCollectionUpdateData

用于更新对象上的 PivotFieldCollection 数据的接口,用于 在 中使用 pivotFieldCollection.set({ ... })

Excel.Interfaces.PivotFieldData

一个接口,用于描述通过调用 pivotField.toJSON()返回的数据。

Excel.Interfaces.PivotFieldUpdateData

用于更新对象上的 PivotField 数据的接口,用于 在 中使用 pivotField.set({ ... })

Excel.Interfaces.PivotHierarchyCollectionData

一个接口,用于描述通过调用 pivotHierarchyCollection.toJSON()返回的数据。

Excel.Interfaces.PivotHierarchyCollectionUpdateData

用于更新对象上的 PivotHierarchyCollection 数据的接口,用于 在 中使用 pivotHierarchyCollection.set({ ... })

Excel.Interfaces.PivotHierarchyData

一个接口,用于描述通过调用 pivotHierarchy.toJSON()返回的数据。

Excel.Interfaces.PivotHierarchyUpdateData

用于更新对象上的 PivotHierarchy 数据的接口,用于 在 中使用 pivotHierarchy.set({ ... })

Excel.Interfaces.PivotItemCollectionData

一个接口,用于描述通过调用 pivotItemCollection.toJSON()返回的数据。

Excel.Interfaces.PivotItemCollectionUpdateData

用于更新对象上的 PivotItemCollection 数据的接口,用于 在 中使用 pivotItemCollection.set({ ... })

Excel.Interfaces.PivotItemData

一个接口,用于描述通过调用 pivotItem.toJSON()返回的数据。

Excel.Interfaces.PivotItemUpdateData

用于更新对象上的 PivotItem 数据的接口,用于 在 中使用 pivotItem.set({ ... })

Excel.Interfaces.PivotLayoutData

一个接口,用于描述通过调用 pivotLayout.toJSON()返回的数据。

Excel.Interfaces.PivotLayoutUpdateData

用于更新对象上的 PivotLayout 数据的接口,用于 在 中使用 pivotLayout.set({ ... })

Excel.Interfaces.PivotTableCollectionData

一个接口,用于描述通过调用 pivotTableCollection.toJSON()返回的数据。

Excel.Interfaces.PivotTableCollectionUpdateData

用于更新对象上的 PivotTableCollection 数据的接口,用于 在 中使用 pivotTableCollection.set({ ... })

Excel.Interfaces.PivotTableData

一个接口,用于描述通过调用 pivotTable.toJSON()返回的数据。

Excel.Interfaces.PivotTableScopedCollectionData

一个接口,用于描述通过调用 pivotTableScopedCollection.toJSON()返回的数据。

Excel.Interfaces.PivotTableScopedCollectionUpdateData

用于更新对象上的 PivotTableScopedCollection 数据的接口,用于 在 中使用 pivotTableScopedCollection.set({ ... })

Excel.Interfaces.PivotTableStyleCollectionData

一个接口,用于描述通过调用 pivotTableStyleCollection.toJSON()返回的数据。

Excel.Interfaces.PivotTableStyleCollectionUpdateData

用于更新对象上的 PivotTableStyleCollection 数据的接口,用于 在 中使用 pivotTableStyleCollection.set({ ... })

Excel.Interfaces.PivotTableStyleData

一个接口,用于描述通过调用 pivotTableStyle.toJSON()返回的数据。

Excel.Interfaces.PivotTableStyleUpdateData

用于更新对象上的 PivotTableStyle 数据的接口,用于 在 中使用 pivotTableStyle.set({ ... })

Excel.Interfaces.PivotTableUpdateData

用于更新对象上的 PivotTable 数据的接口,用于 在 中使用 pivotTable.set({ ... })

Excel.Interfaces.PresetCriteriaConditionalFormatData

一个接口,用于描述通过调用 presetCriteriaConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.PresetCriteriaConditionalFormatUpdateData

用于更新对象上的 PresetCriteriaConditionalFormat 数据的接口,用于 在 中使用 presetCriteriaConditionalFormat.set({ ... })

Excel.Interfaces.QueryCollectionData

一个接口,用于描述通过调用 queryCollection.toJSON()返回的数据。

Excel.Interfaces.QueryCollectionUpdateData

用于更新对象上的 QueryCollection 数据的接口,用于 在 中使用 queryCollection.set({ ... })

Excel.Interfaces.QueryData

一个接口,用于描述通过调用 query.toJSON()返回的数据。

Excel.Interfaces.RangeAreasCollectionData

一个接口,用于描述通过调用 rangeAreasCollection.toJSON()返回的数据。

Excel.Interfaces.RangeAreasCollectionUpdateData

用于更新对象上的 RangeAreasCollection 数据的接口,用于 在 中使用 rangeAreasCollection.set({ ... })

Excel.Interfaces.RangeAreasData

一个接口,用于描述通过调用 rangeAreas.toJSON()返回的数据。

Excel.Interfaces.RangeAreasUpdateData

用于更新对象上的 RangeAreas 数据的接口,用于 在 中使用 rangeAreas.set({ ... })

Excel.Interfaces.RangeBorderCollectionData

一个接口,用于描述通过调用 rangeBorderCollection.toJSON()返回的数据。

Excel.Interfaces.RangeBorderCollectionLoadOptions

表示构成区域边框的 Border 对象。

Excel.Interfaces.RangeBorderCollectionUpdateData

用于更新对象上的 RangeBorderCollection 数据的接口,用于 在 中使用 rangeBorderCollection.set({ ... })

Excel.Interfaces.RangeBorderData

一个接口,用于描述通过调用 rangeBorder.toJSON()返回的数据。

Excel.Interfaces.RangeBorderLoadOptions

代表对象的边框。

Excel.Interfaces.RangeBorderUpdateData

用于更新对象上的 RangeBorder 数据的接口,用于 在 中使用 rangeBorder.set({ ... })

Excel.Interfaces.RangeCollectionData

一个接口,用于描述通过调用 rangeCollection.toJSON()返回的数据。

Excel.Interfaces.RangeCollectionUpdateData

用于更新对象上的 RangeCollection 数据的接口,用于 在 中使用 rangeCollection.set({ ... })

Excel.Interfaces.RangeData

一个接口,用于描述通过调用 range.toJSON()返回的数据。

Excel.Interfaces.RangeFillData

一个接口,用于描述通过调用 rangeFill.toJSON()返回的数据。

Excel.Interfaces.RangeFillLoadOptions

表示 range 对象的背景。

Excel.Interfaces.RangeFillUpdateData

用于更新对象上的 RangeFill 数据的接口,用于 在 中使用 rangeFill.set({ ... })

Excel.Interfaces.RangeFontData

一个接口,用于描述通过调用 rangeFont.toJSON()返回的数据。

Excel.Interfaces.RangeFontLoadOptions

此对象表示对象的字体属性(字体名称、字体大小、颜色等)。

Excel.Interfaces.RangeFontUpdateData

用于更新对象上的 RangeFont 数据的接口,用于 在 中使用 rangeFont.set({ ... })

Excel.Interfaces.RangeFormatData

一个接口,用于描述通过调用 rangeFormat.toJSON()返回的数据。

Excel.Interfaces.RangeFormatLoadOptions

一个格式对象,其中封装了区域的字体、填充、边框、对齐方式和其他属性。

Excel.Interfaces.RangeFormatUpdateData

用于更新对象上的 RangeFormat 数据的接口,用于 在 中使用 rangeFormat.set({ ... })

Excel.Interfaces.RangeLoadOptions

Range 表示一组或多个连续单元格,例如单元格、行、列或单元格块。 若要详细了解如何在整个 API 中使用区域,请从 Excel JavaScript API 中的范围开始。

Excel.Interfaces.RangeUpdateData

用于更新对象上的 Range 数据的接口,用于 在 中使用 range.set({ ... })

Excel.Interfaces.RangeViewCollectionData

一个接口,用于描述通过调用 rangeViewCollection.toJSON()返回的数据。

Excel.Interfaces.RangeViewCollectionUpdateData

用于更新对象上的 RangeViewCollection 数据的接口,用于 在 中使用 rangeViewCollection.set({ ... })

Excel.Interfaces.RangeViewData

一个接口,用于描述通过调用 rangeView.toJSON()返回的数据。

Excel.Interfaces.RangeViewUpdateData

用于更新对象上的 RangeView 数据的接口,用于 在 中使用 rangeView.set({ ... })

Excel.Interfaces.RemoveDuplicatesResultData

一个接口,用于描述通过调用 removeDuplicatesResult.toJSON()返回的数据。

Excel.Interfaces.RowColumnPivotHierarchyCollectionData

一个接口,用于描述通过调用 rowColumnPivotHierarchyCollection.toJSON()返回的数据。

Excel.Interfaces.RowColumnPivotHierarchyCollectionUpdateData

用于更新对象上的 RowColumnPivotHierarchyCollection 数据的接口,用于 在 中使用 rowColumnPivotHierarchyCollection.set({ ... })

Excel.Interfaces.RowColumnPivotHierarchyData

一个接口,用于描述通过调用 rowColumnPivotHierarchy.toJSON()返回的数据。

Excel.Interfaces.RowColumnPivotHierarchyUpdateData

用于更新对象上的 RowColumnPivotHierarchy 数据的接口,用于 在 中使用 rowColumnPivotHierarchy.set({ ... })

Excel.Interfaces.RuntimeData

一个接口,用于描述通过调用 runtime.toJSON()返回的数据。

Excel.Interfaces.RuntimeUpdateData

用于更新对象上的 Runtime 数据的接口,用于 在 中使用 runtime.set({ ... })

Excel.Interfaces.SettingCollectionData

一个接口,用于描述通过调用 settingCollection.toJSON()返回的数据。

Excel.Interfaces.SettingCollectionUpdateData

用于更新对象上的 SettingCollection 数据的接口,用于 在 中使用 settingCollection.set({ ... })

Excel.Interfaces.SettingData

一个接口,用于描述通过调用 setting.toJSON()返回的数据。

Excel.Interfaces.SettingUpdateData

用于更新对象上的 Setting 数据的接口,用于 在 中使用 setting.set({ ... })

Excel.Interfaces.ShapeCollectionData

一个接口,用于描述通过调用 shapeCollection.toJSON()返回的数据。

Excel.Interfaces.ShapeCollectionUpdateData

用于更新对象上的 ShapeCollection 数据的接口,用于 在 中使用 shapeCollection.set({ ... })

Excel.Interfaces.ShapeData

一个接口,用于描述通过调用 shape.toJSON()返回的数据。

Excel.Interfaces.ShapeFillData

一个接口,用于描述通过调用 shapeFill.toJSON()返回的数据。

Excel.Interfaces.ShapeFillUpdateData

用于更新对象上的 ShapeFill 数据的接口,用于 在 中使用 shapeFill.set({ ... })

Excel.Interfaces.ShapeFontData

一个接口,用于描述通过调用 shapeFont.toJSON()返回的数据。

Excel.Interfaces.ShapeFontUpdateData

用于更新对象上的 ShapeFont 数据的接口,用于 在 中使用 shapeFont.set({ ... })

Excel.Interfaces.ShapeGroupData

一个接口,用于描述通过调用 shapeGroup.toJSON()返回的数据。

Excel.Interfaces.ShapeLineFormatData

一个接口,用于描述通过调用 shapeLineFormat.toJSON()返回的数据。

Excel.Interfaces.ShapeLineFormatUpdateData

用于更新对象上的 ShapeLineFormat 数据的接口,用于 在 中使用 shapeLineFormat.set({ ... })

Excel.Interfaces.ShapeUpdateData

用于更新对象上的 Shape 数据的接口,用于 在 中使用 shape.set({ ... })

Excel.Interfaces.SlicerCollectionData

一个接口,用于描述通过调用 slicerCollection.toJSON()返回的数据。

Excel.Interfaces.SlicerCollectionUpdateData

用于更新对象上的 SlicerCollection 数据的接口,用于 在 中使用 slicerCollection.set({ ... })

Excel.Interfaces.SlicerData

一个接口,用于描述通过调用 slicer.toJSON()返回的数据。

Excel.Interfaces.SlicerItemCollectionData

一个接口,用于描述通过调用 slicerItemCollection.toJSON()返回的数据。

Excel.Interfaces.SlicerItemCollectionUpdateData

用于更新对象上的 SlicerItemCollection 数据的接口,用于 在 中使用 slicerItemCollection.set({ ... })

Excel.Interfaces.SlicerItemData

一个接口,用于描述通过调用 slicerItem.toJSON()返回的数据。

Excel.Interfaces.SlicerItemUpdateData

用于更新对象上的 SlicerItem 数据的接口,用于 在 中使用 slicerItem.set({ ... })

Excel.Interfaces.SlicerStyleCollectionData

一个接口,用于描述通过调用 slicerStyleCollection.toJSON()返回的数据。

Excel.Interfaces.SlicerStyleCollectionUpdateData

用于更新对象上的 SlicerStyleCollection 数据的接口,用于 在 中使用 slicerStyleCollection.set({ ... })

Excel.Interfaces.SlicerStyleData

一个接口,用于描述通过调用 slicerStyle.toJSON()返回的数据。

Excel.Interfaces.SlicerStyleUpdateData

用于更新对象上的 SlicerStyle 数据的接口,用于 在 中使用 slicerStyle.set({ ... })

Excel.Interfaces.SlicerUpdateData

用于更新对象上的 Slicer 数据的接口,用于 在 中使用 slicer.set({ ... })

Excel.Interfaces.StyleCollectionData

一个接口,用于描述通过调用 styleCollection.toJSON()返回的数据。

Excel.Interfaces.StyleCollectionUpdateData

用于更新对象上的 StyleCollection 数据的接口,用于 在 中使用 styleCollection.set({ ... })

Excel.Interfaces.StyleData

一个接口,用于描述通过调用 style.toJSON()返回的数据。

Excel.Interfaces.StyleUpdateData

用于更新对象上的 Style 数据的接口,用于 在 中使用 style.set({ ... })

Excel.Interfaces.TableCollectionData

一个接口,用于描述通过调用 tableCollection.toJSON()返回的数据。

Excel.Interfaces.TableCollectionLoadOptions

表示属于工作簿或工作表(具有取决于限定到的范围)的所有表的集合。

Excel.Interfaces.TableCollectionUpdateData

用于更新对象上的 TableCollection 数据的接口,用于 在 中使用 tableCollection.set({ ... })

Excel.Interfaces.TableColumnCollectionData

一个接口,用于描述通过调用 tableColumnCollection.toJSON()返回的数据。

Excel.Interfaces.TableColumnCollectionLoadOptions

表示属于表的所有列的集合。

Excel.Interfaces.TableColumnCollectionUpdateData

用于更新对象上的 TableColumnCollection 数据的接口,用于 在 中使用 tableColumnCollection.set({ ... })

Excel.Interfaces.TableColumnData

一个接口,用于描述通过调用 tableColumn.toJSON()返回的数据。

Excel.Interfaces.TableColumnLoadOptions

代表表格中的一列。

Excel.Interfaces.TableColumnUpdateData

用于更新对象上的 TableColumn 数据的接口,用于 在 中使用 tableColumn.set({ ... })

Excel.Interfaces.TableData

一个接口,用于描述通过调用 table.toJSON()返回的数据。

Excel.Interfaces.TableLoadOptions

表示 Excel 表格。 若要了解有关表对象模型的详细信息,请阅读 使用 Excel JavaScript API 处理表。

Excel.Interfaces.TableRowCollectionData

一个接口,用于描述通过调用 tableRowCollection.toJSON()返回的数据。

Excel.Interfaces.TableRowCollectionLoadOptions

表示属于表的所有行的集合。

请注意,与区域或列不同,如果新行或列被添加到它们之前,区域或列将进行调整, TableRow 对象表示表行的物理位置,而不是数据。 也就是说,如果对数据进行排序或添加新行,则表行将继续指向创建它的索引。

Excel.Interfaces.TableRowCollectionUpdateData

用于更新对象上的 TableRowCollection 数据的接口,用于 在 中使用 tableRowCollection.set({ ... })

Excel.Interfaces.TableRowData

一个接口,用于描述通过调用 tableRow.toJSON()返回的数据。

Excel.Interfaces.TableRowLoadOptions

表示表中的行。

请注意,与区域或列不同,如果新行或列被添加到它们之前,区域或列将进行调整, TableRow 对象表示表行的物理位置,而不是数据。 也就是说,如果对数据进行排序或添加新行,则表行将继续指向创建它的索引。

Excel.Interfaces.TableRowUpdateData

用于更新对象上的 TableRow 数据的接口,用于 在 中使用 tableRow.set({ ... })

Excel.Interfaces.TableScopedCollectionData

一个接口,用于描述通过调用 tableScopedCollection.toJSON()返回的数据。

Excel.Interfaces.TableScopedCollectionUpdateData

用于更新对象上的 TableScopedCollection 数据的接口,用于 在 中使用 tableScopedCollection.set({ ... })

Excel.Interfaces.TableSortData

一个接口,用于描述通过调用 tableSort.toJSON()返回的数据。

Excel.Interfaces.TableStyleCollectionData

一个接口,用于描述通过调用 tableStyleCollection.toJSON()返回的数据。

Excel.Interfaces.TableStyleCollectionUpdateData

用于更新对象上的 TableStyleCollection 数据的接口,用于 在 中使用 tableStyleCollection.set({ ... })

Excel.Interfaces.TableStyleData

一个接口,用于描述通过调用 tableStyle.toJSON()返回的数据。

Excel.Interfaces.TableStyleUpdateData

用于更新对象上的 TableStyle 数据的接口,用于 在 中使用 tableStyle.set({ ... })

Excel.Interfaces.TableUpdateData

用于更新对象上的 Table 数据的接口,用于 在 中使用 table.set({ ... })

Excel.Interfaces.TextConditionalFormatData

一个接口,用于描述通过调用 textConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.TextConditionalFormatUpdateData

用于更新对象上的 TextConditionalFormat 数据的接口,用于 在 中使用 textConditionalFormat.set({ ... })

Excel.Interfaces.TextFrameData

一个接口,用于描述通过调用 textFrame.toJSON()返回的数据。

Excel.Interfaces.TextFrameUpdateData

用于更新对象上的 TextFrame 数据的接口,用于 在 中使用 textFrame.set({ ... })

Excel.Interfaces.TextRangeData

一个接口,用于描述通过调用 textRange.toJSON()返回的数据。

Excel.Interfaces.TextRangeUpdateData

用于更新对象上的 TextRange 数据的接口,用于 在 中使用 textRange.set({ ... })

Excel.Interfaces.TimelineStyleCollectionData

一个接口,用于描述通过调用 timelineStyleCollection.toJSON()返回的数据。

Excel.Interfaces.TimelineStyleCollectionUpdateData

用于更新对象上的 TimelineStyleCollection 数据的接口,用于 在 中使用 timelineStyleCollection.set({ ... })

Excel.Interfaces.TimelineStyleData

一个接口,用于描述通过调用 timelineStyle.toJSON()返回的数据。

Excel.Interfaces.TimelineStyleUpdateData

用于更新对象上的 TimelineStyle 数据的接口,用于 在 中使用 timelineStyle.set({ ... })

Excel.Interfaces.TopBottomConditionalFormatData

一个接口,用于描述通过调用 topBottomConditionalFormat.toJSON()返回的数据。

Excel.Interfaces.TopBottomConditionalFormatUpdateData

用于更新对象上的 TopBottomConditionalFormat 数据的接口,用于 在 中使用 topBottomConditionalFormat.set({ ... })

Excel.Interfaces.WorkbookCreatedData

一个接口,用于描述通过调用 workbookCreated.toJSON()返回的数据。

Excel.Interfaces.WorkbookData

一个接口,用于描述通过调用 workbook.toJSON()返回的数据。

Excel.Interfaces.WorkbookLoadOptions

Workbook 是包含相关工作簿对象(例如工作表、表和区域)的顶级对象。 若要了解有关工作簿对象模型的详细信息,请阅读 使用 Excel JavaScript API 处理工作簿。

Excel.Interfaces.WorkbookProtectionData

一个接口,用于描述通过调用 workbookProtection.toJSON()返回的数据。

Excel.Interfaces.WorkbookRangeAreasData

一个接口,用于描述通过调用 workbookRangeAreas.toJSON()返回的数据。

Excel.Interfaces.WorkbookUpdateData

用于更新对象上的 Workbook 数据的接口,用于 在 中使用 workbook.set({ ... })

Excel.Interfaces.WorksheetCollectionData

一个接口,用于描述通过调用 worksheetCollection.toJSON()返回的数据。

Excel.Interfaces.WorksheetCollectionLoadOptions

表示属于工作簿的 worksheet 对象的集合。

Excel.Interfaces.WorksheetCollectionUpdateData

用于更新对象上的 WorksheetCollection 数据的接口,用于 在 中使用 worksheetCollection.set({ ... })

Excel.Interfaces.WorksheetCustomPropertyCollectionData

一个接口,用于描述通过调用 worksheetCustomPropertyCollection.toJSON()返回的数据。

Excel.Interfaces.WorksheetCustomPropertyCollectionUpdateData

用于更新对象上的 WorksheetCustomPropertyCollection 数据的接口,用于 在 中使用 worksheetCustomPropertyCollection.set({ ... })

Excel.Interfaces.WorksheetCustomPropertyData

一个接口,用于描述通过调用 worksheetCustomProperty.toJSON()返回的数据。

Excel.Interfaces.WorksheetCustomPropertyUpdateData

用于更新对象上的 WorksheetCustomProperty 数据的接口,用于 在 中使用 worksheetCustomProperty.set({ ... })

Excel.Interfaces.WorksheetData

一个接口,用于描述通过调用 worksheet.toJSON()返回的数据。

Excel.Interfaces.WorksheetLoadOptions

Excel 工作表是由单元格组成的网格。 它可以包含数据、表、图表等。若要了解有关工作表对象模型的详细信息,请阅读 使用 Excel JavaScript API 处理工作表。

Excel.Interfaces.WorksheetProtectionData

一个接口,用于描述通过调用 worksheetProtection.toJSON()返回的数据。

Excel.Interfaces.WorksheetUpdateData

用于更新对象上的 Worksheet 数据的接口,用于 在 中使用 worksheet.set({ ... })

Excel.RunOptions
Excel.Session

枚举

Excel.BindingType
Excel.BorderIndex
Excel.BorderLineStyle
Excel.BorderWeight
Excel.CalculationMode
Excel.CalculationType
Excel.ChartDataLabelPosition
Excel.ChartLegendPosition
Excel.ChartSeriesBy

指定序列是按行还是按列。 在桌面版 Excel 中,“自动”选项将检查源数据形状,以自动猜测数据是按行还是按列。 在Excel web 版中,“auto”将仅默认为“columns”。

Excel.ChartType
Excel.ChartUnderlineStyle
Excel.ClearApplyTo
Excel.DeleteShiftDirection
Excel.ErrorCodes
Excel.HorizontalAlignment
Excel.InsertShiftDirection

确定现有单元格的移动方向,以适应要插入的内容。

Excel.NamedItemType
Excel.RangeUnderlineStyle
Excel.RangeValueType
Excel.SheetVisibility
Excel.VerticalAlignment

函数

Excel.getDataCommonPostprocess(response, callArgs)
Excel.postprocessBindingDescriptor(response)
Excel.run(batch)

使用新的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

Excel.run(object, batch)

使用以前创建的 API 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

Excel.run(objects, batch)

使用以前创建的 API 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。

Excel.run(options, batch)

使用以前创建的 API 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

Excel.run(context, batch)

使用以前创建的 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

函数详细信息

Excel.getDataCommonPostprocess(response, callArgs)

export function getDataCommonPostprocess(response: any, callArgs: any): any;

参数

response

any

callArgs

any

返回

any

Excel.postprocessBindingDescriptor(response)

export function postprocessBindingDescriptor(response: any): any;

参数

response

any

返回

any

Excel.run(batch)

使用新的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

export function run<T>(batch: (context: Excel.RequestContext) => Promise<T>): Promise<T>;

参数

batch

(context: Excel.RequestContext) => Promise<T>

一个函数,它接受 RequestContext 并返回承诺 (通常只是“context.sync () ”) 的结果。 上下文参数有助于向 Excel 应用程序发出请求。 由于 Office 加载项和 Excel 应用程序在两个不同的进程中运行,因此需要 RequestContext 才能从外接程序访问 Excel 对象模型。

返回

Promise<T>

Excel.run(object, batch)

使用以前创建的 API 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

export function run<T>(object: OfficeExtension.ClientObject, batch: (context: Excel.RequestContext) => Promise<T>): Promise<T>;

参数

object
OfficeExtension.ClientObject

以前创建的 API 对象。 批处理将使用与传入对象相同的 RequestContext,这意味着“context.sync () ”将选取应用于该对象的任何更改。

batch

(context: Excel.RequestContext) => Promise<T>

一个函数,它接受 RequestContext 并返回承诺 (通常只是“context.sync () ”) 的结果。 上下文参数有助于向 Excel 应用程序发出请求。 由于 Office 加载项和 Excel 应用程序在两个不同的进程中运行,因此需要 RequestContext 才能从外接程序访问 Excel 对象模型。

返回

Promise<T>

Excel.run(objects, batch)

使用以前创建的 API 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。

export function run<T>(objects: OfficeExtension.ClientObject[], batch: (context: Excel.RequestContext) => Promise<T>): Promise<T>;

参数

objects

OfficeExtension.ClientObject[]

以前创建的 API 对象的数组。 将对数组进行验证,以确保所有对象共享相同的上下文。 批处理将使用此共享的 RequestContext,这意味着“context.sync () ”将选取应用于这些对象的任何更改。

batch

(context: Excel.RequestContext) => Promise<T>

一个函数,它接受 RequestContext 并返回承诺 (通常只是“context.sync () ”) 的结果。 上下文参数有助于向 Excel 应用程序发出请求。 由于 Office 加载项和 Excel 应用程序在两个不同的进程中运行,因此需要 RequestContext 才能从外接程序访问 Excel 对象模型。

返回

Promise<T>

Excel.run(options, batch)

使用以前创建的 API 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

export function run<T>(options: Excel.RunOptions, batch: (context: Excel.RequestContext) => Promise<T>): Promise<T>;

参数

options
Excel.RunOptions

此 Excel.run 的其他选项,用于指定以前的对象,是否延迟对单元格编辑、会话信息等的请求。

batch

(context: Excel.RequestContext) => Promise<T>

一个函数,它接受 RequestContext 并返回承诺 (通常只是“context.sync () ”) 的结果。 上下文参数有助于向 Excel 应用程序发出请求。 由于 Office 加载项和 Excel 应用程序在两个不同的进程中运行,因此需要 RequestContext 才能从外接程序访问 Excel 对象模型。

返回

Promise<T>

Excel.run(context, batch)

使用以前创建的 对象的 RequestContext 执行对 Excel 对象模型执行操作的批处理脚本。 承诺解决后,将释放在执行过程中自动分配的任何跟踪对象。

export function run<T>(context: OfficeExtension.ClientRequestContext, batch: (context: Excel.RequestContext) => Promise<T>): Promise<T>;

参数

context
OfficeExtension.ClientRequestContext

以前创建的 对象。 批处理将使用与传入对象相同的 RequestContext,这意味着“context.sync () ”将选取应用于该对象的任何更改。

batch

(context: Excel.RequestContext) => Promise<T>

一个函数,它接受 RequestContext 并返回承诺 (通常只是“context.sync () ”) 的结果。 上下文参数有助于向 Excel 应用程序发出请求。 由于 Office 加载项和 Excel 应用程序在两个不同的进程中运行,因此需要 RequestContext 才能从外接程序访问 Excel 对象模型。

返回

Promise<T>