OCA / spreadsheet

GNU Affero General Public License v3.0
46 stars 47 forks source link

Decoding conflict between UTF-8 and LATIN-1 #42

Closed thecowmilk closed 3 months ago

thecowmilk commented 3 months ago

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 to utf-8.

To Reproduce

Affected versions: 16.0.1.2.4

Steps to reproduce the behavior:

  1. 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, ...)

pedrobaeza commented 3 months ago

This is the same about not being able to upload Excel files.