Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherI almost forgot to mention...
Using the Output Excel node in LAE 4.6, you are able to specify a "TemplateInputFile".
This "template" file needs to be in the same XLS or XLSX format as the file to which you are writing - i.e. it is not an Excel ("xltx" etc) template file.
When writing to the new file, it will first load the existing template file, and then add your changes from the node to the output file.
If you have any formulas, pictures, or charts etc which depend on data within your template, then these will be re-evaluated when the Excel file is opened.
Note that using the Append Excel file, things like formatting, charts, images etc are
not preserved in the new file you are writing to (in XLSX format.. In XLS format they are).
However, this will be fixed in the upcoming LAE 4.6.1 release such that you have the option in the Append Excel node to preserve all of these images/charts etc in the file you are appending to.
The reason that this was not allowed in 4.6.0, and will not be enabled by default (you still need to modify a parameter to allow this) in 4.6.1 is that in order to preserve the charts and images, the node needs to load all of the existing workbook into memory, which could lead to the node running out of memory and failing.
Tim.