Vikas Solegaonkar
Vikas Solegaonkar
Any luck with the live videos?
Facing the same problem. Any guess how long this might take? I tried to use the '@nbelyh/exceljs';, but that does not help.
@nbelyh I did it with a fresh file created with Microsoft XLSX. Here is the file for your reference [test2.xlsx](https://github.com/exceljs/exceljs/files/10767362/test2.xlsx)
Yes. It is reproducible - node v18.12.1 Additionally, If I have these lines between the read and write, the saved file cannot be recovered by Excel. ``` const worksheet =...
Wow! Yes this is working. Thanks @nbelyh for looking into this. You saved my day! Will you keep this '@nbelyh/exceljs' for some time? Or planning to merge it into the...