how to export html table data displayed in web page to .csv format

老子叫甜甜 提交于 2020-01-01 22:08:10

问题


How to export the table (table id="cross_rate_markets_stocks_1") at https://in.investing.com/equities/india after selecting any option from the drop down menu the table that is coming needed to be saved it in .csv format.

its for my final year project .. i have tried using 3rd party websites but it is capturing all the data of the site but i only need data of (table id="cross_rate_markets_stocks_1")

  1. firstly one need to select any value from the drop down with default value BSE Sensex 30
  2. then the all the data displayed on the table (table id="cross_rate_markets_stocks_1") needed to be copied to a csv fie or downloaded as csv file.

来源:https://stackoverflow.com/questions/50037432/how-to-export-html-table-data-displayed-in-web-page-to-csv-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!