Skip to main content

A python library to read and write structured data in csv, zipped csv format and to/from databases

Project description

https://api.travis-ci.org/chfw/pyexcel-io.png https://coveralls.io/repos/chfw/pyexcel-io/badge.png?branch=master https://readthedocs.org/projects/pyexcel-io/badge/?version=latest

pyexcel-io provides one application programming interface(API) to read and write the data in excel format, import the data into and export the data from database. It provides support for csv(z) format, django database and sqlalchemy supported databases. Its supported file formats are extended to cover “xls”, “xlsx”, “ods” by the following extensions:

Plugins

Supported file formats

pyexcel-xls

xls, xlsx(r), xlsm(r)

pyexcel-xlsx

xlsx

pyexcel-ods3

ods

pyexcel-ods

ods (python 2.6, 2.7 only)

If you need to manipulate the data, you might do it yourself or use its brother library pyexcel .

If you would like to extend it, you may use it to write your own extension to handle a specific file format.

Known constraints

Fonts, colors and charts are not supported.

Installation

You can install it via pip:

$ pip install pyexcel-io

or clone it and install it:

$ git clone http://github.com/chfw/pyexcel-io.git
$ cd pyexcel-io
$ python setup.py install

License

New BSD License

Dependencies

  1. python 2.6, orderreddict

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyexcel-io-0.0.7.zip (17.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page