Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

need sql query to import from excel sheet

New Here ,
Dec 16, 2014 Dec 16, 2014

Hey , i need sql query to import from excel sheet.

i work in a company where i need to daily update the data from excel sheet.

if i get a shortcut method i ill be very thank full to you guys to reduce my work upto 10 %.

TOPICS
Server side applications
606
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Dec 16, 2014 Dec 16, 2014

You can do this with a plug-in from dev.mysql.com called "Mysql for Excel," which allows you to import data from Excel to MySql as well as from MySql to Excel. Here is the download link:

http://dev.mysql.com/downloads/windows/excel/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 17, 2014 Dec 17, 2014

Thanks Rob,

     any query which can inert from excel file.

something like insert into tablename value (excel file name or path name)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Dec 17, 2014 Dec 17, 2014
LATEST

any query which can inert from excel file?

Sort of. Certainly not anything as simple as what you seem to hope for. Check out this very good PHP class:

PHPExcel - Home

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines