Javascript code for reading local excel document data _ javascript skills

Source: Internet
Author: User
The following code can run normally only when the security level of IE is low. It is posted for reference by friends who can learn this technology. The Code is as follows:


Script
Function readThis (){
Var tempStr = "";
Var filePath = document. all. upfile. value;
Var oXL = new ActiveXObject ("Excel. application ");
Var oWB = oXL. Workbooks. open (filePath );
OWB. worksheets (1). select ();
Var oSheet = oWB. ActiveSheet;
Try {
For (var I = 2; I <46; I ++ ){
If (oSheet. Cells (I, 2). value = "null" | oSheet. Cells (I, 3). value = "null ")
Break;
Var a = oSheet. Cells (I, 2). value. toString () = "undefined "? "": OSheet. Cells (I, 2). value;
TempStr + = ("" + oSheet. Cells (I, 2). value +
"" + OSheet. Cells (I, 3). value +
"" + OSheet. Cells (I, 4). value +
"" + OSheet. Cells (I, 5). value +
"" + OSheet. Cells (I, 6). value + "\ n ");
}
} Catch (e ){
// Alert (e );
Document.all.txt Area. value = tempStr;
}
Document.all.txt Area. value = tempStr;
OXL. Quit ();
CollectGarbage ();
}
Script







The above code can run normally only when the security level of IE is set to a low level. The main reason is that you can learn this technology.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.