Property | Type | Description | |
---|---|---|---|
barCodeFontName | string | ||
barCodeFontSize | short | ||
reportTemplateFolder | string | ||
rowCount | int | ||
sheet | Sheet | ||
workbook | NPOI.HSSF.UserModel.HSSFWorkbook |
Method | Description | |
---|---|---|
CopyPage ( int pageCount, int columnCount ) : int | ||
CopyPageValues ( int pageIndex ) : void | ||
FillValues ( String templateFileName, IList | ||
FillValues ( String templateFileName, string orderNo ) : bool | ||
GetDataList ( string code ) : IList | ||
GetWorkbook ( ) : NPOI.HSSF.UserModel.HSSFWorkbook | ||
ReportBaseMgr ( ) : System |
Method | Description | |
---|---|---|
CopyCell ( int pageIndex, int rowIndexRelative, int cellIndex, string formula ) : void | ||
CopyCellStyle ( Cell cellFrom, Cell cellTo ) : void | ||
CopyPage ( int pageCount, int columnCount, int pageNum ) : int | ||
GetBarcodeFontName ( int rowIndex, int cellIndex ) : string | ||
GetCell ( int rowIndex, int cellIndex ) : Cell | ||
GetRow ( int rowIndex ) : Row | ||
GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int | ||
GetSheet ( ) : Sheet | ||
GetSheet ( int index ) : Sheet | ||
SetMergedRegion ( int row1, int column1, int row2, int colunm2 ) : void | ||
SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2 ) : void | ||
SetRowCell ( int rowIndex, int cellIndex, String value ) : void | ||
SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value ) : void | ||
SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, double value ) : void | ||
SetRowCellBarCode ( int pageIndex, int rowIndexRelative, int cellIndex ) : void | ||
SetRowCellFormula ( int rowIndex, int cellIndex, string formula ) : void | ||
SetRowCellStyle ( int pageIndex, int rowIndexRelative, int cellIndex, String fontName, short fontSize ) : void | ||
init ( String templateFileName ) : void | ||
init ( String templateFileName, int rowCount ) : void |
Method | Description | |
---|---|---|
CopyRowStyle ( Row rowFrom, Row rowTo, int columnCount ) : void | ||
CopyRowStyle ( int rowIndexFrom, int rowIndexTo, int columnCount ) : void |
protected CopyCell ( int pageIndex, int rowIndexRelative, int cellIndex, string formula ) : void | ||
pageIndex | int | |
rowIndexRelative | int | |
cellIndex | int | |
formula | string | |
return | void |
protected CopyCellStyle ( Cell cellFrom, Cell cellTo ) : void | ||
cellFrom | Cell | |
cellTo | Cell | |
return | void |
public CopyPage ( int pageCount, int columnCount ) : int | ||
pageCount | int | |
columnCount | int | |
return | int |
protected CopyPage ( int pageCount, int columnCount, int pageNum ) : int | ||
pageCount | int | |
columnCount | int | |
pageNum | int | |
return | int |
public abstract CopyPageValues ( int pageIndex ) : void | ||
pageIndex | int | |
return | void |
public abstract FillValues ( String templateFileName, IList | ||
templateFileName | String | |
list | IList | |
return | bool |
public FillValues ( String templateFileName, string orderNo ) : bool | ||
templateFileName | String | |
orderNo | string | |
return | bool |
protected GetBarcodeFontName ( int rowIndex, int cellIndex ) : string | ||
rowIndex | int | |
cellIndex | int | |
return | string |
protected GetCell ( int rowIndex, int cellIndex ) : Cell | ||
rowIndex | int | |
cellIndex | int | |
return | Cell |
protected GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int | ||
pageIndex | int | |
rowIndexRelative | int | |
return | int |
public GetWorkbook ( ) : NPOI.HSSF.UserModel.HSSFWorkbook | ||
return | NPOI.HSSF.UserModel.HSSFWorkbook |
protected SetMergedRegion ( int row1, int column1, int row2, int colunm2 ) : void | ||
row1 | int | |
column1 | int | |
row2 | int | |
colunm2 | int | |
return | void |
protected SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2 ) : void | ||
pageIndex | int | |
row1 | int | |
column1 | int | |
row2 | int | |
colunm2 | int | |
return | void |
protected SetRowCell ( int rowIndex, int cellIndex, String value ) : void | ||
rowIndex | int | |
cellIndex | int | |
value | String | |
return | void |
protected SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value ) : void | ||
pageIndex | int | |
rowIndexRelative | int | |
cellIndex | int | |
value | String | |
return | void |
protected SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, double value ) : void | ||
pageIndex | int | |
rowIndexRelative | int | |
cellIndex | int | |
value | double | |
return | void |
protected SetRowCellBarCode ( int pageIndex, int rowIndexRelative, int cellIndex ) : void | ||
pageIndex | int | |
rowIndexRelative | int | |
cellIndex | int | |
return | void |
protected SetRowCellFormula ( int rowIndex, int cellIndex, string formula ) : void | ||
rowIndex | int | |
cellIndex | int | |
formula | string | |
return | void |
protected SetRowCellStyle ( int pageIndex, int rowIndexRelative, int cellIndex, String fontName, short fontSize ) : void | ||
pageIndex | int | |
rowIndexRelative | int | |
cellIndex | int | |
fontName | String | |
fontSize | short | |
return | void |
protected init ( String templateFileName ) : void | ||
templateFileName | String | |
return | void |
protected init ( String templateFileName, int rowCount ) : void | ||
templateFileName | String | |
rowCount | int | |
return | void |