v0.4.0 — get_table_style
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_stylewas the only setter with no getter, so everything it wrote was invisible on read.columnWidthscomes 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