Hello, I am having trouble exporting HTML to a Multisheet XLSX report. There is not a lot of documentation on doing this conversion. I am curious, when the HTML string is parsed, how does it know what are separate worksh…...HtmlLoadOptions loadOptions = new HtmlLoadOptions(); loadOptions.StreamProvider...new Workbook(mainStream, loadOptions); } } afitz October 9, 2022...