C# Class ExcelHelper, Excel4Unity

Mostrar archivo Open project: joexi/Excel4Unity Class Usage Examples

Public Methods

Method Description
CreateExcel ( string path ) : Excel,
LoadExcel ( string path ) : Excel,
SaveExcel ( Excel, xls, string path ) : void

Method Details

CreateExcel() public static method

public static CreateExcel ( string path ) : Excel,
path string
return Excel,

LoadExcel() public static method

public static LoadExcel ( string path ) : Excel,
path string
return Excel,

SaveExcel() public static method

public static SaveExcel ( Excel, xls, string path ) : void
xls Excel,
path string
return void