PHP에서 엑셀파일을 읽어들이는 방법이 없을까요?

지수아비의 이미지

PHP에서 엑셀로 저장은 아래처럼 헤드에서 지정하면 쉽게 가능하잖아요?

header( "Content-type: application/vnd.ms-excel" );
header( "Content-Disposition: attachment; filename=파일명.xls" );
header( "Content-Transfer-Encoding: binary" );
header( "Content-Description: PHP4 Generated Data" );

그런데 엑셀파일을 읽어서 웹페이지에 보여주거나 DB에 저장하려면 엑티브엑스를 이용하는것 말고는 없나요?
엑티브엑스를 이용하는것 말고는 없다면 좀 구할수 있을까요?

지리즈의 이미지

php excel로 검색해 보세요.

There is no spoon. Neo from the Matrix 1999.

There is no spoon. Neo from the Matrix 1999.