I want to make a program that can search perticular data from excel file. I mean i have to take EXCEL sheet as a backend. So my problom is with which frontend i can do this. Which frontend provide connectivity with excel... Thanks
convert all excel files to csv, upload them to your server you can do php to load csv file and implode it then kapish you got the search word in excel
If those Excel files would be frequently updated and converting them all the time is not an option, I guess ASP would be your best choice.
Assuming an All Microsoft hostign Stack Put the file or folder in an Index on the Server and call the Indexing Server API from you ASP(.net) code. Make an ODBC datasource using an Excell sheet and call this ODBC datasource from ASP(.net) code. I am not an expert but I know the first option can be done the second should be possible as well. Hope this helps