I want to generate Excel file and convert Excel file to PDF by using Aspose Cells

Hi Amhad_sahi,

As you refereed to go through this post from
Aspose.Cells in AWS Lambda .NET Core 2.1 Function: Exception when saving to PDF - #10 by amjad.sahi, i did go through the post and follow.

But i do not have access to get the CELLSNETCORE63.zip file to review and implement in same way to resolve issue.

Can you please provide access to my account to download this zip file for me.
(I created new ticket similar lambda issue (https://forum.aspose.com/t/aspose-imaging-not-working-in-amazon-lambda-aspose-assistant-conversation-with-customer-on-wednesday-june-10th-2020-1148-pm/214047/4, if you would like me to create new ticket to get this zip file, let me know)

Thanks.

I have shared the sample in your thread for your reference.

@Amjad_Sahi, @ahsaniqbalsidiqui

We are downloading binary file from Controller class(ValuesController). Then we are using Console application to read the binary file and convert it to Excel file. Is it possible to generate the Excel file directly from the Controller class without using Console application?

@SenthilRG27,
Instead of downloading Binary file and then converting it to Excel file, you can save file to response object. See the document with example code for your reference:

Let us know your feedback.

@Amjad_Sahi, @ahsaniqbalsidiqui,

I am not able to generated Excel file by following steps provided in above link in ASP.Net Core Web API. Please help me to resolve the issue.

@SenthilRG27,
We are not sure about the behaviour of the response object in .NET Core.

As this method is working for you, so you may continue with this to achieve the functionality.