コード例 #1
0
ファイル: Cell.cs プロジェクト: Useurmind/Excelify
        public void Read(IExcelReader reader, IVisualElementContext context)
        {
            var stringValue = reader.GetValue(context.RootLocation);

            if (context.Model != null)
            {
            }
        }
コード例 #2
0
ファイル: Cell.cs プロジェクト: Useurmind/Excelify
 public void Write(IExcelWriter writer, IVisualElementContext context)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void Read(IExcelReader reader, IVisualElementContext context)
 {
     throw new NotImplementedException();
 }