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

want to get other tabs data as well, but getting first tab data only by default #38

Open
mayurBharodiya opened this issue Mar 2, 2022 · 1 comment

Comments

@mayurBharodiya
Copy link

mayurBharodiya commented Mar 2, 2022

fetch(url.xlsx).then((response) => { console.log('qsqwdqf', response) response.blob().then((myBlob) => { console.log('wffswrw', myBlob) ExcelRenderer(myBlob, (err, resp) => { if (err) { console.log(err); } else { setExcel({ cols: resp.cols, rows: resp.rows, }); } }); }); });

it's working for first tab, want to display other tabs data as well from same file on perticular condition, pls help

@ofirelarat
Copy link

#45

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