You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Column-width fit (M10 follow-on): apply_table_ops gains two ops — set_column_widths (explicit logical column widths, merge-aware) and autofit_columns (rebalance widths to content: widen content-heavy columns, narrow light ones, table total preserved) so long text is not cramped in a narrow column. Both are byte-preserving (cellSz only). Backed by hwpx.table_patch (python-hwpx ≥ 2.22.0).