Hello when i do my app finish and i Build > Archive to my phone i have problem when use the Workbooks.Open() my app will stoped working.
This is my code.
IApplication application = excelEngine.Excel;
application.DefaultVersion = ExcelVersion.Xlsx;
var asset = Android.App.Application.Context.Assets.Open("test.xlsx"); //this is my stream it is working don't care this.
IWorkbook workbook = application.Workbooks.Open(fileContent); //it is not working.
I installed on Syncfusion.Xamarin.XlsIO only not Syncfusion.XlsIO.Net.Core