version: 2.51
First, let me outline my requirement: I need to merge multiple HTML files into one. Currently, I have to manually copy the [SNAPDATA] data into the combined HTML file. This approach creates an issue: the header only counts the file and folder quantities and sizes for the single merged HTML file, not the combined total across multiple HTML files.
I'm wondering if it's possible to implement a solution where the header automatically aggregates the file counts, folder counts, and size data from multiple HTML files?
In the first row of [SNAPDATA], we already have data like [numDirs], [numFiles], and [totBytes]. Could we add a formula to the header to automatically sum these values—[numDirs], [numFiles], and [totBytes]?