Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 723 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 723 Bytes

Overview

ExcelToImageGenerator is a Python-based utility that converts Excel spreadsheets into image files. This tool is particularly useful for visually sharing tabular data in formats like .png or .jpg when spreadsheets are not practical to distribute or view.

The project leverages the Pillow library, an open-source Python library for image processing, to create visually appealing and precise images from Excel data.

Features

Convert Excel worksheets to image formats like PNG or JPEG. Support for customizing image layout, fonts, and colors. Handles multi-sheet Excel files with ease. Lightweight and easy-to-use.

Requirements

Python 3.7 or later Libraries: Pillow openpyxl and an excel sheet with some data