mirror of
https://github.com/kennethreitz-archive/tablib-service.git
synced 2026-06-05 15:30:17 +00:00
12 lines
196 B
ReStructuredText
12 lines
196 B
ReStructuredText
Tablib Service
|
|
==============
|
|
|
|
A simple web service for using Tablib over HTTP.
|
|
|
|
|
|
Usage
|
|
-----
|
|
|
|
Convert a CSV file to XLS::
|
|
|
|
$ curl -d users.csv http://api.python-tablib.org/csv/xls > users.xls |