You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.
I think we should add a new switch/argument where the user can select if the settings are loaded from XML or the excel configuration spreadsheet. The default setting for this switch could be xml.
Something along these lines:
parser.add_argument('-sXL', action="settings_from_xl", default=false)
Determine if there is a manageable way to store all data in XML format while still being able to use Excel to maintain the data.
This will provide easier parsing of the data with other tools and reading from terminal while maintaining the easy front end provided by Excel.
The text was updated successfully, but these errors were encountered: