-
Notifications
You must be signed in to change notification settings - Fork 31
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
XLSXFile reading from wrong sheet and doesn't handle equations #51
Comments
Hi, Further tests reveal a different error occuring when using a brand new xlsx spreadsheet, but with the same content as previous post, tested within Dymola. In this instance, the simulation freezes at initialisation if a correct file read is called, the example is attached. Many thanks, |
Thanks for reporting. Need to debug (using Dymola )whats going on. |
After checking the provided test cases I observed three issues:
All three issues could be fixed. |
Hi Both, Thank you for the very fast response, I appreciate you looking at this. Just to be clear, is it a problem with the .XLSX file examples I sent? As I am still experiencing the issues with the examples I sent after pulled the updated externData both on Dymola 2024x Refresh 1 and 2025. Many thanks, |
I am running in windows. For clarity, the steps taken:
Apologies if I am missing a step to cause the new library to work |
I did not yet update the new binaries, hence you observe the same old errors since the same old binaries are used. For now, you can checkout the update-binaries branch where I just pushed the rebuilt Windows binaries. |
Brilliant, Thank you, it now works as expected. I really appreciate the very quick and great help. |
Hi,
I have been working with ExternData within Dymola attempting to read in an .xlsx file and have come across a couple of issues.
Both of these issues do not exist when converted to an xls, but using that format doesn't allow the data size that this project requires.
The attached model demonstrates the issue, with both the xlsx and the .mo files.
ExternDataXLSXBug.zip
Many thanks,
David
The text was updated successfully, but these errors were encountered: