can read in php
-
Can we read .xls file in php like this one "http://www.nseindia.com/content/fo/fii\_stats.xls"
-
Can we read .xls file in php like this one "http://www.nseindia.com/content/fo/fii\_stats.xls"
Yes. but it's easier to work with csv (comma separated value) files. you can export/import csv files from excel.
-
Yes. but it's easier to work with csv (comma separated value) files. you can export/import csv files from excel.
-
Thanks for your help brother. I am downloading .xls file from a website it is not in csv format there. can you Suggest me where i get information how to read .xml in php or any command? Thank You
udch wrote:
I am downloading .xls file from a website it is not in csv format there
Can't you save it as csv yourself? Google: Read XML with PHP[^]