All Projects → Dobiasd → Img2xls

Dobiasd / Img2xls

Licence: mit
Convert images to colored cells in an Excel spreadsheet.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Img2xls

financial-forecast
Personal Financial Forecasting Model
Stars: ✭ 24 (-88%)
Mutual labels:  excel, libreoffice
Xlsxir
Xlsx parser for the Elixir language.
Stars: ✭ 167 (-16.5%)
Mutual labels:  excel, libreoffice
Tablereport
A python library for making table report.
Stars: ✭ 51 (-74.5%)
Mutual labels:  excel, libreoffice
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+1536%)
Mutual labels:  excel, libreoffice
spreadsheet
Yii2 extension for export to Excel
Stars: ✭ 79 (-60.5%)
Mutual labels:  excel, libreoffice
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
Stars: ✭ 94 (-53%)
Mutual labels:  excel, libreoffice
Phpspreadsheet
A pure PHP library for reading and writing spreadsheet files
Stars: ✭ 10,627 (+5213.5%)
Mutual labels:  excel, libreoffice
Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (+1067.5%)
Mutual labels:  excel
Imagetagger
An open source online platform for collaborative image labeling
Stars: ✭ 182 (-9%)
Mutual labels:  images
Assetchecker
👮Sanitize your Assets.xcassets files
Stars: ✭ 167 (-16.5%)
Mutual labels:  images
Basic Excel R Toolkit
Stars: ✭ 166 (-17%)
Mutual labels:  excel
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (-14%)
Mutual labels:  excel
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (-8.5%)
Mutual labels:  images
Vue Cool Lightbox
Vue.js lightbox inspired by fancybox.
Stars: ✭ 196 (-2%)
Mutual labels:  images
React Imgpro
📷 Image Processing Component for React
Stars: ✭ 2,186 (+993%)
Mutual labels:  images
Fast excel
Ultra Fast Excel Writer for Ruby
Stars: ✭ 181 (-9.5%)
Mutual labels:  excel
Calx.js
jQuery Calx - a jQuery plugin for creating formula-based calculation form
Stars: ✭ 190 (-5%)
Mutual labels:  excel
Excelmapper
Map POCO objects to Excel files
Stars: ✭ 166 (-17%)
Mutual labels:  excel
Dog Api Images
Collection of all the images served from Dog API sorted by breed category
Stars: ✭ 181 (-9.5%)
Mutual labels:  images
Dataset loaders
A collection of dataset loaders
Stars: ✭ 187 (-6.5%)
Mutual labels:  images

img2xls

Convert images to colored cells in an Excel spreadsheet.

screenshot

Install dependencies

pip3 install Pillow
pip3 install xlwt3

Usage

usage: img2xls.py [-h] [--grid GRID GRID] {libre,ms,mac} image

positional arguments:
  {libre,ms,mac}    Choose the office package to use. | libre -> LibreOffice
                    xls | ms -> Microsoft Office xls | mac -> Mac Office xls
  image             Image which should be converted intoa spreadsheet

optional arguments:
  -h, --help        show this help message and exit
  --grid GRID GRID  Adds a grid to the resulting spreadsheet. Numbers
                    represent the number of pixels between vertical and
                    horizontal grid lines, respectively. 0 (zero) means no
                    grid on this axis.

Example

python3 img2xls.py libre image.png

image.png.libre.xls will be created.


If you want a grid in the resulting spreadsheet, you can pass the --grid option, as follows:

python3 img2xls.py libre --grid vertical_gap_in_px horizontal_gap_in_px image.png

Both values have to be specified. If you don't want grid lines on an axis just set this value to 0. Negative values are ignored. screenshot2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].