Exemple #1
0
 void IExcelCommand.Execute(IExcelContext ctx, ref Action after) => ctx.ColumnValue(Col, Value.CastValue(ValueType), ValueKind);
Exemple #2
0
 void IExcelCommand.Execute(IExcelContext ctx, ref Action after) => ctx.ColumnValue(Col, Value?.DeserializeValue(ValueType), ValueKind);