Generates XML files for DeltaPro from Amazon invoices
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Blagovest Petrov 168f4b7992 First commit 7 years ago
..
tests First commit 7 years ago
README.md First commit 7 years ago
book.c First commit 7 years ago
book.h First commit 7 years ago
font.c First commit 7 years ago
font.h First commit 7 years ago
format.c First commit 7 years ago
format.h First commit 7 years ago
libxlpy.c First commit 7 years ago
setup32.py First commit 7 years ago
setup64.py First commit 7 years ago
sheet.c First commit 7 years ago
sheet.h First commit 7 years ago

README.md

LibXLPy:

A libxl python wrapper

Installation on a 32-bit system:

python setup32.py install

Installation on a 64-bit system:

python setup64.py install

Issues

If you see the following error:

libxlpy.c:1:20: fatal error: Python.h: No such file or directory #include <Python.h>

Please install header files and a static library for Python:

apt-get install python-dev

Dependencies:

  • libxl

Usage:

See tests under ./tests folder.