moonlandsoft / yii2-phpexcel

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

Export to xlsx rounding problem #49

Open ettolo opened 1 year ago

ettolo commented 1 year ago

Hi, in my model I have 15 digits numbers, if i export to xslx the number gets rounded! Example: from 380204000465314 to 380204000465310

Why? How to fix?