Open nguyen-mt opened 4 years ago
Lib version: 4.0.1
When I read excel xlxs file and then write new file from readed data. Rotation property of image not be read, so when write file with corrupted images
// Read File var workbook = new EXCELJS.Workbook() workbook.xlsx.readFile(filePath) /* Main process: adding other medias, mainpulate cell */ // Write File workbook.xlsx.writeFile('newfilename.xlsx', { useSharedString: true, useStyles: true })
Please update rotation when read and write media.
Any updates?
@zjhiphop If you don't mind, keep an eye on the program, or drop me an issue here so I can see what's wrong when I have time.
🐛 Load Image Media not be read rotation property
Lib version: 4.0.1
When I read excel xlxs file and then write new file from readed data. Rotation property of image not be read, so when write file with corrupted images
Please update rotation when read and write media.