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