DND-DRDC-RDDC / OS_ORIGAME

ORIGAME is a Python-based discrete event modelling and simulation environment. It has a full-featured graphical user interface (GUI) in which users build models and run Monte Carlo simulations.
GNU General Public License v3.0
6 stars 1 forks source link

Resolved compatibility issue with sheet parts and xlsx files by intro… #4

Closed ryan-ambrose-gc closed 1 year ago

ryan-ambrose-gc commented 1 year ago

…ducing openpyxl into the read_from_excel method. Tried to minimally replace instances of XLRD (only removed from read_from_excel method). Intent of pull request is to resolve #1