Problem in saving generic value to excel file

Hello,

I had scraped values from a scanned PDF as Generic for examle “36,333” in the output it shows “36,333” but when in put it in the excel file it become “36333,00” ,i had tryed double.Parse and in32.parse but without success !

Hi @abdel
Have you tried checking the scanned variable as string instead of generic?

Thanks
Ashwin S