Delete Comment
delete_commentDelete a comment from a specific cell in an open Excel workbook, optionally specifying workbook and sheet. Returns JSON confirmation.
Instructions
Delete the comment on a specific cell, if any.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). cell: A1-style single-cell reference, e.g. "B2".
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | No | A1 | |
| sheet | No | ||
| workbook | No |