polyvertex / fitdecode

A FIT file parsing and decoding library written in Python3
MIT License
158 stars 34 forks source link

generate_profile error: "XLRDError: Excel xlsx file not supported" #19

Open polyvertex opened 3 years ago

polyvertex commented 3 years ago

FIT SDK now comes with Profile.xlsx (previously Profile.xls) so tools/generate_profile.py needs to be updated (using openpyxl?).

As a workaround, it is possible to manually convert Profile.xlsx to the old format and pass it generate_profile directly.

Caution with that though since the resulting profile.py will not contain SDK's version number in its header.