Example #1
0
        public void Read(IExcelReader reader, IVisualElementContext context)
        {
            var stringValue = reader.GetValue(context.RootLocation);

            if (context.Model != null)
            {
            }
        }
Example #2
0
 public void Write(IExcelWriter writer, IVisualElementContext context)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void Read(IExcelReader reader, IVisualElementContext context)
 {
     throw new NotImplementedException();
 }