csvxls 0.2

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

csvxls 0.2

Two functions to aid in reading CSV and XLS/XLSX files interchangeably,
while respecting Unicode.
read_csv_or_xls does its best to read its data argument (should be
bytes) as an Excel file. If it fails, it tries to decode it as UTF-8.
If you hand it a (Unicode) string, it’ll just return it.
utf8_reader gives you a CSV reader (like the csv library’s) which
decodes its argument as UTF-8; the generator yields Unicode strings.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.