本文介绍了Excel表格到HTML表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直试图将Excel文件放入代码中,然后使用它生成表。我不知道我的代码有什么问题。它没有显示任何错误,但是也无法正常工作...。请帮助,我认为加载的文件可能无法正确进入第二个CreateTable函数。
代码:

I have been trying to get an Excel file into my code and then generate a table with it. I don't know what is wrong with my code. It doesn't show any errors, but it doesn't work either.... Please Help, I think the file loaded might not be getting into the second CreateTable function properly.Code:

 

而不是

<script type="text/javascript" src="http://cdn.jsdelivr.net/alasql/0.3/alasql.min.js">(your code here)</script>

这阻止了函数的调用。

这些行也阻塞了这些功能:

also these lines are blocking the functions:

npm install -- save alasql
bower install --save alasql
import alasql from 'alasql';
npm install -g alasql

这篇关于Excel表格到HTML表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 22:27