Summary
When converting an Excel workbook with a pivot table to HTML using Aspose.Cells for Node.js via Java, an unexpected blank column is appearing after the pivot table in the generated HTML output.
Environment
Libr…...setExportActiveWorks(true); saveOptions.setPresentationPrefe(true); saveOptions...saveOptions.setExportGridLines(true); workBook.save(fileName, saveOptions);...