简体   繁体   中英

How to export a .xls file from a website as a CSV file?

I am trying to export self updating .xls file from other website to mine as csv, so that I will be able to create "Live data graphs" using Highcharts JS for different parameters from this , which also update automatically according to the file.

OR

I have another method, same self updating data is on a website in form of table which gets updated with time. So , is it possilble to pull data from there for specific parameters and generate live data graphs?

Please Help.....

If I got you right, you want to convert an .xls file to .csv ? Then you'll want to look at this article: http://www.c-sharpcorner.com/uploadfile/yuanwang200409/how-to-convert-xls-file-into-csv-file-in-c-sharp/

As well as consider some answers on SO:

Personally I like the solution to extract .xls into dataset and then generate you .csv from datatble. (see c# datatable to csv )

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