Closed willu47 closed 1 year ago
After thinking about this, I think we can:
short_name
field in the configuration file which allows users to suggest an alternative name of 30 characters or less which is used in Excel conversionsshort_name
and name
fields and otherwise leave the codebase the same for the ReadExcel
and WriteExcel
classes. Completed with PR #131.
Are you able to close this one please @willu47. Sorry, I don't have permissions to close issues I'm not assigned to :)
As described in the comments below #127, when writing out to an Excel file, any parameter names longer than 31 characters cannot be written as sheet names due to a constraint in Excel.
The current solution is to use a hard-coded lookup to swap out long names for shorter names.
This needs to be replaced with a more flexible solution