Open builderdege opened 6 years ago
Hi,
You have a problem with this code: ` var blob = new Blob([ "--boundary_" + boundary + '\n'
It should be: ` var blob = new Blob([ "--boundary_" + boundary + '\n'
The extra line corrupts the xlsx and docx files.
Thanks, Yishay
Thanks Yishay!
hello i want to help you guys
Hi,
You have a problem with this code: ` var blob = new Blob([ "--boundary_" + boundary + '\n'
It should be: ` var blob = new Blob([ "--boundary_" + boundary + '\n'
The extra line corrupts the xlsx and docx files.
Thanks, Yishay