Home
Softono

Image To Xls

Open source MIT HTML
93
Stars
11
Forks
0
Issues
3
Watchers
5 years
Last Commit

 About Image To Xls

A simple tool to make ascii art from an image using excel colored cells.

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing Image To Xls?

We provide expert installation service for this software. Our team will install, configure, and secure Image To Xls on your server. plans start at just $30.

Image To Xls

View on GitHub

image2xls

A simple tool to convert an image to xls file using colored cells.

mario

How to use

Online

https://www.image2xls.com/

mario

As python package

Install Python package:

pip3 install pix_to_xls

You can import this package too.

from pix_to_xls import builder

builder.build("your_image.jpg", "your_output_file.xls", cols=50)

CLI

We provide a CLI for an easiest way to use.

Install Python package:

pip3 install pix-to-xls

And just run the pix-to-xls command

pix-to-xls your_image.jpg your_output_file.xls

Examples

mario