C# 클래스 com.Sconit.Utility.ImportHelper

파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
CheckValidDataRow ( NPOI.HSSF.UserModel.HSSFRow row, int startColIndex, int endColIndex ) : bool
GetCellStringValue ( Cell cell ) : string
JumpRows ( IEnumerator rows, int count ) : void

跳过N行

메소드 상세

CheckValidDataRow() 공개 정적인 메소드

public static CheckValidDataRow ( NPOI.HSSF.UserModel.HSSFRow row, int startColIndex, int endColIndex ) : bool
row NPOI.HSSF.UserModel.HSSFRow
startColIndex int
endColIndex int
리턴 bool

GetCellStringValue() 공개 정적인 메소드

public static GetCellStringValue ( Cell cell ) : string
cell Cell
리턴 string

JumpRows() 공개 정적인 메소드

跳过N行
public static JumpRows ( IEnumerator rows, int count ) : void
rows IEnumerator
count int
리턴 void