phpexcel 导出int float

$a = 1;

$a = (string)($a);即可。

原文地址:https://www.cnblogs.com/onephp/p/5708048.html