natergj / excel4node

Node module to allow for easy Excel file creation
MIT License
1.38k stars 215 forks source link

How to send image to back? #259

Open omurbekjk opened 5 years ago

omurbekjk commented 5 years ago

Is your feature request related to a problem? Please describe. I was able to load picture from file. now i want to send picture to back.

natergj commented 5 years ago

The "send to back" feature of Excel is used to set layering of multiple images in Excel. You should be able to accomplish this by just changing the order in which you add images. Are you looking to set the image as a sheet background instead?

omurbekjk commented 5 years ago

I was positioning image from A1-B4. When I put text inside B3, image was on top of text. That's why i wanted to send image to back. Sheet background also works. How to do it? Btw: is it possible to use this package with front end frameworks like Angular?