Re: [ excel to mysql ]

2008-05-08 Thread Kieran Kelleher
Save the excel file as a CSV text file, then use LOAD DATA INFILE command to import. See the mysql manual for usage and example. On May 8, 2008, at 4:49 AM, Lord Gustavo Miguel Angel wrote: Hi! How i do for transfer data from excel file to mysql? Some example? Thanks -- MySQL General Ma

[ excel to mysql ]

2008-05-08 Thread Lord Gustavo Miguel Angel
Hi! How i do for transfer data from excel file to mysql? Some example? Thanks

Re: Import from excel to MYSQL

2003-11-12 Thread yönsis yazilim proje
if you dont want to write program: use MsAccess. thx öö - Original Message - From: "Lists - Dustin Krysak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2003 7:20 AM Subject: Import from excel to MYSQL > Is there an easy way to

Re: Import from excel to MYSQL

2003-11-12 Thread Dan Bowkley
I save it as a CSV and stick it through phpmyadmin...it can be a bit clumsy (getting the delimiters to agree, mostly, which isn't exactly a monumental hurdle) but it works great unless your sheet is bloody massive and it runs past the timeout. I guess it'd be equally simple to do a LOAD DATA INFIL

Import from excel to MYSQL

2003-11-11 Thread Lists - Dustin Krysak
Is there an easy way to get an excel spread sheet imported into a MYSQL database? Any links to a tutorial? Thanks in advance! Dustin -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Import from Excel to MySQL

2003-08-19 Thread Landers, Jason
ckson Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 12:16 PM To: Jay Blanchard; Phil Perrin; [EMAIL PROTECTED] Subject: Re: Import from Excel to MySQL I just had to solve this problem. I needed to be able to have users load an excel file from a browser and have it import. To do

Re: Import from Excel to MySQL

2003-08-19 Thread Jackson Miller
I just had to solve this problem. I needed to be able to have users load an excel file from a browser and have it import. To do this I used perl to have the excel convert to csv on the server. This was easy to accomplish using the CPAN module ParseExcel. The module comes with a sample script

RE: Import from Excel to MySQL

2003-08-19 Thread Jay Blanchard
[snip] Basically I need a way to import them from the Excel sheet to the database so at that point I can manipulate the data and use a php script of some sort to run a whois after extracting the domain name, and then return the results to the database and have it attached to the domain name. [/snip

Import from Excel to MySQL

2003-08-19 Thread Phil Perrin
I'm a relative newbie to MySql, and I've got a small project I'm working on and hopefully you folks can either point me in the proper direction or give me a little help. I have multiple spreadsheets in Excel format and in .csv format too, that I would like to possibly import to a mysql database.

Re: excel to mysql

2002-10-03 Thread R.Dobson
ello everybody >I hope u can help me with this. I want to export tables from excel to >mysql and i saved the file as .csv then clicked on browse to get Location >of the textfile. But it doesnt work. >I get for expl: >SQL-query : > >"3","Technical"

excel to mysql

2002-10-02 Thread Alia Mikati
Hello everybody I hope u can help me with this. I want to export tables from excel to mysql and i saved the file as .csv then clicked on browse to get Location of the textfile. But it doesnt work. I get for expl: SQL-query : "3","Technical" "4","Technic

Re: Excel to MySQL

2002-03-27 Thread Paul DuBois
At 3:58 -0800 3/27/02, Thomas Edison Jr. wrote: >How do i import MS Excel Data into MySQL Tables?? One way: save it as a tab-delimited file, then import it with mysqlimport. If you don't want to mess around pointing and clicking to save an Excel file as a tab-delimited file, try using this Perl

Excel to MySQL

2002-03-27 Thread Thomas Edison Jr.
How do i import MS Excel Data into MySQL Tables?? T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTED] Tel : 91-4546512/4522124 ***

Re: Sending data from Excel to MySQL

2001-09-11 Thread Paul DuBois
At 3:31 PM -0400 9/11/01, Eugene Mah wrote: >I was wondering if someone could direct me to some resources where I could >teach myself how to export data from Excel to a MySQL database. > >I have a number of spreadsheets I use for data collection, and have recently >set up a MySQL database to stash

Sending data from Excel to MySQL

2001-09-11 Thread Eugene Mah
I was wondering if someone could direct me to some resources where I could teach myself how to export data from Excel to a MySQL database. I have a number of spreadsheets I use for data collection, and have recently set up a MySQL database to stash the data in. I've managed to figure out how to

Re: MS Excel to MySQL upload macro?

2001-08-17 Thread Tadej Guzej
r" <[EMAIL PROTECTED]> To: "Craig Westerman" <[EMAIL PROTECTED]> Cc: "MySQL-List" <[EMAIL PROTECTED]> Sent: Saturday, August 18, 2001 6:17 AM Subject: Re: MS Excel to MySQL upload macro? > Craig Westerman writes: > > I have data I create daily in MS

Re: MS Excel to MySQL upload macro?

2001-08-17 Thread Matt Wagner
Craig Westerman writes: > I have data I create daily in MS Excel. I need to insert this data into > MySQL data base on my web server every night. Does anyone here have a VB > technique to upload to MySQL from Excel via a macro? Hi, There is an 'excel2mysql' perl script at the bottom of the 'Conv

Re: MS Excel to MySQL upload macro?

2001-08-17 Thread s. keeling
On Fri, Aug 17, 2001 at 10:55:03PM -0500, Craig Westerman wrote: > I have data I create daily in MS Excel. I need to insert this data into > MySQL data base on my web server every night. Does anyone here have a VB > technique to upload to MySQL from Excel via a macro? VB?!?! Pth! -F blahbla

MS Excel to MySQL upload macro?

2001-08-17 Thread Craig Westerman
I have data I create daily in MS Excel. I need to insert this data into MySQL data base on my web server every night. Does anyone here have a VB technique to upload to MySQL from Excel via a macro? Thanks Craig ><> [EMAIL PROTECTED]