Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithMake a copy of the Excel sheet, with all the charts, pivot tables, etc, configured the way you want them.
Save that on the server, and use the "Template" option on the second tab of the regular Excel Output node.
The node will replace the data on the sheet(s) named on the input pins, and will leave the rest of the sheets alone.
The user will have to hit Refresh on the pivot tables, but it won't remove out those other sheets.
==================
Note: often for your charts and pivot tables, you will need to use full column ranges such as $A:$D instead of normal ranges like A1:D:999 - if your data ends up going past row 999, then your charts would be missing data.
Also, if you use the old XLS format instead of the new macro-disabled XLSX format, you could include an AutoExec macro in your workbook that would do the refreshes for you. Unfortunately, at this time, LAE does not support the newer macro-enabled XLSM format.