Skip to content

readFileAssets block/freeze the UI #1220

Open
@arshiyanaz

Description

@arshiyanaz
        await readFileAssets('EstDataAA.xlsx', 'ascii').then((res) => {

}).catch((err) => {

            const wb = XLSX.read(input(res), { type: 'binary' });
     const wsname = wb.SheetNames[0];
            const ws = wb.Sheets[wsname];
            const data = XLSX.utils.sheet_to_json(ws, { header: 1 });
        });

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