Skip to content

Internet explorer: The data area passed to a system call is too small. #36

@LeachBogdan

Description

@LeachBogdan

I get this error when trying to set window.location to result.href() but only in IE. Everything works fine in Chrome or Firefox.

var data_arr = factory.prepareData(data, coldefs);
var sheet = {
    creator: userCredentials.Name,
    lastModifiedBy: userCredentials.Name,
    worksheets: [
        {
        data: data_arr,
        table: true,
        name: name
        }
    ]
};

window.location = xlsx(sheet).href(); 

is how i'm creating the sheet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions