C# Class Malt.Reporting.OfficeXml.ExcelMLBehaviors

显示文件 Open project: oldrev/maltreport

Public Methods

Method Description
ShouldBeWellFormedExcelML ( this xml ) : void

通过微软提供的 Excel 2003 XML 架构文件来检查生成的 Excel 文档结构的有效性

Method Details

ShouldBeWellFormedExcelML() public static method

通过微软提供的 Excel 2003 XML 架构文件来检查生成的 Excel 文档结构的有效性
public static ShouldBeWellFormedExcelML ( this xml ) : void
xml this
return void