Closed GoogleCodeExporter closed 8 years ago
Thanks, this will be included.
Original comment by China.LiuJunFeng
on 18 Feb 2009 at 8:34
By r35.
Original comment by China.LiuJunFeng
on 2 Mar 2009 at 6:20
LiuJun,
Please, I found a little problem on the annotation for Engineer, if We put like
was: "#,###.00000" when we have a little numer like 0.21, he will be
represented like
".21", but the right representation of it is: "0.21" so
I would like to change this to: "#,##0.00000" Change only 1 zero.
Thanks, in advance.
public static readonly CellFormat Engineer = new
CellFormat(CellFormatType.Scientific, "#,##0.00000");
Original comment by gui.lo...@gmail.com
on 25 Mar 2009 at 1:48
Original issue reported on code.google.com by
gui.lo...@gmail.com
on 17 Feb 2009 at 12:28Attachments: