Open Bhautik0110 opened 8 months ago
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); });
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.