Scientific notation

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

Guest

I have a rather extensive excel spreadsheet and when I save it into CSV
format and try and import it into a SQL database I cannot due to the number
been in scietific notation. I have foramted the numbers inot number format.
What am I doing wrong?
 
Clive said:
I have a rather extensive excel spreadsheet and when I save it into CSV
format and try and import it into a SQL database I cannot due to the number
been in scietific notation. I have foramted the numbers inot number format.
What am I doing wrong?

Please post some sample data.

Jamie.

--
 
If you open that .csv file in Notepad, are those numbers really in scientific
notation?

If no, then it sounds like it's not excel's problem.

If yes, maybe you could create that .csv file with a little more control.

Here are three sites that you could steal some code from:

Earl Kiosterud's Text Write program:
www.smokeylake.com/excel
(or directly: http://www.smokeylake.com/excel/text_write_program.htm)

Chip Pearson's:
http://www.cpearson.com/excel/imptext.htm

J.E. McGimpsey's:
http://www.mcgimpsey.com/excel/textfiles.html
 

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