Hi All
I have a collection of byte arrays - each byte array has been returned from the MS reporting services web service Render() method (rendered in Excel format) I want to merge these byte arrays into a single byte array which when downloaded has multiple sheets. (each byte array corresponds to a sheet in the result excel) I want to achieve this using openxml. Could anyone please help.
Thank you. Thanks