-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Is it possible to directly embed excel ? #43
Comments
I've found a way to get blob and display it. Can I use canvas-datagrid library to style the rows and columns? |
Sure.
Regards,
Ashish Deshpande
…On Wed, 19 Oct, 2022, 8:28 pm katrinrodkina, ***@***.***> wrote:
I've found a way to get blob and display it.
Can I use canvas-datagrid library to style the rows and columns?
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAIS6OGHXUPRYB6L5YD6WLWEAEBFANCNFSM6AAAAAARISD4HA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I got it, I used blob.. Weird thing is that when I use remote link to the file it works but is not working when I try to load local file: ` const ExcelRenderer = (file, callback) => {
|
When I'm trying to pass excel file's url into ExcelRenderer I'm getting the follow error:
Unhandled Rejection (TypeError): Failed to execute 'readAsBinaryString' on 'FileReader': parameter 1 is not of type 'Blob'
Is it possible to embed it directly somehow?
The text was updated successfully, but these errors were encountered: