Excel.Workbooks.OpenText FieldInfo doesnt work in C#.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

object fieldInfo = new int[5,2] {{1,2},{2,2},{3,4},{4,2},{5,2}};

The above is passed in as FieldInfo parameter in OpenText method, but it
doesnt work even when datatype given is text or date, the csv file open date
format mm/dd/yyyy that is not the format we wanted.
 
Back
Top