Hello,
I am trying to place schedules on sheets by co-ordinates (imported from excel)
- I have script that has extracted the schedules and their co-ordinates from a template file.
- I have transferred the schedules to my new file, but would like to place them by the co-ordinates that I retrieved from the abovementioned template file.
So far, I can get the data to import, but using that data logically and efficiently is I am struggling with.
Question 1: - extracting the data
Data required, SHEET, VIEWS, LOCATIONS
Separating/Using the information , there are 22 sheets in this set, so itâs not bad, but this feels inefficientâŚ
is there a better way? (Iâm not a python user yet)
Question 2 - using the data
I have been down the rabbit-hole of this one - and many more linked to it, including the blog, and havenât found anything to match my particular issue.
I have made sure the lists structure match the required structure as mentioned in the posts.
Once I extract the information for the Python Script and try and run the script I get the following error.
**'str' object has no attribute 'ToXyz',**
Is it because the points are imported from excel and read as strings values? How do I tell it to be a point list again?
Thanks in advance.
Export/Import .dyn below
Export_DataFromExcel.dyn (25.3 KB)
Import_DataFromExcel.dyn (132.6 KB)