Fichier XLSB dans Pandas

df = pd.read_excel('path_to_file.xlsb', engine='pyxlsb')
Xanthous Xenomorph