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.
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