简体   繁体   中英

How can I export data from an Excel worksheet into a webpage?

I am trying to take data that has been saved in an excel sheet and use it to populate a website. I want to create an automated process that takes specific cells or rows and uses them to populate divs and unordered lists. Everything I've found is about doing the opposite: taking tables in HTML and using them to populate excel sheets. Can anyone help me?

通过将文件另存为Excel中的.csv文件,您当然可以解析数据,以便可以在HTML网站中对其进行操作和设置格式, http://papaparse.com/是解析数据的好库

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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