developerforce / Force.com-JavaScript-REST-Toolkit

ForceTK - a minimal Force.com REST API for JavaScript apps
BSD 3-Clause "New" or "Revised" License
315 stars 175 forks source link

Problem with xlsx and docx #96

Open builderdege opened 6 years ago

builderdege commented 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

pbergner commented 6 years ago

Thanks Yishay!

yassin014 commented 1 year ago

hello i want to help you guys