Skip to content

jszip is not a constructor #182

@Jude214

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');

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