Workbook.Open fails after reading in a stream

Hello,


We’re setting up a project in Silverlight. We browse an excel file, read it into a bytearray and send it with wcf to the server. There it exists as a Stream-Object (Type from System.IO). The method Workbook.Open accepts a Stream object as parameter, but when this is called, it throws a {“Specified method is not supported.”}.

We use Aspose.Cells for .NET, dll version is 4.4.3.1.

Any suggestions for this?

Kind regards

Hi,

Please test this issue with the latest version:
Aspose.Cells
for .NET v6.0.1.9



If the problem persists, then please create a sample application project replicating the problem and attach here.

Hello


I’ve tried with the dll version you supplied in your answer, but i got the same error as before. I’ve put the basic in a separate project and reproduced the error. I attached it to this reply.

Kind regards.