how to read excel file in an array of strings
Posted: 05 Apr 2014, 18:51
how can read complete excel column and store it in the script node in an array of strings ?
the way i thought about was to traverse the rows one by one form an excel node once the scene loads , but in this way I am only able to store 1 row at every frame , so assume i have 200 rows and my project is 25 FPS then the process will take 8 seconds which is long time !.
the way i thought about was to traverse the rows one by one form an excel node once the scene loads , but in this way I am only able to store 1 row at every frame , so assume i have 200 rows and my project is 25 FPS then the process will take 8 seconds which is long time !.