Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

301
Views
Image not showing in cell excel js

I am trying to work with images in Excel js but it doesn't work. This is the snippet of code

const workbook = new Excel.Workbook();
const worksheet = workbook.addWorksheet("My Sheet");


const myBase64Image = "data:image/png;base64,iVyZgg==";

const imageId2 = workbook.addImage({
    base64: myBase64Image,
    extension: 'png',
});

worksheet.addImage(imageId2, {
    tl: { col: 50, row: 50 },
    ext: { width: 500, height: 200 }
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!