Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depending on used component classes, created sheetnames in writeOptimizationOutputToExcel() are too long for the excel format #59

Open
t-gross opened this issue Aug 1, 2024 · 1 comment

Comments

@t-gross
Copy link
Collaborator

t-gross commented Aug 1, 2024

If output is written to excel by calling writeOptimizationOutputToExcel(), Excel sheet names are constructed including class name and the suffix for variable & dimensions. Some component class names (e.g. the subclass ConversionDynamic) in combination with the variable and dimension exceed the Excel limit of 31 characters.

See also #58

@d00958
Copy link

d00958 commented Aug 7, 2024

Just for the sake of completeness, this also applies to the ConversionPartLoad subclass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants