Spreadsheet to HTML
This topic contains 0 replies, has 1 voice, and was last updated by Dev 4 years, 4 months ago.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Home › Forums › SpreadsheetML › Spreadsheet to HTML
Tagged: Spreadsheet to HTML
This topic contains 0 replies, has 1 voice, and was last updated by Dev 4 years, 4 months ago.
Hi Eric,
I do not know if this issue is discussed before. I have a Spreadsheetdocument created from a stream. I am trying to preview the excel file on the browser. For that, I am converting the Spreadsheet document to HTML, with the help of SmlDataRetriver. I could not find any documentation on how to proceed further using SmlToHtmlConverter.
htmlText = SmlToHtmlConverter.ConvertTableToHtml(document, new SmlToHtmlConverterSettings(), “Sheet1”).ToString();
This is giving me an error
ArgumentException: Table not found
Parameter name: tableName
Can you please help me with this.
You must be logged in to reply to this topic.