Error: This method has been removed in JSZip 3.0, please check the upgrade guide. #960

Closed
opened 2018-01-22 15:06:42 +00:00 by kadir950 · 4 comments
kadir950 commented 2018-01-22 15:06:42 +00:00 (Migrated from github.com)

After upgrading jszip.js to 3.0

XLSX.write(book, bookOptions) throws the following error.

Error: This method has been removed in JSZip 3.0, please check the upgrade guide.

After upgrading jszip.js to 3.0 `XLSX.write(book, bookOptions)` throws the following error. > Error: This method has been removed in JSZip 3.0, please check the upgrade guide.
reviewher commented 2018-01-24 07:08:25 +00:00 (Migrated from github.com)

JSZip 3 removed the sync interface entirely. Use the dist bundle xlsx.full.min.js or use the included version in the repo.

JSZip 3 removed the sync interface entirely. Use the dist bundle [`xlsx.full.min.js`](https://unpkg.com/xlsx/dist/xlsx.full.min.js) or use the included version in the repo.
kadir950 commented 2018-01-24 12:55:25 +00:00 (Migrated from github.com)

Do you have plan to upgrade xlsx.js to integrate with jszip.js 3.0 in the near future?

Do you have plan to upgrade xlsx.js to integrate with jszip.js 3.0 in the near future?
jameskirkpatrick23 commented 2018-02-15 14:02:28 +00:00 (Migrated from github.com)

@reviewher not really sure I understand your message here. Would I be specifically requiring a different part of your repo in order to use the XLSX.write function? ex) import {Write} from 'xlsx'?

@reviewher not really sure I understand your message here. Would I be specifically requiring a different part of your repo in order to use the XLSX.write function? ex) import {Write} from 'xlsx'?
rochejul commented 2018-02-21 09:53:06 +00:00 (Migrated from github.com)

+1 to upgrade to the last version of jszip

+1 to upgrade to the last version of jszip
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#960
No description provided.