Skip to content

v0.4.0 — get_table_style

Choose a tag to compare

@damith-dasasian damith-dasasian released this 16 Aug 16:09
· 12 commits to main since this release

Added

  • get_table_style — reads a table's column widths, pinned header rows, and the matched cell's padding, background and per-side borders, located by cell text like its setter. set_table_style was the only setter with no getter, so everything it wrote was invisible on read. columnWidths comes back in the shape the setter accepts, so one table's layout can be copied onto another (#33).

No behaviour changes to existing tools, so nothing to check on upgrade.

Install: npx -y @dasasian/gdocs-mcp · npm · docs

Full diff: v0.3.0...v0.4.0