I cannot convert pivot table with pivotTable style to html or image.
how do I convert it?
this is sample code.
workbook.LoadFromFile("C:\Inetpub\wwwroot\test\Data\pivot_excel.xlsx")
Dim sheet As Worksheet = workbook.Worksheets("Pivot Table")
sheet.SaveToHtml("C:\Inetpub\wwwroot\test\Data\sample.html")
I can convert pivot table without pivotTable style.
thanks