XL Write
Write attributes to an Excel worksheet
Last updated
Write attributes to an Excel worksheet
Last updated
Write attributes to an Excel worksheet
The Excel Write components can write to multiple worksheets from a single component.
A single dimension data tree still specifies a column
Datatree = {0}[2], {1}[2]
Sheet 1
| A1 | B1 |
| A2 | B2 |
A multi-dimension data tree still uses the first index
Datatree = {0,0}[2], {0,1}[2], {1,0}[2], {1,1}[2]
Sheet 1
| A1 | B1 |
| A2 | B2 |
Sheet 2
| A1 | B1 |
| A2 | B2 |