Subject: | Wrong numeric parsing! |
Date: | Thu, 30 Oct 2008 11:07:56 +0300 |
To: | <bug-Spreadsheet-ParseExcel [...] rt.cpan.org> |
From: | Степанов В.Г <_www_ [...] inbox.ru> |
Hello. This is a right 0.32 version ouput for a problem Cell:
:..
'FormatNo' => 100,
'Type' => 'Numeric',
'Val' => '4.1',
'_Kind' => 'MulRK',
'_Value' => '4.100000'
}, 'Spreadsheet::ParseExcel::Cell' );
And this is a wrong 0.33 version output !
:..
FormatNo' => 100,
'Type' => 'Numeric',
'Val' => '7.42648557919274e+275',
'_Kind' => 'MulRK',
'_Value' =>
'742,648,557,919,274,215,596,480,721,467,753,739,797,881,839,158,032,045,444
,744,972,281,248,374,846,048,088,725,564,424,705,059
,145,840,738,686,965,435,358,755,836,749,146,754,873,675,932,600,092,125,946
,893,868,194,138,671,244,971,437,781,478,579,517,410,099,590,090,026,114,048
,017,
693,855,644,672,962,827,489,552,711,307,891,602,716,747,903,682,255,045,301,
108,736.000000'
}, 'Spreadsheet::ParseExcel::Cell' );