moonlandsoft / yii2-phpexcel

Exporting PHP to Excel
MIT License
135 stars 89 forks source link

How to set column to text #37

Open su-poles opened 5 years ago

su-poles commented 5 years ago

I have a column like this: 'columns' => ["phone_number:text:手机号码"], then the value is "2.01907E+13" in the Excel Cell. So, I want to know how set the cell style to TEXT.

aBahrami13 commented 4 years ago

I have same problem too.