PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.2k forks source link

Converting the digit from Number format to Scientific Notation is wrong #1391

Open engHusseinMansour opened 6 years ago

engHusseinMansour commented 6 years ago

[A1] = 2519121152247150000000

$data = $worksheet->getCellByColumnAndRow(1, 1)->getValue()

Return $data = 2.51912115225E+21

But it's must be $data = 2.51912115224715E+21