Reading and Writing Excel Spreadsheets Using ADO.NET C#

  • Thread starter Thread starter shark
  • Start date Start date
S

shark

Hi,

I'm using ADO. NET to update excel from c# code. It works fine with one
exception.
If value for given column can be parsed to number then something (ADO .NET
??) put extra apostrophe sign at the begining. How to avoid it?

Thanks

Shark
 
Hi,

I'm using ADO. NET to update excel from c# code. It works fine with one
exception.
If value for given column can be parsed to number then something (ADO .NET
??) put extra apostrophe sign at the begining. How to avoid it?

Thanks

Shark

Hi,

Can you post the code you are using?
 

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