获取文件列表 - Aspose.Cells AP
Contents
[
Hide
]
Excel API:获取文件列表
GET http://api.aspose.cloud/v4.0/cells/storage/folder/{path}
功能描述
这获取文件列表API 允许用户检索 Aspose.Cells 云存储中指定目录中包含的文件和文件夹的完整列表。此端点对于高效管理文件至关重要,并且支持各种文件格式。
请求参数获取文件列表API 是
| 参数名称 | 类型 | 路径/查询字符串/HTTPBody | 描述 |
|---|---|---|---|
| 小路 | 细绳 | 小路 | 从中检索文件列表的云存储文件夹的路径。 |
| 存储名称 | 细绳 | 询问 | 要访问的存储的名称。 |
响应描述
{
"Name": "FilesList",
"Description": [
"Files list"
],
"Type": "Class",
"IsAbstract": false,
"Properties": [
{
"Name": "Value",
"Description": [
"Files and folders contained by the specified StorageFile."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Container",
"Reference": "StorageFile",
"ElementDataType": {
"Identifier": "Class",
"Reference": "StorageFile",
"Name": "class:storagefile"
},
"Name": "container"
}
}
]
}
OpenAPI 规范
这OpenAPI 规范定义一个可公开访问的编程接口,可直接从 Web 浏览器实现 REST 交互,从而方便集成和测试。
Excel API SDK
使用 SDK 是加速开发流程的最佳方法。SDK 可以管理底层细节,让您专注于项目任务。如需查看 Aspose.Cells 云 SDK 的完整列表,请访问GitHub 存储库.
以下代码示例说明了如何使用各种 SDK 调用 Aspose.Cells Web 服务: