I am trying to bring a CSV file into Excel. I have been sucessful but I can not get the XlColumnDataType to set properly under the FieldInfo parameter. The link below provides an example that looks like this
Array(Array(0, 1), Array(10, 9), Array(15, 1))
I think this is Visual Basic, does any...