Saving spreadsheet to Azure blob storage

Do you have any sample code for saving a spreadsheet to Azure blob storage?



Thanks,

Mark

Hi,

If you can save bytes in your mentioned blob storage, then I will say, you can also save your workbook object into Azure blob storage.

Workbook.Save method can save the entire workbook object into stream of bytes, which you can then use to store into blob.