The CORE studio at Thornton Tomasetti uses Grasshopper everyday to enhance workflows amongst many engineering disciplines. We draw a lot of help and inspiration from this community and hope that you will find some of the tools that we have created helpful, too.
Have a pretty a pretty standard write to excel attempt giving me a weird error. Some context, I am writing 11 lists of 96 numerical strings one after another until I have an very long 11 column excel sheet. But as soon as I get a to a certain point, I start getting an error. It goes for literally thousands of lines and then all of a sudden BOOM nothing.
Find attached the questionable piece of script as well as the script from which it comes.
Here is the text of the error
Error - Write Options String is not valid. Please adjust inputs or use the default options.Internal error message: System.OverflowException: Value was either too large or too small for an Int16. at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at CORE.Grasshopper.Toolbox.WriteOptionsWrapper.decomposeStr() at CORE.Grasshopper.Toolbox.WriteOptionsWrapper..ctor(String WriteOptionsString) at CORE.Grasshopper.Toolbox.writeToExcel.SolveInstance(IGH_DataAccess DA)
Is this because my RS input is ~33000? Does the writer break after a certain number of cells?
AliceBrown
Useful topic.
Nov 7, 2024
ClarenceParkinson
Greetings!
Nov 7, 2024
ClarenceParkinson
Nov 7, 2024