高分求:用js如何把一个excel表格另存为html格式求解
1个回答
展开全部
上面的是打印的,发错了。
<html<head<meta http-equiv= Content-Type content= text/html; charset=GBK
<title ActiveX </title<styletable { border-color: silver red RGB(223, 94, 77) black; border: 25px;}</style<script type= text/javascript
//打开已存在的Excel表格
function openExcel(file){var Excel = new ActiveXObject( Excel.Application );
Excel.Visible = false;
ActiveSheet = Excel.Workbooks.Open(file).ActiveSheet;
Excel.Cells.Select;
Excel.Selection.Copy();
document.all.editdiv.focus();
rang = document.selection.createRange();
rang.execCommand( Paste );
//document.all.editdiv.innerHTML = ActiveSheet.Cells(1, 1).Value;
//Excel.Visible = true;
Excel.Quit();//关闭}//openWord( D:/1.doc );
</script</head<body<form action=
<noscript <div id= noscript_msg class= msg 您需要启动JavaScript,才能使用本网页。 </div </noscript
<div id= editdiv contenteditable=true style= width:400;height:300; </div</form</body</html这样做,是可以把内容复制下来,但是却没有边框。要想要好一些的效果,估计就得自己循环取值,付给table了。
<html<head<meta http-equiv= Content-Type content= text/html; charset=GBK
<title ActiveX </title<styletable { border-color: silver red RGB(223, 94, 77) black; border: 25px;}</style<script type= text/javascript
//打开已存在的Excel表格
function openExcel(file){var Excel = new ActiveXObject( Excel.Application );
Excel.Visible = false;
ActiveSheet = Excel.Workbooks.Open(file).ActiveSheet;
Excel.Cells.Select;
Excel.Selection.Copy();
document.all.editdiv.focus();
rang = document.selection.createRange();
rang.execCommand( Paste );
//document.all.editdiv.innerHTML = ActiveSheet.Cells(1, 1).Value;
//Excel.Visible = true;
Excel.Quit();//关闭}//openWord( D:/1.doc );
</script</head<body<form action=
<noscript <div id= noscript_msg class= msg 您需要启动JavaScript,才能使用本网页。 </div </noscript
<div id= editdiv contenteditable=true style= width:400;height:300; </div</form</body</html这样做,是可以把内容复制下来,但是却没有边框。要想要好一些的效果,估计就得自己循环取值,付给table了。
TableDI
2024-07-18 广告
2024-07-18 广告
在上海悉息信息科技有限公司,我们深知Excel在数据处理中的重要作用。在Excel中引用不同工作表(sheet)的数据是常见的操作,这有助于整合和分析跨多个工作表的信息。通过在工作表名称前加上感叹号“!”,您可以轻松地引用其他工作表中的数据...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询