curl -X POST "https://api.aspose.cloud/v3.0/cells/convert"
-H "accept: multipart/form-data"
-H "Content-Type: multipart/form-data"
-H "x-aspose-client: curl"
-d {}
{
"Filename": "filename",
"FileSize": xxxx,
"FileContent": "File Content: base64_encoded_string"
}
Cloud SDK 系列
使用 SDK 是加速开发的最佳方式。SDK 负责处理底层细节,让您专注于项目任务。请查看GitHub 存储库以获取 Aspose.Cells Cloud SDKs 的完整列表。
以下代码示例演示了如何使用各种 SDK 调用 Aspose.Cells Web 服务: