The v17.0 version of this app will not install on Odoo v17.0. Version 2.0.1 of xlrd no longer supports xlsx. As a result, the following error is thrown on this app.
ERROR: Could not find a version that satisfies the requirement xlrd.xlsx (from versions: none)
ERROR: No matching distribution found for xlrd.xlsx
The user would have to install xlrd v1.2.0. This appears to have been fixed in v18.0. It looks like this fix needs to be backported from v18.0 where it uses etree instead.