Skip to content

Instantly share code, notes, and snippets.

@devhero
Last active August 29, 2015 14:24
Show Gist options
  • Save devhero/1f8b026647a462643084 to your computer and use it in GitHub Desktop.
Save devhero/1f8b026647a462643084 to your computer and use it in GitHub Desktop.
axlsx add image tha works
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