Skip to content

ames1/image2xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–ΌοΈ image2xlsx: Excel Image Thumbnail Creator

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!

πŸ“· Example Output

example

πŸ”Έ From image to Excel: pixel art style thumbnails using only cell background colors.


πŸ› οΈ Features

  • Converts any image to Excel-based pixel art
  • No external image insertion β€” only cell coloring
  • Adjustable output size
  • Great for creative Excel experiments!

🧰 Requirements

  • 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

About

This program creates a thumbnail in excel(!) from an image just by coloring excel cells

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages