Méthode | Description | |
---|---|---|
AddDataTuplesToTemplate ( |
Add Datatuples to a Excel Template file
|
|
AddDataTuplesToTemplate ( List |
Add Datatuples to a Excel Template file
|
|
CreateFile ( long datasetId, long datasetVersionOrderNr, long dataStructureId, string title, string extention ) : string |
|
|
IsTemplate ( Stream file ) : bool |
|
Méthode | Description | |
---|---|---|
AddRows ( DocumentFormat.OpenXml.Packaging.WorksheetPart worksheetPart, int startRow, int endRow, List |
Add Rows to a WorksheetPart
|
|
AddRows ( DocumentFormat.OpenXml.Packaging.WorksheetPart worksheetPart, int startRow, int endRow, List |
Add Rows to a WorksheetPart
|
|
DatatupleToRow ( |
Convert a Datatuple to a Row
|
|
DatatupleToRow ( long dataTupleId, int rowIndex ) : Row |
Convert a Datatuple to a Row
|
|
GetEmptyCell ( int rowIndex, int columnIndex ) : Cell |
Get a empty cell
|
|
VariableValueToCell ( |
Convert a VariableValue to Cell
|
Méthode | Description | |
---|---|---|
buildDefinedNamesTable ( DocumentFormat.OpenXml.Packaging.WorkbookPart workbookPart ) : List |
|
|
changeDefinedNamesTable ( DocumentFormat.OpenXml.Packaging.WorkbookPart workbookPart ) : List |
|
|
generateStyle ( SpreadsheetDocument spreadsheetDocument ) : void |
|
|
getColumnIndex ( int index, int offset = 1 ) : string |
|
|
getColumnName ( string cellName ) : string |
Given a cell name, parses the specified cell to get the column name.
|
|
getColumnNumber ( string columnName ) : int |
Given a cell name, parses the specified cell to get the column number.
|
|
getExcelStyleIndex ( string systemType, uint styleIndex ) : uint |
|
|
getExcelType ( string systemType ) : CellValues |
|
|
getVariableIdentifiers ( DocumentFormat.OpenXml.Packaging.WorksheetPart worksheetPart, int startRow, int endRow ) : List |
|
|
getVariableIds ( string stringlist ) : List |
|
|
getWorkSheetPart ( DocumentFormat.OpenXml.Packaging.WorkbookPart workbookPart, |
|
|
rowToList ( Row r ) : List |
|
public AddDataTuplesToTemplate ( |
||
datasetManager | ||
dataTuplesIds | List |
|
filePath | string | Path of the excel template file |
dataStructureId | long | Id of datastructure |
Résultat | List |
public AddDataTuplesToTemplate ( List |
||
dataTuples | List |
Datatuples to add |
filePath | string | Path of the excel template file |
dataStructureId | long | Id of datastructure |
Résultat | List |
protected AddRows ( DocumentFormat.OpenXml.Packaging.WorksheetPart worksheetPart, int startRow, int endRow, List |
||
worksheetPart | DocumentFormat.OpenXml.Packaging.WorksheetPart | |
startRow | int | |
endRow | int | |
dataTuples | List |
|
Résultat | void |
protected AddRows ( DocumentFormat.OpenXml.Packaging.WorksheetPart worksheetPart, int startRow, int endRow, List |
||
worksheetPart | DocumentFormat.OpenXml.Packaging.WorksheetPart | |
startRow | int | |
endRow | int | |
dataTuplesIds | List |
|
datasetManager | ||
Résultat | void |
public CreateFile ( long datasetId, long datasetVersionOrderNr, long dataStructureId, string title, string extention ) : string | ||
datasetId | long | |
datasetVersionOrderNr | long | |
dataStructureId | long | |
title | string | |
extention | string | |
Résultat | string |
protected DatatupleToRow ( |
||
dataTuple | Datatuple to convert | |
rowIndex | int | Position of the Row |
Résultat | Row |
protected DatatupleToRow ( long dataTupleId, int rowIndex ) : Row | ||
dataTupleId | long | Id of the Datatuple to convert |
rowIndex | int | Position of the Row |
Résultat | Row |
protected GetEmptyCell ( int rowIndex, int columnIndex ) : Cell | ||
rowIndex | int | |
columnIndex | int | |
Résultat | Cell |
protected VariableValueToCell ( |
||
variableValue | ||
rowIndex | int | |
columnIndex | int | |
Résultat | Cell |