Method usage

Hi,

We had "workbook.open(InputStream);" in version 2.5 what is the appropriate method in version 8.3?

Regards.

Amit

Hi,

Thanks for your posting and using Aspose.Cells.

Please now use Workbook itself (i.e constructor) to open the new excel file via path or input stream. Please use the following code now.

Java


Workbook workbook = new Workbook(InputStream);