wps_excel_read_range
Read cell data from a specified Excel range in the active WPS Spreadsheet and return it as a two-dimensional array, with options to include headers or select a specific sheet.
Instructions
读取Excel指定范围的单元格数据,返回二维数组格式的数据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | 要读取的范围,如 A1:C10、B2:D5 | |
| sheet | No | 工作表名称,不填则使用当前活动工作表 | |
| include_header | No | 是否将第一行作为表头返回,默认false |