Reading MS Excel 2007 file using PHP

robawillis

New Member
I am trying to read excel 2007 file through php. I found one such example on PHP COM manual but it only works on windows system since COM objects require MS Excel to be installed. Since I have Linux machine that code doesn't work for me. Does anybody know the workaround for this?Due to some restrictions, I don't want to use any outside libraries (PHP-ExcelReader, PHPExcel, etc.) to do the same.Thanks,
 
Back
Top