question

DinoCehic-8055 avatar image
0 Votes"
DinoCehic-8055 asked MayankBargali-MSFT edited

Created Excel file comes with warning

Hi,

I have issue where I have created excel file using Azure Function App written in C#, and gets placed into Azure blob storage account.

After opening the file, it shows following warning:

115722-image.png

Does anyone know how to resolve this issue?

Thanks,

Dino


dotnet-csharpazure-functions
image.png (20.4 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered MayankBargali-MSFT edited

@DinoCehic-8055 As per the error looks like excel was not created successfully therefore while opening the it is not readable format.
I came across this article while can help you how you can create the excel in azure function. You need to modify the code as per your end but it is for reference to help you whether you are creating the excel file correctly. Once you have created the excel file correctly then you can use the storage SDK to storage that file in storage account.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.