Thread: Excel to Vizard
View Single Post
  #3  
Old 01-22-2013, 10:28 AM
rogerlew rogerlew is offline
Member
 
Join Date: Sep 2012
Posts: 3
Maybe you could read the Excel file into a Python data structure (dictionary of lists or dictionary of Numpy arrays) and then reference the Python data structure to move your object in Vizard. Would take out the hassle of having to reference specific rows and columns and might make your code more flexible if you want to change things in the future.

Roger
Reply With Quote