Welcome Guest, Not a member yet? Register   Sign In
import excel to mysql
#22

[eluser]jedd[/eluser]
[quote author="Monisha" date="1248889363"]again thanks for reply... this is not a case what ur getting.
let me explain my query.. I dont want to use import function which is already provided in MSSQL or MYSQL. I want to import an excel file like using file upload button and by coding in codeigniter i need to import this excel data in database. Right now im trying with CSV and Excel. [/quote]

There are two parts to this process.

The first is getting the file from the client (web browser) to the server. The second is parsing that file, using PHP, and feeding it into your preferred database (Microsoft SQL or MySQL by the sounds of it).

I don't know why you 'don't want to use import function which is already provided' - as using an already provided function to do the hard bit is very attractive (it's already provided, being the primary attraction).

The first bit - uploading a file - is painfully easy, and is well covered in the [url="http://ellislab.com/codeigniter/user-guide/libraries/file_uploading.html"]CI User Guide[/url] and even more excruciatingly explained in any number of forum threads.

I suspect that many of us are confused by your apparent confusion with this fairly straightforward process.


Messages In This Thread
import excel to mysql - by El Forum - 06-23-2009, 01:46 PM
import excel to mysql - by El Forum - 06-23-2009, 02:11 PM
import excel to mysql - by El Forum - 06-23-2009, 02:15 PM
import excel to mysql - by El Forum - 06-23-2009, 03:00 PM
import excel to mysql - by El Forum - 06-23-2009, 03:04 PM
import excel to mysql - by El Forum - 06-23-2009, 03:05 PM
import excel to mysql - by El Forum - 06-23-2009, 03:11 PM
import excel to mysql - by El Forum - 06-23-2009, 03:14 PM
import excel to mysql - by El Forum - 06-23-2009, 03:14 PM
import excel to mysql - by El Forum - 06-23-2009, 03:16 PM
import excel to mysql - by El Forum - 06-23-2009, 03:17 PM
import excel to mysql - by El Forum - 06-23-2009, 05:42 PM
import excel to mysql - by El Forum - 06-24-2009, 06:24 AM
import excel to mysql - by El Forum - 06-24-2009, 07:15 AM
import excel to mysql - by El Forum - 06-24-2009, 07:57 AM
import excel to mysql - by El Forum - 06-25-2009, 12:02 AM
import excel to mysql - by El Forum - 07-28-2009, 07:08 AM
import excel to mysql - by El Forum - 07-28-2009, 08:19 AM
import excel to mysql - by El Forum - 07-29-2009, 04:55 AM
import excel to mysql - by El Forum - 07-29-2009, 05:55 AM
import excel to mysql - by El Forum - 07-29-2009, 06:42 AM
import excel to mysql - by El Forum - 07-29-2009, 06:52 AM
import excel to mysql - by El Forum - 07-29-2009, 07:09 AM
import excel to mysql - by El Forum - 07-29-2009, 12:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB