Vikas Solegaonkar

Results 6 comments of 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...

That is strange! This is what I see.. ![image](https://github.com/aws/aws-cdk/assets/4958832/b55be4a3-7058-46e4-82bc-89c9bb81e782) The location was imported as... ``` import { aws_location as location } from "aws-cdk-lib"; ``` When I tried Ctrl+Click on the...