I am trying to convert excel to mysql. But I have problems with xls and xlsx. I need a library which supports xls and xlsx together. When I change filename, it should be enough(no change any other code) For example:
something->Open("file.xls");
something->Open("file.xlsx");
It should be open these two files. Is there a library like this and how is that speed.