放置工作表字符

Contents
[ ]

PutWorksheetChart

Add a new chart in the worksheet.

REST API

API HttpMethod 描述 API 参考
/cells/{name}/worksheets/{sheetName}/charts PUT 在工作表中添加新图表。 PutWorksheetChart

Path Parameter

参数名称、类型、描述
name,string,文件名。
sheetName,string,工作表名称。

Query Parameter

参数名称、类型、描述
chartType,string,图表类型,请参考图表资源中的属性Type。
upperLeftRow,integer,新图表的左上行。
upperLeftColumn,integer,新图表的左上列。
lowerRightRow,整数,新图表的左下行。
lowerRightColumn,integer,新图表的左下列。
区域,字符串,指定绘制数据系列的值。
isVertical,boolean,指定是否按行还是按列绘制单元格值范围的系列。
categoryData string 获取或设置分类轴值的范围,可以是单元格区域(例如:\'D1:E10\')。
isAutoGetSerialName boolean 指定是否自动更新序列名称。
title,string,指定图表标题名称。
文件夹,字符串,文件所在的文件夹。
dataLabels boolean 表示指定图表的数据标签值的显示行为。True 表示显示值,False 表示隐藏值。
dataLabelsPosition,string,表示数据标签位置(Center/InsideBase/InsideEnd/OutsideEnd/Above/Below/Left/Right/BestFit/Moved)。
pivotTableSheet string 源为pivotTable的数据,若PivotSource不为空,则图表为PivotChart。
pivotTableName,string,数据透视表名称。
storageName,string,文件所在的存储名称。

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

 

You can use cURL command-line tool to access Aspose.Cells web services easily. The following example shows how to make calls to Cloud API with cURL.

Cloud SDK Family

Using an SDK is the best way to speed up the development. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: