Battle Talent
V11
|
Public Member Functions | |
ExcelUtility (string excelFile) | |
构造函数 More... | |
List< T > | ConvertToList< T > () |
转换为实体类列表 More... | |
void | ConvertToJson (string JsonPath, Encoding encoding) |
转换为Json More... | |
void | ConvertToLua (string luaPath, Encoding encoding) |
转换为lua More... | |
void | ConvertToCSV (string CSVPath, Encoding encoding) |
转换为CSV More... | |
void | ConvertToXml (string XmlFile, System.Func< string, string > stringConvTor=null) |
导出为Xml More... | |
ExcelUtility.ExcelUtility | ( | string | excelFile | ) |
构造函数
excelFile | Excel file. |
void ExcelUtility.ConvertToCSV | ( | string | CSVPath, |
Encoding | encoding | ||
) |
转换为CSV
void ExcelUtility.ConvertToJson | ( | string | JsonPath, |
Encoding | encoding | ||
) |
转换为Json
JsonPath | Json文件路径 |
Header | 表头行数 |
List<T> ExcelUtility.ConvertToList< T > | ( | ) |
转换为实体类列表
void ExcelUtility.ConvertToLua | ( | string | luaPath, |
Encoding | encoding | ||
) |
转换为lua
luaPath | lua文件路径 |
void ExcelUtility.ConvertToXml | ( | string | XmlFile, |
System.Func< string, string > | stringConvTor = null |
||
) |
导出为Xml