Last active
August 29, 2015 14:24
-
-
Save devhero/1f8b026647a462643084 to your computer and use it in GitHub Desktop.
axlsx add image tha works
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
when add image using end_at, must be included the option end_at: true | |
example: | |
sheet.add_image(image_src: url, | |
noSelect: false, | |
noMove: true, | |
end_at: true) do |image| | |
image.start_at 0, row_number | |
image.end_at 1, row_number + 1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment