Spreadsheet to HTML

Home Forums SpreadsheetML Spreadsheet to HTML

This topic contains 0 replies, has 1 voice, and was last updated by  Dev 3 years, 10 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8788

    Dev
    Participant

    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.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.