You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Macintosh El Capitan. I sent a zipped excel spreadsheet from the generate function's buffer, and i receive in browser. I unzip, and there's just a folder in there, with all the necessary data. But, the wrong format. It's a folder, that I cannot seem to open in Excel. Interestingly, I notice the Excel object that the 'save' method performs also generates a folder-like object in the filesystem. Not sure if it's the way Macintosh unzips files, or if it's a bug with the zip utility in 0.1.0 of this module. anybody know how to correct this?
The text was updated successfully, but these errors were encountered:
this might be something to look into: client side utilization of the zip utility.
though, i had wanted to use the HTML5 download attribute to simply access the file as such. does anybody have sample code as to how to download a file without the HTML5 download attribute style, to make this work?
I'm using Macintosh El Capitan. I sent a zipped excel spreadsheet from the generate function's buffer, and i receive in browser. I unzip, and there's just a folder in there, with all the necessary data. But, the wrong format. It's a folder, that I cannot seem to open in Excel. Interestingly, I notice the Excel object that the 'save' method performs also generates a folder-like object in the filesystem. Not sure if it's the way Macintosh unzips files, or if it's a bug with the zip utility in 0.1.0 of this module. anybody know how to correct this?
The text was updated successfully, but these errors were encountered: