Servlet- javascript
hi guys,
i need to access the values from the excel through java script and update into database [mysql] i have code to access the excel but i dono how to insert the got rows into the database. i m using servlets,HTML and java script. Now how do i pass the values to the servlets from the java script?
pl help me out.
// +"<td align=\"left\">select The Excel Sheet:</td>\n" +"Select The Excel Sheet Path:"
+"<INPUT type=\"File\" name=\"Excelhandler\" value=\"Excelhandler\">\n"
+"<INPUT type=\"button\" value=\"Load\" name=Load onclick=\"OnButton2(Excelhandler.value);\">
</div>
</form>\n"
+ "<script language=\"Javascript\">\n"
+ "function OnButton2(sdir)\n"
+"{\n"
+"var Excel,Excelsheet;\n"
+"Excel = new ActiveXObject(\"Excel.Application\");\n"
+"Excelsheet=Excel.Workbooks.Open(sdir);\n"
+"Excelsheet.Worksheets(2).Activate();\n"
+"var col=Excelsheet.Activesheet.usedrange.columns.count;"
+"var row=Excelsheet.Activesheet.usedrange.rows.count;"
+"document.write('Columns:'+col);\n"
+"document.write('Rows:'+row);\n"
+"}\n"
+ "</script>\n"
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks