Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 19, 2017 10:58
Show Gist options
  • Select an option

  • Save GroupDocsGists/3e67cf35514f709c5373e43976f0f494 to your computer and use it in GitHub Desktop.

Select an option

Save GroupDocsGists/3e67cf35514f709c5373e43976f0f494 to your computer and use it in GitHub Desktop.
ViewerConfig config = new ViewerConfig();
config.StoragePath = "D:/Storage";
config.UseCache = true;
ViewerHtmlHandler htmlHandler = new ViewerHtmlHandler(config);
string guid = "input.xlsx";
List<PageHtml> Pages = htmlHandler.GetPages(guid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment