|
|
Question : Excel to MYSQL
|
|
I have one Sheet of Excel. I am filling data into it. I want to save Excel data into MYSQL database when I save that sheet through File menu. Is it possible to disable other menus except File -> Save.
|
Answer : Excel to MYSQL
|
|
Hi
I am not sure if something like that is possible, but if you would like to capture data into MySQL, you can use a MySQL frontend to do that.
such as: PHPMyAdmin - http://www.phpmyadmin.net/home_page/index.php Navicat - http://www.navicat.com/ SQLYog - http://www.webyog.com/
PHPMyAdmin - require PHP to run and it's web based, and it's FREE
Navicat - a executable application that allows you to do MySQL stuff (create tables, capture data, etc...), and you can import an excel file into the database, NOT FREE
-SQLYog - Similar type of application as Navicat, has very nice functions like Navicat
hope this help
|
|
|
|
|