itinance / itinance/react-native-fs
readFileAssets block/freeze the UI
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
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 });
});
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.