回复 1楼刘君的帖子
日期类型单元格格式,可以使用DateTimeCellType的Format。
代码参考:
- FarPoint.Win.Spread.CellType.DateTimeCellType dt = new FarPoint.Win.Spread.CellType.DateTimeCellType();
- dt.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined;
- dt.UserDefinedFormat = "yyyy年MM月dd日";
复制代码
中文的数字在识别中属于字符,非数字类型。Spread没有提供接口支持中文数字。 |