C# 클래스 ExcelHelper, Excel4Unity

파일 보기 프로젝트 열기: joexi/Excel4Unity 1 사용 예제들

공개 메소드들

메소드 설명
CreateExcel ( string path ) : Excel,
LoadExcel ( string path ) : Excel,
SaveExcel ( Excel, xls, string path ) : void

메소드 상세

CreateExcel() 공개 정적인 메소드

public static CreateExcel ( string path ) : Excel,
path string
리턴 Excel,

LoadExcel() 공개 정적인 메소드

public static LoadExcel ( string path ) : Excel,
path string
리턴 Excel,

SaveExcel() 공개 정적인 메소드

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