- The last empty rows and rightmost empty columns are now automatically removed - Handles the empty sheet properly
1.2
I added basic support for .ods files, as used by Open Office and Libre Office.
1.1
Added support for reading classic .xls files using the `xlrd` package. Users do not need to state input format, `exv` first tries to read the file as .xlsx and then fall backs to .xls.
1.0.2
I have added column indices and make better use of `tabulate` for displaying row and column indices.