When uploading an excel file the module would complain about not decoding the starting byte. After some inspections the code was trying to decode a latin-1 character to utf-8.
To Reproduce
Affected versions: 16.0.1.2.4
Steps to reproduce the behavior:
The excel file should be uploaded without the encoding problem.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)
Module
Spreadsheet OCA
Describe the bug
When uploading an excel file the module would complain about not decoding the starting byte. After some inspections the code was trying to decode a
latin-1
character toutf-8
.To Reproduce
Affected versions: 16.0.1.2.4
Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)