Export data containing image using javascript library to xlsx file

I have a collection of data which contain a column contain base64 image data. Now I need to export this data to excel file and display image in excel file. I using sheetJS library to handle this case but I get a text data as base64 in excel file instead of image.
Hope someone help me solve this problem.
Thank a lot!