I’m having difficulty with number formats. What I would like is to see a number format of 123,3456,123.1234567.
What I’m getting is something along the lines of 123,3456,123.00. (As in the it doesn’t have a clue what do with the decimal spaces).
All I’d really like is an option to “include the thousand separator”, but that option doesn’t appear to exist in the Aspose library.* (* I could be wrong?)
I’ve tried setting a number style to 3 or 4, I’ve also tried using a custom format which it appears to ignore completely. Something like below
cellStyle.Custom = “#,##0.####”;
Some resources I have read to get a handle on what to do:
Aspose.Cells follows MS Excel standards, if MS Excel allows your desired number formatting, Aspose.Cells will also allow this. Could you please provide us your expected Excel file with your desired formatting (you may create the Excel file manually in MS Excel to specify your desired formatting for your data), save the file and post it here, we will check and help you on how to do this with Aspose.Cells.
I tested your scenario/ case with our latest version/fix, please try the latest version/fix: Aspose.Cells for Java (Latest Version) (aspose-cells-7.6.1.4-java.zip). It works fine. Please specify the custom number format as “#,##0.0000”. I used the following sample code which gives me desired output. I have attached the output file here.
After some more investigation, it looks like it might be a limitation of excel (only going to the 15th significant number) which is why it was looking wrong for me.
And for "After some more investigation, it looks like it might be a limitation of excel (only going to the 15th significant number) which is why it was looking wrong for me."
Yes, your understanding is correct.
Thank you.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.