My first time back here in ages. This site has gotten far bigger (and better) since I was last here. Couldn't remember my old username so I made a new one.
Here's my situation:
I'm a Sys Admin, currently making an app that will create large amounts of users. The lists come in on xls files in 3 different formats but the data is the same.
I need an example on how to do this:
From what I can tell, I need to first open the xls file. Then count the rows (or do X until cell 1 = nothing. Then pull the first row in as an array. Process my code on the data in that array, empty the array and grab the next row.
Thanks in advance guys!
Here's my situation:
I'm a Sys Admin, currently making an app that will create large amounts of users. The lists come in on xls files in 3 different formats but the data is the same.
I need an example on how to do this:
From what I can tell, I need to first open the xls file. Then count the rows (or do X until cell 1 = nothing. Then pull the first row in as an array. Process my code on the data in that array, empty the array and grab the next row.
Thanks in advance guys!