存储已存在
Contents
[
Hide
]
Excel API :存储存在
GET http://api.aspose.cloud/v4.0/cells/storage/{storageName}/exist
功能描述
这存储存在API 检查 Aspose.Cells 云服务中是否存在指定的存储。此功能对于确保所有依赖于存储的操作都能顺利进行至关重要。
请求参数存储存在API 是
| 参数名称 | 类型 | 路径/查询字符串/HTTPBody | 描述 |
|---|---|---|---|
| 存储名称 | 细绳 | 小路 | 要检查是否存在的存储的名称。 |
响应描述
{
"Name": "StorageExist",
"Description": [
"Indicates whether the specified storage exists."
],
"Type": "Class",
"IsAbstract": false,
"Properties": [
{
"Name": "Exists",
"Description": [
"Indicates if the storage exists.",
"This property returns true if the storage is present; otherwise, it returns false."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Boolean",
"Name": "boolean"
}
}
]
}
OpenAPI 规范
这OpenAPI 规范定义了一个可公开访问的编程接口,允许开发人员直接从 Web 浏览器与 REST API 无缝交互。
Excel API SDK
使用 SDK 是加速开发的最有效方法。SDK 可以抽象底层实现细节,使开发者能够专注于项目任务。如需查看可用的 Aspose.Cells 云 SDK 的完整列表,请访问GitHub 存储库.
以下代码示例演示了如何使用各种 SDK 对 Aspose.Cells Web 服务进行 API 调用: