Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readFileAssets block/freeze the UI #1220

Open
arshiyanaz opened this issue Jan 7, 2024 · 1 comment
Open

readFileAssets block/freeze the UI #1220

arshiyanaz opened this issue Jan 7, 2024 · 1 comment

Comments

@arshiyanaz
Copy link

        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 });
        });
@birdofpreyru
Copy link

#1197 — The future of react-native-fs

TL;DR.:

  1. This repo is stale, no active work happening here now. I actively maintain a fork of the project, but it lives, and it is managed through a different repo — https://github.com/birdofpreyru/react-native-fs.
  2. Such issue ticket is not actionable — it is not enough info to understand / reproduce the issue. Though, I guess, it is either your Excel file is too large to read through RN bridge with the current library implementation, or it might be that your post-processing of the promise is the issue.
  3. In either case, it is unlikely somebody will act on the issue for free :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants