Adding image to the center of the cell, while using addImage method of exceljs library
I am using addImage() method of exceljs library to add image to the cell of an excel file which is exported from my angular application. I am able to add image to cell using addImage() method , but the image is added at the top left corner of the cell. However i want to add image at the center of the cell. Please suggest how can this be achieved.