A basic example follows:
>
|
|
If we want to specify the relative width of the columns, we can do that by specifying the weights option, which specifies relative weights for the widths of the table columns. Note that, while the DataFrame has three columns, the Table has four: there is an extra column for the row labels. Thus, we specify four weights. We also use the width option to specify that the total width of the table should be 50% of the width of the worksheet.
>
|
|
The returned identity of the Table can be used to modify Table properties following insertion.
>
|
|
>
|
|