read_sharepoint_excel
Read data from Excel files stored in SharePoint Online. Extract content from specified sheets with configurable row limit.
Instructions
Đọc nội dung file Excel (.xlsx) từ SharePoint Online.
Args: sharepoint_url: URL đầy đủ tới file Excel trên SharePoint. Ví dụ: https://company.sharepoint.com/sites/MySite/Shared Documents/data.xlsx sheet_name: Tên sheet cần đọc. Mặc định đọc sheet đầu tiên. max_rows: Số dòng tối đa trả về (mặc định 100, không tính header).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | ||
| sheet_name | No | ||
| sharepoint_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |