This commit is contained in:
Kenneth Reitz
2011-05-13 01:13:50 -04:00
parent e5259cbb58
commit 9761ff5e9e
2 changed files with 0 additions and 9 deletions
BIN
View File
Binary file not shown.
-9
View File
@@ -1,9 +0,0 @@
import tablib
d = tablib.Dataset()
d.headers = ['face', 'book']
d.append([1,2])
f = open('test.xlsx', 'wb')
f.write(d.xlsx)