Kingsoft OfficeWPS 365 enterprise collaboration open API
GET/v7/sheets/{file_id}/worksheets/{worksheet_id}/range_data
Get range data resource
Get range data resource via GET /v7/sheets/{file_id}/worksheets/{worksheet_id}/range_data.
Manage contacts and organization, cloud documents, DBSheet/smart sheets, messaging, meetings, calendars, mail, todo, approvals, and event subscriptions through the official WPS 365 OpenAPI (v7); the official machine contract is the OpenAPI 3.0.0 published on open.wps.cn (827 endpoints / 3,119 schemas). Enterprise data is private business data; Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.
Request
- operationId
sheetsworksheetsRangeData- Server
https://openapi.wps.cn- Authentication
- app, delegated
Request parameters
file_id
pathstringrequired
File ID.
example-id-0123456789
worksheet_id
pathintegerint64required
Worksheet id.
1
row_from
queryintegerint32required
Row from.
1
row_to
queryintegerint32required
Row to.
1
col_from
queryintegerint32required
Col from.
1
col_to
queryintegerint32required
Col to.
1
Responses
200
sheets_get_range_data_resp_bodyapplication/json
Request succeeded.
Properties: data
default
unknownapplication/json
The upstream service returned this status.
{
"data": {
"range_data": {
"cell_text": "example content",
"col_from": 1,
"col_to": 1,
"is_cell_pic": true,
"num_format": "example content",
"original_cell_value": "example content",
"pic_content": "example content",
"pic_data": "example content"
}
}
}