I'm using SpreadProcessing in conjunction with a Blazor TelerikSpreadsheet component and I've found that when I copy a cell from any Excel file and paste that into any cell in the TelerikSpreadsheet and then subsequently call XlsxFormatProvider.Import(), it throws an exception with the following message:
Not supported from value: start
I've attached a sample project to demonstrate the issue.
How can I successfully paste from Excel and then call XlsxFormatProvider.Import()?