XL Write

Write attributes to an Excel worksheet

Write attributes to an Excel worksheet

Usage

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 |

Last updated