A simple tool to convert an image to xls file using colored cells.
https://www.image2xls.com/
Install Python package:
pip3 install pix-to_xlsYou can import this package too.
from pix_to_xls import builder
builder.build("your_image.jpg", "your_output_file.xls", cols=50)We provide a CLI for an easiest way to use.
Install Python package:
pip3 install pix-to-xlsAnd just run the pix-to-xls command
pix-to-xls your_image.jpg your_output_file.xls

