Gurobi / modeling-examples

Gurobi modeling examples
https://gurobi.github.io/modeling-examples/
Apache License 2.0
615 stars 272 forks source link

XLRD does not support XLSX files #12

Closed ronaldvdv closed 11 months ago

ronaldvdv commented 2 years ago

Example https://github.com/Gurobi/modeling-examples/tree/master/technician_routing_scheduling uses the xlrd package. Unfortunately this package does not support reading XLSX files anymore. This may apply to other examples as well.

Marika-K commented 11 months ago

Changed from xlrd to pandas to read excel files. The notebook should work again.