C# 클래스 KEngine.Editor.ExcelFile

基于NPOI操作Excel文件, 读取,首行是列名
파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColName2Index int>.Dictionary
IsLoadSuccess bool

공개 메소드들

메소드 설명
ClearRow ( int row ) : void

清除行内容

ExcelFile ( string excelPath ) : System
GetFloat ( string columnName, int row ) : float
GetInt ( string columnName, int row ) : int
GetRowsCount ( ) : int
GetString ( string columnName, int row ) : string
Save ( ) : void
SetRow ( string columnName, int row, string value ) : void
SetRowGrey ( int row ) : void

메소드 상세

ClearRow() 공개 메소드

清除行内容
public ClearRow ( int row ) : void
row int
리턴 void

ExcelFile() 공개 메소드

public ExcelFile ( string excelPath ) : System
excelPath string
리턴 System

GetFloat() 공개 메소드

public GetFloat ( string columnName, int row ) : float
columnName string
row int
리턴 float

GetInt() 공개 메소드

public GetInt ( string columnName, int row ) : int
columnName string
row int
리턴 int

GetRowsCount() 공개 메소드

public GetRowsCount ( ) : int
리턴 int

GetString() 공개 메소드

public GetString ( string columnName, int row ) : string
columnName string
row int
리턴 string

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetRow() 공개 메소드

public SetRow ( string columnName, int row, string value ) : void
columnName string
row int
value string
리턴 void

SetRowGrey() 공개 메소드

public SetRowGrey ( int row ) : void
row int
리턴 void

프로퍼티 상세

ColName2Index 공개적으로 프로퍼티

public Dictionary ColName2Index
리턴 int>.Dictionary

IsLoadSuccess 공개적으로 프로퍼티

public bool IsLoadSuccess
리턴 bool