visitor (0 QPoints)
  • FR
  • EN
  • NL
  • DE
  • ES
315 experts, 1193 registered users, 1659 questions already answered
European Experts Exchange, the very best site for high-quality IT solutions

New Improved Search!

 


05/10/2011 1h30 : Steve Jobs is dead, the father of Apple ][ is gone, we are all orphaned.

Databases :: MySql :: Importing data into Office 2007 Excel


By: Bernard France  Date: 15/06/2007 15:08:15  English  Points: 20 Status: Answered
Quality : Excellent
How importing data into Office 2007 Excel ?
By: VGR Date: 15/06/2007 15:27:34 English  Type : Answer
ok. Your problems will come from two origins :
1) eXcel is known not to respect the CSV definition ; it likes semicolons in stead (by default)
2) MySql has to EXPORT data suitable for eXcel (and that's the easy part! ;-)

SELECT * INTO OUTFILE "somename.csv" FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY "\r\n" FROM test_table;



you could read with benefit those old Qs :
http://www.europeanexperts.org/question/TOUTES/ZONES/583.html
http://www.europeanexperts.org/question/TOUTES/ZONES/624.html
http://www.europeanexperts.org/question/TOUTES/ZONES/704.html
http://www.europeanexperts.org/question/TOUTES/ZONES/496.html
http://www.europeanexperts.org/question/TOUTES/ZONES/350.html
http://www.europeanexperts.org/question/TOUTES/ZONES/1404.html
http://www.europeanexperts.org/question/TOUTES/ZONES/674.html

the problems are ususally the other way (Access or eXcCel/CSV TO MySql), or with some data types being incompatible.

best regards

Do register to be able to answer

EContact
browser fav
page generated in 290.836810 milliseconds

Why Google AdSense ads ?

compteur
 Ranking-Hits PageRank for this page