10/10/2018, 11:39
Export ra file excel bằng php
Làm sao export ra file excel hiển thị tiếng việt bằng php vậy các bạn???
Bài liên quan
too short???? này thì-----------------------------
<?php
$f=fopen("test.csv", "wb");
$text="Thử nghiệm, Tiếng Việt";
// adding header
$text="\xEF\xBB\xBF".$text;
fputs($f, $text);
fclose($f);
?>
Bên excel hiển thị bình thường.
http://phpclasses.controloye.com/bro...kage/4424.html
hoặc : http://roshanbh.com.np/2007/12/a-sim...using-php.html
Yên tâm là ko có virus
Bạn cũng có thể tìm thông tin trên google bằng từ khóa "php class export to excel" : http://www.google.com.vn/search?hl=v...meta=&aq=f&oq=