-1

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.

Yavuz Selim
  • 522
  • 2
  • 7
  • 22
  • Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. –  Oct 04 '13 at 08:59
  • 1
    So which of the [myriad of libraries](http://stackoverflow.com/questions/3930975/alternative-for-php-excel) have you looked at? Have you looked at [PHPExcel](https://github.com/PHPOffice/PHPExcel)? – Mark Baker Oct 04 '13 at 09:02

1 Answers1

1

T think, PHPExcel can help you.

Liauchuk Ivan
  • 1,913
  • 2
  • 13
  • 22