how can you create a exel-file with vb.net and then send data from a array to a cel
exemple:
form.load
create a exel-file
write.click
data(1) ----> cel(A,1)
data(2) ----> cel(B,1)
read.click
cel(A,1) ---> data(1)
cel(B,1) ---> data(2)
_________________________
auther possible options that work are ok
pls give some code exemple
thx
exemple:
form.load
create a exel-file
write.click
data(1) ----> cel(A,1)
data(2) ----> cel(B,1)
read.click
cel(A,1) ---> data(1)
cel(B,1) ---> data(2)
_________________________
auther possible options that work are ok
pls give some code exemple
thx