frederic_gignac
13 years agoNew Contributor
Writing to Excel
Hello,
I'm kinda new to TestComplete and I got some newb questions.
Currently, I'm working on a script that read two excel files and writing to a third one. One of my colleagues suggested me to go with DB Tables for the two reading files and it's working nicely. However, I had issue to writing to the third one.
I think the best way I should do it is to put my data in a multiple dimension array and then, writing it in one shot. Though, I don't find a way to declare a multiple dimension array (without bounds) in JScript (not Javascript).
Is there a better way ? Using a Memory Table ?
Any help is welcome
Thanks!
Fred
I'm kinda new to TestComplete and I got some newb questions.
Currently, I'm working on a script that read two excel files and writing to a third one. One of my colleagues suggested me to go with DB Tables for the two reading files and it's working nicely. However, I had issue to writing to the third one.
I think the best way I should do it is to put my data in a multiple dimension array and then, writing it in one shot. Though, I don't find a way to declare a multiple dimension array (without bounds) in JScript (not Javascript).
Is there a better way ? Using a Memory Table ?
Any help is welcome
Thanks!
Fred