Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
You need to use the WorkbookSpec parameter, and use the generatedFields tag.
If you do not have anything set currently in the WorkbookSpec you can set the WorkbookSpec parameter to be:
<workbook>
<generatedFields>
<field type="filename" />
</generatedFields>
</workbook>
Otherwise, you just need to integrate the filename generated field into the existing WorkbookSpec - look at the documentation on the WorkbookSpec parameter & the WorkbookSpecExample parameter for how to do this.
Tim.