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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top