Develop A Web App In Java To Read Both Ods And Xlsx Extension Data
I need to develop a web application in java using net beans ide that reads both open office spread sheet data and excel spread sheet data that means it should read the data with xls,xlsx and ods extensions.I have an excel sheet with 13 columns which has date,names etc.my main requirement is to choose a file using file uploader and insert the data in database and display it in gridview after inserting.How can i do this i am very new to this can any one help me out
Re: Develop A Web App In Java To Read Both Ods And Xlsx Extension Data
choose excel sheet using file uploader and insert data into database
I need to develop a web application which allows us to choose file using file uploader and inserts that data in the sheet into database.I should be able to to inserts the excel sheet with xls,xlsx and ods extension, after inserting i need to display that data in a grid how can i do this
Re: choose excel sheet using file uploader and insert data into database
Re: Develop A Web App In Java To Read Both Ods And Xlsx Extension Data