jhonata-menezes / csv-to-xlsx

A simple csv to xlsx converter with low memory usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv to xlsx

This is a simple csv to xlsx converter focused on low memory usage. For this I use lib xlsxwriter with constant_memory enabled

requirements

installing

make install

running

pipenv run python xlsx.py -i my_file.csv -o output.xlsx

Example - see the output in the examples folder

make run/example

About

A simple csv to xlsx converter with low memory usage


Languages

Language:Python 90.7%Language:Makefile 9.3%