Skip to main content

Functions to read from CSV or XLS(X) files interchangeably

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csvxls-0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page