PHP에서 엑셀파일을 읽어들이는 방법이 없을까요?
글쓴이: 지수아비 / 작성시간: 금, 2007/12/07 - 7:03오후
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에 저장하려면 엑티브엑스를 이용하는것 말고는 없나요?
엑티브엑스를 이용하는것 말고는 없다면 좀 구할수 있을까요?
Forums:
google에서
php excel로 검색해 보세요.
There is no spoon. Neo from the Matrix 1999.
There is no spoon. Neo from the Matrix 1999.
댓글 달기