Skip to content

Replace xlrd for xlsx files

Created by: Henrik tom Wörden

The xlrd package dropped xlsx support. Use openpyxl instead

  • Collected where this occurs
  • [ ] Changed import engine in pandas imports Done by Pandas automatically now
  • Manually changed possible other excel imports
  • Added test
Edited by Florian Spreckelsen