C# Class Simplexcel.XlsxInternal.StyleWriter

显示文件 Open project: mstum/Simplexcel Class Usage Examples

Private Methods

Method Description
CreateStyleXml ( IList styles ) : XmlFile

Create a styles.xml file

StyleAddBordersElement ( System.Xml.Linq.XDocument doc, List uniqueBorders ) : void
StyleAddCellStyleXfsElement ( System.Xml.Linq.XDocument doc ) : void
StyleAddCellXfsElement ( System.Xml.Linq.XDocument doc, IList styles, List uniqueBorders, List numberFormats, IList fontInfos ) : void
StyleAddFillsElement ( System.Xml.Linq.XDocument doc ) : void
StyleAddFontsElement ( System.Xml.Linq.XDocument doc, IList fontInfos ) : void
StyleAddNumFmtsElement ( System.Xml.Linq.XDocument doc, List numberFormats ) : void