Entries Published On June, 2017
Java read xls- Read data from Java excel API JAVA
This Java program shows how to read Excel file. Please note that this program will read only .xls file and will not read .xlsx file. You can convert a .xlsx to .xls by clicking Save As and select the Save as type ‘Excel 97-2003 Workbook (*.xls)’. This program uses poi-3.9-20121203.jar. You can download it here poi-3.9-20121203. …
Continue reading
Create new MySQL user for your Database and Grant all privileges
This tutorial shows how to create a new user for MySql and Grant all privileges to the user. First lets check how many users is present for MySql now. It will be present in user table in MySql database The command for seeing the user available is select user,host,password from user As per the result …
Continue reading