C# 클래스 VAGSuite.ExcelInterface

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

공개 메소드들

메소드 설명
ExportToExcel ( string mapname, int address, int length, byte mapdata, int cols, int rows, bool isSixteenbit, int xaxisvalues, int yaxisvalues, bool isupsidedown, string xaxisdescr, string yaxisdescr, string zaxisdescr ) : void
getDataFromXLS ( string strFilePath ) : System.Data.DataTable
getDataFromXLSSymbolHelper ( string strFilePath ) : System.Data.DataTable

비공개 메소드들

메소드 설명
AddData ( int nRows, int nColumns, byte mapdata, bool isSixteenbit ) : ].double[
TurnMapUpsideDown ( byte mapdata, int numcolumns, int numrows, bool issixteenbit ) : byte[]

메소드 상세

ExportToExcel() 공개 메소드

public ExportToExcel ( string mapname, int address, int length, byte mapdata, int cols, int rows, bool isSixteenbit, int xaxisvalues, int yaxisvalues, bool isupsidedown, string xaxisdescr, string yaxisdescr, string zaxisdescr ) : void
mapname string
address int
length int
mapdata byte
cols int
rows int
isSixteenbit bool
xaxisvalues int
yaxisvalues int
isupsidedown bool
xaxisdescr string
yaxisdescr string
zaxisdescr string
리턴 void

getDataFromXLS() 공개 메소드

public getDataFromXLS ( string strFilePath ) : System.Data.DataTable
strFilePath string
리턴 System.Data.DataTable

getDataFromXLSSymbolHelper() 공개 메소드

public getDataFromXLSSymbolHelper ( string strFilePath ) : System.Data.DataTable
strFilePath string
리턴 System.Data.DataTable