C# Class ExcelHelper, Excel4Unity

Afficher le fichier Open project: joexi/Excel4Unity Class Usage Examples

Méthodes publiques

Méthode Description
CreateExcel ( string path ) : Excel,
LoadExcel ( string path ) : Excel,
SaveExcel ( Excel, xls, string path ) : void

Method Details

CreateExcel() public static méthode

public static CreateExcel ( string path ) : Excel,
path string
Résultat Excel,

LoadExcel() public static méthode

public static LoadExcel ( string path ) : Excel,
path string
Résultat Excel,

SaveExcel() public static méthode

public static SaveExcel ( Excel, xls, string path ) : void
xls Excel,
path string
Résultat void