Loading from html with .net core throws error

Hi

I’m using the following code with .net core 2.0 and Aspose.Cells 18.2

    var htmlStream = new MemoryStream(Encoding.UTF8.GetBytes(html ?? ""));
    var loadOptions = new Aspose.Cells.LoadOptions(Aspose.Cells.LoadFormat.Html);
    Workbook book = new Workbook(htmlStream, loadOptions);

However it throws an exception “html is not supported”

is there plans to support loading from html when using .net core in a future version?

thanks
Jonas

@jbsentient,

Thanks for the sample code and details.

I am afraid, currently the feature, reading/parsing or writing HTML file format is not supported yet, please see the features comparison for your reference:

For your information, we are already developing a new version which will have all the important features (including your mentioned file format (HTML)) except the feature, i.e., converting shapes/charts to image. Hopefully, we could complete this task in 2-3 months.

Keep in touch.

@jbsentient

Thanks for using Aspose APIs.

This is to inform you that we have fixed your issue CELLSNET-45954 now. We will soon provide the fix after performing QA and including other enhancements and fixes.