Image to Excel

Original Image

Excel Sheet Image

This was one of the interesting project related to images. Here, I wanted to map Image Pixels to Excel Cell and the Outcome was pretty good with Python

My Approach:

  • Iterate through all the pixels of original image
  • Identify the color of the pixel
  • Map the color of the pixel to cell color of excel sheet
  • Control the pixel reading by user parameter

NOTE: It is not attaching image in excel but converting each pixel to excel cell

You can find the code on my github account

https://github.com/gajjarjigar/image_to_excel