iommirocks/iommi

Table as xlsx

berycz opened this issue · 1 comments

berycz commented

another enhancement (in the future) might be export table as xlsx (table.endpoints.xlsx) using openpyxl

the annoying thing with csv is that M$ excel opens csv by default in wrong encoding (in czech it uses cp1250) and you have to teach all end users how to change it to utf-8

I'm not sure if openpyxl should be required tho, might be better to have it optional and let the endpoint crash with ImportError when the lib is not installed