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