Hello,
Im converting excel file into pdf using spire.xls-12.9.1
When I try to convert, I got 2 issues on number (amount) values.
Screenshot of issue, sample program, sample source and converted file are attached for your reference.
1. Amount values are not properly separated with comma symbol
In "CashFlowStatement" sheet, under Operations table, the amount value for "Interest" is not properly separated with comma symbol. It should display 3,500 instead of 350,0
This issue occurs only for 4 digit numbers. I could not see any issue for more than 4 digits.
2. Negative amount values are surrounded with () and no negative sign
In "CashFlowStatement" sheet, under Operations table, the negative amount value for "Inventory purchases" is not shown as per the data. It should display -2,64,000 instead (2,64,000)
I really appreciate your help on this.