usmanazizgroupdocs
8/18/2017 - 12:34 AM

tmp.cs

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);