Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
If you are appending to an existing worksheet, and not overwriting the entire worksheet, then this is the default behavior.
If, however, you are writing to a new worksheet and don't want to output the header, then this is also possible.
For example, you could use the following:
<!-- Output the 3rd input pin to the 2nd worksheet, with the first column blank,
and with no header row, and the data starting at row 3 -->
<sheet inputIndex="3" outputIndex="2" dataStartRow="3" dataStartColumn="2" outputHeaderRow="false"/>
Unfortunately, it looks like this got overlooked in the documentation of the OutputSpec parameter.
This issue has been raised in Issue # 4799 to make sure it is correctly documented in future releases.
Regards,
Tim.