C# Class VAGSuite.ExcelInterface

Afficher le fichier Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddData ( int nRows, int nColumns, byte mapdata, bool isSixteenbit ) : ].double[
TurnMapUpsideDown ( byte mapdata, int numcolumns, int numrows, bool issixteenbit ) : byte[]

Method Details

ExportToExcel() public méthode

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
Résultat void

getDataFromXLS() public méthode

public getDataFromXLS ( string strFilePath ) : System.Data.DataTable
strFilePath string
Résultat System.Data.DataTable

getDataFromXLSSymbolHelper() public méthode

public getDataFromXLSSymbolHelper ( string strFilePath ) : System.Data.DataTable
strFilePath string
Résultat System.Data.DataTable