列出工作表
list_sheetsList all worksheets in an Excel file with their row and column counts. Check the sheet names and dimensions before reading or editing the file to confirm what you're working with.
Instructions
查看一个 Excel 文件里有哪些工作表,各有多少行多少列。动手读/写之前可以先调它确认表名。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Excel 文件的绝对路径,例如 `C:\Users\xx\报表.xlsx` 或 `/Users/xx/报表.xlsx`。支持 .xlsx / .xls / .csv |