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

How can i read image from xlsx #366

Open
Bhautik0110 opened this issue Mar 28, 2024 · 0 comments
Open

How can i read image from xlsx #366

Bhautik0110 opened this issue Mar 28, 2024 · 0 comments

Comments

@Bhautik0110
Copy link

Issue

I want to read an image from xlsx file (https://docs.google.com/spreadsheets/d/1IxWwGoiFvTEKpU7QftK-yHEN6g_bMAXs/edit?usp=sharing&ouid=114862659237247838905&rtpof=true&sd=true), Instead of reading the image, it prints the undefined.

// ... import statement reading file statement

wb.sheet(0).usedRange().forEach((cell: any) => {
    console.log(cell);
});
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

1 participant