API Overviewยค
The following functions are available to read a file
- read — Read a file that has a Reader subclass implemented
- read_table — Read tabular data
The following classes are for reading cell values (not drawings or charts) in spreadsheets
- ExcelReader — Microsoft Excel
- GSheetsReader — Google Sheets
- ODSReader — OpenDocument Spreadsheet
These classes are for interacting with a Google account
There are Readers and Writers and general helper (utility) functions are in the utils module.