How can i change the file extension from .xlsx to .xls using php. i have a xlsx file and i have to read the data from that file. I am using oleread to read xls file.
This works correctly with file format is .xls. But i need this to be work on xlsx file Please give me solution
thanks in advance