导出工作表
Contents
[
Hide
]
您可以导出以下格式:XLS, 扩展, XLSB, CSV, 硅通孔 (TSV), 超音速巡航导弹, 消耗臭氧层物质, TXT, PDF, 奥特斯, XPS, 差分输入, PNG, JPEG, BMP, SVG, TIFF, EMF, 数字, 福尔马林..
- 休息 API
API | 类型 | 描述 | Swagger 链接 |
---|---|---|---|
/单元格/导出 | 邮政 | 将请求内容导出为某种格式的 Excel | 出口后 |
这OpenAPI 规范定义一个可公开访问的编程接口,并允许您直接从 Web 浏览器执行 REST 交互。
您可以使用cURL命令行工具可轻松访问 Aspose.Cells Web 服务。以下示例显示如何使用 cURL 调用云 API。
- 要求
curl -X POST "https://api.aspose.cloud/v3.0/cells/export?objectType=worksheet&format=tiff" -H "accept: multipart/form-data" -H "Content-Type: multipart/form-data" -H "x-aspose-client: Containerize.Swagger" -d {"File":{}}
- 回复
{
"Files": [{
"Filename": "Book1_xlsx_Sheet1.tif",
"FileSize": 390,
"FileContent": "-----Base64String--------"
}, {
"Filename": "Book1_xlsx_Sheet2.tif",
"FileSize": 10040,
"FileContent": "-----Base64String--------"
}, {
"Filename": "Book1_xlsx_Sheet3.tif",
"FileSize": 2824,
"FileContent": "-----Base64String--------"
}, {
"Filename": "Book1_xlsx_Sheet4.tif",
"FileSize": 1350,
"FileContent": "-----Base64String--------"
}, {
"Filename": "Book1_xlsx_Sheet5.tif",
"FileSize": 12978,
"FileContent": "-----Base64String--------"
}, {
"Filename": "Book1_xlsx_Sheet6.tif",
"FileSize": 7002,
"FileContent": "-----Base64String--------"
}, {
"Filename": "Book1_xlsx_Sheet7.tif",
"FileSize": 11532,
"FileContent": "-----Base64String--------"
}, {
"Filename": "myDocument_xlsx_Sheet1.tif",
"FileSize": 382,
"FileContent": "-----Base64String--------"
}, {
"Filename": "myDocument_xlsx_Sheet2.tif",
"FileSize": 382,
"FileContent": "-----Base64String--------"
}, {
"Filename": "myDocument_xlsx_Sheet3.tif",
"FileSize": 130084,
"FileContent": "-----Base64String--------"
}, {
"Filename": "myDocument_xlsx_Sheet4.tif",
"FileSize": 120062,
"FileContent": "-----Base64String--------"
}]
}
- Cloud SDK 系列
使用 SDK 是加快开发速度的最佳方式。SDK 负责处理底层细节,让您专注于项目任务。请查看GitHub 存储库获得 Aspose.Cells Cloud SDKs 的完整列表。
以下代码示例演示了如何使用各种 SDK 调用 Aspose.Cells Web 服务: