Dear All,
I’m trying to open a workbook from a memorystream but I get the error: "Object reference not set to an instance of an object."
I use Aspose.Cells.dll 7.3.3.
My code is :
Dim stream As New MemoryStream(result) 'result is byte()
Dim loadOptions As New Aspose.Cells.LoadOptions(Aspose.Cells.LoadFormat.Xlsx)
Dim wbk As New Aspose.Cells.Workbook(stream, loadOptions)
Please, could you help to fix my code.
Best regards,
Angélique