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

157
Views
Insert image in react-excel-workbook sheet

I want to insert the object image in the first column of this workbook sheet,

<Workbook.Sheet data={object.list} name="list">
    <Workbook.Column
         label={Strings.fields.image}
         value={(row: any) => this.getBase64Image(row.photo)}
    />
    <Workbook.Column
        label="Date"
        value={(row: any) =>
            row.date && DateTime.fromISO(row.date).toFormat("dd/MM/yyyy")}
    />
    <Workbook.Column label="Name" value="name" />
</Workbook.Sheet>

Is it possible?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Currently react-excel-workbook doesn't support images and other advance functionality. Because it's not built for this purpose. Secondly it's last publish on 4 years ago. That's why it's not well mentained.

In My opinion if you want the customization of excel sheet and advance functionality then you should you the exceljs. By default, It will provide you the Image Insert and other functionalities. You can check the methods related to images here.

about 4 years ago · Juan Pablo Isaza Report
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!