xou / elixlsx

An Elixir XLSX writer
MIT License
290 stars 112 forks source link

Images - Continuation 2 #134

Closed krishandley closed 1 year ago

krishandley commented 1 year ago

Thanks @ngscheurich and @joseustra for your work on the original PR and the continuation.

The example didn't work for me on #124 so I updated a few things to work with pixel based sizes/offsets.

This fixes using images on multiple sheets. Before images on multiple sheets would use the drawing from the first sheet.

I temporarily removed the positioning from #124. (I can add it back if needed)

Also added setting col/row width/height by "value:px" for convenience.

krishandley commented 1 year ago

Ignore for now, I'll re-open a bit later.