We have Excel files on AWS S3 cloud. can we read these files using Aspose without downloading

We have Excel files on AWS S3 cloud. can we read these files using Aspose without downloading

@ketaki2092
To read non local files, you can first read the files into the stream and then load the stream data using Workbook.

For loading Excel files through a stream, please refer to the following document:

and to write or update data can we do that also through stream ?

@ketaki2092
You can manipulate any object properties on the Workbook and then save the Workbook to the stream. But you cannot directly manipulate stream data.

For saving a Workbook to a stream, please refer to the following documents: