Export print area range to HTML

Possible Usage Scenarios

This is a common scenario where we need to export only print area i.e. selected range of cells instead of the entire sheet to HTML. This feature is already available for PDF rendering, however, now you can perform this task for HTML as well. First set the print area in the page setup object of the worksheet. Later on, use HtmlSaveOptions.ExportPrintAreaOnly flag to export selected range only.

Sample Code

Following sample code loads a workbook and then exports print area to the HTML. Sample file for testing this feature can be downloaded from the following link:

sampleInlineCharts.xlsx