Add values to excel file from an array
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021
07:54 AM
08-05-2021
07:54 AM
Add values to excel file from an array
I have an array, array1={"A","B","C","D"} whose values need to be entered in excel in the below format
A | B |
C | D |
how can i write to an excel file using excel object?
Labels:
- Labels:
-
IE
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021
03:26 PM
08-05-2021
03:26 PM
Here's a reference for that:
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2021
05:43 PM
08-06-2021
05:43 PM
Thanks
