I’m encountering a problem with the TTToolbox Read Excel component. I’m trying to read my Excel data, where I use a dot as the decimal separator. When I output the Excel data in Grasshopper, I get data with a dot decimal separator. However, right after I make any change in my sheet (with live boolean set to true), all data suddenly change the separator to a comma.
It doesn’t matter if I use a number or text cell format in Excel; the problem remains the same. The data returns to the dot decimal separator when I retrigger the live boolean toggle.
If something works isn’t stupid, but I encountered another problem with live reading from excel. After changing one cell, it updates in grasshopper, but any other change stops updating.