Road signs (blocks) list to Excell

Am creating dynamo to create list of road signs from civil 3d drawing to CSV I got the python to create point station offset, but i got this error
“IronPythonEvaluator.EvaluateIronPythonScript operation failed.”
Traceback (most recent call last):
File “”, line 98, in
File “”, line 93, in get_soe_by_en
TypeError: expected float, got list

please help

Road signs to Excell.dyn (76.5 KB)

Hi @GZE ,

Have you tried the Excel.WriteToFile node?

https://dictionary.dynamobim.com/2/#/Office/Excel/Action/WriteToFile

Thanks for your response, I can send data to excel, my problem is to convert list of coordinates to integer so it can be read by the node which creates offset and alignment
station

Have you tried the nodes Point.X, Point.Y and Point.Z?