Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

how to read excel file in an array of strings

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
adhamdwikat

how to read excel file in an array of strings

Post by adhamdwikat » 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 !.

User avatar
lerou
Posts: 345
Joined: 06 Sep 2013, 07:14
Location: Hamburg, Germany

Re: how to read excel file in an array of strings

Post by lerou » 08 Apr 2014, 19:16

I would suggest the Excel Range Array.. but for some reason that one only reads floats :/

You could script it yourself, I guess.

cheers,
rou

joschy
Posts: 142
Joined: 19 Jan 2012, 07:39
Location: Düsseldorf, Germany
Contact:

Re: how to read excel file in an array of strings

Post by joschy » 18 Apr 2014, 11:34

try this:
http://www.gemboxsoftware.com/spreadsheet/overview

They have a free version, Maximum number of rows per sheet is 150.
I have used it successful with ventuz to write in a excelsheet. They have a bunch of functionality.

joschy
3DJo - [Ventuz] freelancer and trainer

Post Reply