I have a requirement where I have to create a zip from the Excel files.
Now I am doing by writing the documents to ZipOutputStream.
But I need to do some operations on those Excel(workbook) using aspose cells and write those files again to ZIP.
I have ByteArrayOutputStream and ZipOutputStream where the content is getting written.
I have to do some operations on each excel docs using aspose cells and then again write these document to zipoutputstream so that I can get all these docs in zipped manner.
Any suggestions will be of great help.