Hi

Ok, so I have an 1 x 1001 line of data on an excel worksheet. I need to find a way to get this data into an array in java, with the exact same dimension, that is 1 x 1001. A vector basically.
...