To keep this channel running and pay for our website hosting and continue creating for free other videos, we need your support. Thank you.
╚►DONATE : https://www.paypal.com/cgi-bin/
[email protected]&item_name=Donate&no_shipping=0&no_note=1¤cy_code=USD
╚►Download : https://www.iotools.net/download/java-apis/apache-poi
Read the post from here : http://javahow87.blogspot.com/2015/07/apache-poi-create-write-and-read-excel-file-in-java.html
╚►Lien de l'article :http://www.codeurjava.com/2015/04/lecture-ecriture-dans-un-fichier-excel-apache-poi.html
╚►Page Facebook : https://www.facebook.com/CodeurJava-713146682115694
╚►Google+ : https://plus.google.com/u/0/108434496746764143440/posts
╚►Twitter : https://twitter.com/wikicoding
In this tutorial, we show you how to read an excel file using the Apache POI API. We have two extensions of an excel file:
xls: read it with HSSFWorkbook and HSSFSheet
xlsx: read it with XSSFWorkbook and XSSFSheet
after this we evaluate the cell type : numeric, string...