Open NikhilCodes opened 2 years ago
You only need the workbook.toFileAsync(). Calling workbook.outputAsync afterwards is not needed.
@NikhilCodes Did you get this issue fixed as i am facing the same problem. Would like to know more info.
@AmdEagle what i had to do was, read the file using python pandas and save it again. After that the xlsx-populate doesnt glitch if you work on newly saved file. Reasons unknown. But works
I have this excel file. s3data1.xlsx
I have this simple snippet.
And I see a file
test.xlsx
created test.xlsxNow if you carefully look at both files. Content in 2nd tab of first sheet has shifted to 4th tab of 2nd sheet.
What am I doing wrong? Any help at the earliest would be appreciated.