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
I have been working with ExternData within Dymola attempting to read in an .xlsx file and have come across a couple of issues.
When reading from the first sheet it attempts to read from the second sheet, but in the correct location.
When it attempts to read from the second sheet, it causes an error as it's reading a very simple calculation (A3-A2) instead of providing the result of the calculation.
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:
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. XLSXFromScratchBug.zip
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: