@@ -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)
The note is not visible to the blocked user.