OpenXmlDocument Property (ExcelExporter)
Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.
public bool OpenXmlDocument {get; set;}
'Declaration
Public Property OpenXmlDocument As Boolean
Property Value
true if document should be exported in Office12 format,
false otherwise.