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

Save Images from Excel Spreadsheets #255

Open
bbgoda opened this issue Oct 25, 2020 · 1 comment
Open

Save Images from Excel Spreadsheets #255

bbgoda opened this issue Oct 25, 2020 · 1 comment

Comments

@bbgoda
Copy link

bbgoda commented Oct 25, 2020

How to extract and save images from excel spreadsheet?
What are the methods in the spreadsheet gem like Python does?

Python code to extract images from excel:

image_loader = SheetImageLoader(sheet)
image_file = image_loader.get('A1)
image_file.save('image_file_name', 'PNG')

@zdavatz
Copy link
Owner

zdavatz commented Oct 26, 2020

This is a good question. I think this is not really supported yet. But please go ahead and try to do it and let me know if you come up with a patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants