Converting data from excel to MySQL using Groovy
There are various way to convert data from Excel to MySQL, for example, using “Export Data to MySQL” tool in Microsoft Excel. In this article, I will introduce a simple programmaticall approach that using groovy to incorporate JDBC and jexcelapi libraries to extract data from Excel then insert it into MySQL. Because JDBC can work not only with MySQL, but also many Relational Database such that Sqlite, SQL Server, PgSQL, Oracle,… so this program can apply to these Databases.