コード例 #1
0
ファイル: CellValue.cs プロジェクト: bclnet/ExcelTrans
 void IExcelCommand.Execute(IExcelContext ctx, ref Action after) => ctx.CellValue(Cells, Value?.DeserializeValue(ValueType), ValueKind, ValueFormat);