Hi,
I am following the excel file creation tutorial here: https://www.syncfusion.com/kb/6903/how-to-create-an-excel-file-in-xamarin
I am getting "System null reference exception: Object reference not set to an instance to an object" error at this line:
Xamarin.Forms.DependencyService.Get<ISave>().SaveAndView("GettingStared.xlsx", "application/msexcel", stream);
Before starting to work I added the XlslO and Compression nugets.
I also added ISave.cs and the license key in the forms projects.
If you could help me with this problem I will really appreciate it.
Thanks