After converting the pdf file to Excel file, I noticed that some numerical cells were translated incorrectly, for example;
In pdf: 22229010110289550110439000
converted in excel: 2.22290101102896E+25
How can I solve the problem?
Thanks.
After converting the pdf file to Excel file, I noticed that some numerical cells were translated incorrectly, for example;
In pdf: 22229010110289550110439000
converted in excel: 2.22290101102896E+25
How can I solve the problem?
Thanks.
We tried to reproduce this issue using sample PDF with value 22229010110289550110439000. This is what output looks like output.jpg (26.0 KB). Could you please share following details:
it is sample PDF file: Grv.pdf (41.5 KB)
it is export Excel File Looks Like: Ekran Alıntısı.PNG (41.3 KB)
VisualStudio 2022/GroupDocs.Conversion for .NET v24.1.0
using (var converter = new GroupDocs.Conversion.Converter(dosyaYolu))
{
var options = new SpreadsheetConvertOptions();
converter.Convert(path + "/converted.xlsx", options);
}
@hakandogan
This issue is reproduced at our end. Therefore, we have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CONVERSIONNET-6682
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as CONVERSIONNET-6682) have been fixed in this update. This message was posted using Bugs notification tool by nikola.yankov