Skip to content

jszip is not a constructor #182

Description

@Jude214

on version 0.8.13,the brower reports such an error when export a file:
image

this is caused by code in xlsx.js:
image

we need to replace the code above with this:
if(typeof jszip === 'undefined') jszip = require('./jszip.js');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions