update readme #20

This commit is contained in:
2016-02-08 15:08:37 -05:00
parent 1e935e19a3
commit 6c3e57a8aa
+3 -4
View File
@@ -103,10 +103,9 @@ Excellent for sharing data with friends, or generating reports.
with open('report.xls', 'wb') as f:
f.write(rows.dataset.xls)
You get the point. Of course, all other features of Tablib are also
available, so you can sort results, add/remove columns/rows, remove
duplicates, transpose the table, add separators, slice data by column,
and more.
You get the point. All other features of Tablib are also available,
so you can sort results, add/remove columns/rows, remove duplicates,
transpose the table, add separators, slice data by column, and more.
See the `Tablib Documentation <http://docs.python-tablib.org/en/latest/>`_
for more details.