Closed
Description
I am having an issue when trying to generate a html table to PowerPoint using the Table-to-Slides feature. The table appears fine on my SharePoint site but when I open the generated PowerPoint it shows a lot of extra columns. Below is my basic HTML test table and attached is a screenshot of the PowerPoint generated. The problem seems to happen only if I include colspan.
**
First Name | Last Name | Count | TestColumn1 | TestColumn2 | TestColumn3 | |
---|---|---|---|---|---|---|
Jill | Smith | 50 | 1 | 2 | 3 | 4 |
Eve | Jackson | 94 |
I tried editing the pptxgenjs-demo.html file by adding in the colspan attribute for the Table to slides table and the same thing happens there as well when the PowerPoint is generated.
Activity