Forum Discussion
mpatel1
2 years agoNew Contributor
Create a Function to read data from excel file in local file system Using BR api
I want to read a list of members from a excel file which is store in OS file system and store that list of member ID in a list to perform further calculation
RobbSalzmann
2 years agoValued Contributor II
Which part of your code do you need help with?
- mpatel12 years agoNew Contributor
Actually I have a excel file at my OS document folder which contains a list of 100 members, I want help to access that file and store those member in a list variable using Extender BR
- RobbSalzmann2 years agoValued Contributor II
I think this would be easier if you uploaded the 100 members in a text file instead of an excel file. Other options include staging those members in a custom table. Both easier than directly parsing excel, which i'm pretty sure will require a 3rd party library to be installed.
Related Content
- 2 years ago