简体   繁体   English

如何阅读excel表并将其存储在java脚本数组中,并将其显示为html中的表

[英]how to read a excel sheet and store it in a java script array and show it as a table in a html

How do I read an excel sheet and store it in a Javascript array and show it as a table in a html? 如何阅读excel表并将其存储在Javascript数组中并将其显示为html中的表? I also want to submit a new record through an html form and it have to append in a excel and after refreshing the page the table should have to display all the records from the table. 我还想通过html表单提交一条新记录,它必须附加到excel中,刷新页面后,表格必须显示表格中的所有记录。 I am doing an application of issue management in html and angularjs. 我正在html和angularjs中进行问题管理的应用。 I don't want to add any db. 我不想添加任何数据库。 I need to have an excel as a backend. 我需要有一个excel作为后端。 I need to pull datas from a excel sheet and store it in a json array and json array value have to be displayed as a table in html. 我需要从excel表中提取数据并将其存储在json数组中,并且json数组值必须在html中显示为表。 And new issues have to be created and it should be append in a excel sheet 必须创建新的问题,它应该附加在excel表中

Take a look at this link . 看看这个链接 I believe this will help you. 我相信这会对你有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM