PostWorkbookSpli

Contents
[ ]

PostWorkbookSplit

Split the workbook with a specific format.

REST API

API HttpMethod 描述 API 参考
/cells/{name}/split POST 使用特定格式拆分工作簿。 PostWorkbookSplit

Path Parameter

参数名称、类型、描述
name,string,文件名。

Query Parameter

参数名称、类型、描述
格式,字符串,拆分格式。
输出文件夹,字符串,
从,整数,开始工作表索引。
到,整数,结束工作表索引。
HorizontalResolution,整数,图像水平分辨率。
verticalResolution,整数,图像垂直分辨率。
splitNameRule,string,规则名称:sheetname newguid
文件夹,字符串,文件所在的文件夹。
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: