Skip to content

Save Images from Excel Spreadsheets #255

@bbgoda

Description

@bbgoda

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions