I'm evaluating Aspose cells... I generated xl using Aspose... Its good and simple API to use.
1) When applying comma style( XL Header) its says "style 'Comma' not found", this happens to a cell selection or column selection.
2) Not able to increase / decrease decimal at column level, but i'm able to do at cell level... I have 6000 rows, business users can't do at cell level.
Well, I am not very clear about your problem. Sure, you may set style formattings to the whole column / row. Could you elaborate your problem and give us some more details, Also, kindly give us your sample code which you are using to get your task done.
I generated XL it looks good, numbers are formatted with comma... every thing looks good. After generating XL, we apply increase / decrease decimals... ( Number we generated are 10 decimal places, In XL we display with out decimals..... when we apply increase/ decrease decimals ... its shows exact numbers in XL... It work good, if i apply each cell level ).
I will give exampe,
1) Generate an XL.
2) Select a column( top row have column names A, B,C,D... XL column names)... which select a column which shows SUM of entire column.
2.1) After selecting column click on comma style from XL header (Symbols $, %, comma style and increase decrease decimal symbols)) its an image looks like " , " ... next to this image increase and decrease decimal ....
I'm attaching image... In my image I select column B...named as Amount. I marked header symbols with blue circle...
I created a sample code for your need. The following code apply a custom style (the style inserts the comma b/w numbers with two decimal places) to the whole column "B". Kindly consult it.
Well, I think now I can understand your problem. Do you mean that you cannot apply "$" currency, "%" percent and "," Comma Styles to Aspose.Cells for java generated excel files. We found the problem in java version of Aspose.Cells and we will fix it soon.