spreadsheet icon indicating copy to clipboard operation
spreadsheet copied to clipboard

Save Images from Excel Spreadsheets

Open bbgoda opened this issue 3 years ago • 1 comments

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')

bbgoda avatar Oct 25 '20 21:10 bbgoda

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.

zdavatz avatar Oct 26 '20 07:10 zdavatz