This Python program converts an image into a pixelated thumbnail directly inside Microsoft Excel by coloring individual cells to match the image pixels. No images are inserted β just colored cells!
πΈ From image to Excel: pixel art style thumbnails using only cell background colors.
- Converts any image to Excel-based pixel art
- No external image insertion β only cell coloring
- Adjustable output size
- Great for creative Excel experiments!
- Python 3.7+
- Required libraries (install via
requirements.txt):
pip install pillow openpyxl
π How to Use
Place your image in the project folder and mention it in the program
Run the program
π Project Structure
image2xlsx/
β
βββ img_xlsx_proj.py # Main script
βββ requirements.txt # Dependencies
βββ p1.jpg # Example input file
βββ img.xlsx # a copy of initial excel file
βββ img2.xlsx # Example output file
βββ README.md # You're reading this
π Notes
For best results, use simple or low-detail images.
Excel rendering may vary slightly between versions.
π License
This project is licensed under the MIT License.
πββοΈ Author
Created by Ali
GitHub: https://github.com/ames1/image2xlsx