Hey everyone,
I'm trying to copy one csv file to a template. The problem is that im using a read from spreadsheet and copying the content using string. Which is fine. However, certain column just have numbers which is transfered as a text. It isnt too much of a problem but may interfere with some equations i have that will be converting those numbers in the same sheet. Is their a way to read the first column as a string and the other as a double? I believe i can index the array but im a little confused about it.