I have a current implementation which export a report using the navigator.msSaveOrOpenBlob(blob, defaultName) function which takes in only the file data and file name as argument.
Would it be possible to perform a modification to add header/footer information to the blob file using the same function? Or do I have to look into a different implementation to include the header footer?