C# Class com.Sconit.Utility.ImportHelper

Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CheckValidDataRow ( NPOI.HSSF.UserModel.HSSFRow row, int startColIndex, int endColIndex ) : bool
GetCellStringValue ( Cell cell ) : string
JumpRows ( IEnumerator rows, int count ) : void

跳过N行

Method Details

CheckValidDataRow() public static method

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

GetCellStringValue() public static method

public static GetCellStringValue ( Cell cell ) : string
cell Cell
return string

JumpRows() public static method

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