Hello,
I have an Excel file that contains Pharmacies on Duty.
The excel file is separated in PharmacyName | DateofDuty | PharmacyAddress
What i want to do is to display this excel file in a wordpress page, but to only display the pharmacy that is on duty the exactly date.
Is that possible??
You can't display an Excel file on a web page.
I don't want to display the xls file. But the content of xls file, if is that possible. Someway to read values or convert it to CSV and then import the data from the file to wordpress ?
There is no plugin, that I know of, that can do this.
You can use Excel Web App on your page. It dynamically calculates and displays those pharmacies that are on duty using the =TODAY() function. See example here: http://datawiz.wordpress.com/2011/01/20/time-dependent-information-in-an-excel-web-page/