rushikesh
6 years agoContributor
Writing data in Excel file using JavaScript is resulting in performance issue.
Writing data in Excel file using JavaScript is resulting in performance issue.
I am using Excel 2016 and for simple code also observing perforamnce issue. Any solution ???
code :
fu...
- 6 years ago
A very basic example of how to write out to a text file is given at https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqfile/writetotextfile.html
To write to a CSV is simply to take that code and modify it to update the output to be comma delimited rows.