Get Comments
get_commentsRetrieve all comments from an Excel worksheet, returning each comment's cell address and text for easy review.
Instructions
List all comments on a worksheet.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet).
Returns: JSON with each comment's cell address and text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No |