map_import_sheet
Replace the active sheet's content with JSON data to load a prepared network topology in a single call.
Instructions
Replace active sheet content with provided JSON data. Useful for loading a prepared topology in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Sheet data: { nodes: [], connections: [], stickies?: [], notes?: '' } |