Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a function to resize the insert image to fit the cell #384

Closed
yoshhiide opened this issue Apr 12, 2019 · 2 comments
Closed

Add a function to resize the insert image to fit the cell #384

yoshhiide opened this issue Apr 12, 2019 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@yoshhiide
Copy link
Contributor

yoshhiide commented Apr 12, 2019

Description
It is a proposal of the function to implement.
I want to add the function to resize and insert an image fit to the cell.
Resize to the size of a single cell or merged cell without changing the aspect ratio of the original image.

ex.) xlsx.AddPicture("Sheet1", "A2", "./image1.jpg", {"autofit": true})
I would like to implement such a function. What do you think?

@yoshhiide
Copy link
Contributor Author

yoshhiide commented Apr 12, 2019

It is an image when the image is inserted.
autofit_image-2

@yoshhiide yoshhiide changed the title Add a function to resize the inset image to fit the cell Add a function to resize the insert image to fit the cell Apr 12, 2019
@xuri xuri added the enhancement New feature or request label Apr 14, 2019
@xuri
Copy link
Member

xuri commented May 17, 2020

I resolve conflicts and perform a manual merge.

@xuri xuri closed this as completed May 17, 2020
@xuri xuri added this to Features in v2.3.0 May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v2.3.0
  
Features
Development

No branches or pull requests

2 participants