Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Customize the width of columns in tables using putdocx

    Hi all,

    I'm having difficulty determining if and how putdocx can create a table with explicitly set column widths. To the best of my knowledge, the closest option that -putdocx- has is -layout-, which refers only to fixed, equal widths for all columns, or to default to Word's ability to autofit to contents or window size. Is this possible?

    Here's a toy table to stat from.

    Code:
    sysuse auto
    reg price
    putdocx begin
    putdocx table tbl1 = etable
    putdocx save tempdoc, replace
Working...
X