怎么用js将excel中的数据读取后显示到网页中的表格?

 我来答
lalalalalaish
推荐于2019-09-15 · TA获得超过3075个赞
知道小有建树答主
回答量:45
采纳率:100%
帮助的人:1.3万
展开全部

1、进入Internet属性。

2、点击安全。

3、选择自定义级别。

4、把ActiveX控件和插件下的所有选项都改成启用。

5、服务器生成html格式的Excel,然后设置

后台管理的功能:

1、需要将excel表格中的数据一次性复制到html table中

2、点击提交按钮,将table中的数据提交到服务器端进行处理。

代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=GBK">

<script src="http://code.jquery.com/jquery-1.7.1.min.js" language="javascript"></script>

<style type="text/css">

body{

background-color: white;

margin: 0;

padding: 0;

}

table {  

width:95%;

padding: 0;  

margin-left:30px; 

text-align: center;

}  

th {  

font: 15px "trebuchet ms", '楷体_GB2312';  

color: #4f6b72;  

border-right: 1px dashed #c1dad7;  

border-bottom: 1px dashed #c1dad7;  

border-top: 1px dashed #c1dad7;  

letter-spacing: 2px;  

text-transform: uppercase;  

background: #cae8ea; 

margin: 0; 

}  

td {  

border-right: 1px dashed #c1dad7;  

border-top: 1px dashed #c1dad7; 

border-bottom: 1px dashed #c1dad7;  

background: #fff;  

font-size:12px;  

color: #4f6b72;  

margin: 0;

.btn_03{

background-attachment: scroll;

background-clip: border-box;

background-color:  #cae8ea;

background-origin: padding-box;

background-size: auto auto;

width: 65px;

}

.error{

width: 12%;

vertical-align: top;

}

input{

padding: 0;

margin: 0;

border: 0;

background: white;

width: 100%;

height:100%

}

</style>

</head>

<br/>

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式