My Problem is: I am having some datas in excel sheet... I want to fetch each row then i have to enter those values in the html page to the respective boxes... this i have to code in java... How to link java & excel...
Try using datbase connectivity. Execute query to read data from excel sheet and then i hope tat you will get idea to add to html pages...
If u r on a windows system, then add a DSN using the MS Excel drive and point to your Excel workbook. Using a ODBC connection, you can import the excel data to anywhere you want!