Class MSXmlReader
This class is responsible for xml spreadsheets parsing.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class MSXmlReader : CommonObject, IParentApplication, IDisposable
  Constructors
MSXmlReader(IApplication, Object)
Initialize new instance of current class.
Declaration
public MSXmlReader(IApplication application, object parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | Current application.  | 
      
| System.Object | parent | Parent object for class.  | 
      
Methods
FillWorkbook(XmlReader, WorkbookImpl)
Reads workbook from xml
Declaration
public void FillWorkbook(XmlReader reader, WorkbookImpl book)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlReader | reader | Xml reader.  | 
      
| WorkbookImpl | book | Book to fill.  | 
      
Implements
      System.IDisposable