Class VocabularyTypeHelper
java.lang.Object
ch.ethz.sis.openbis.generic.excel.v3.to.helper.VocabularyTypeHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVocabularyTypes(org.apache.poi.ss.usermodel.Sheet sheet, int rowNum, org.apache.poi.ss.usermodel.CellStyle headerStyle, Vocabulary vocabularyType) protected intaddVocabularyTypeSection(org.apache.poi.ss.usermodel.Sheet sheet, int rowNum, org.apache.poi.ss.usermodel.CellStyle headerStyle, Vocabulary vocabularyType)
-
Constructor Details
-
VocabularyTypeHelper
public VocabularyTypeHelper()
-
-
Method Details
-
addVocabularyTypeSection
protected int addVocabularyTypeSection(org.apache.poi.ss.usermodel.Sheet sheet, int rowNum, org.apache.poi.ss.usermodel.CellStyle headerStyle, Vocabulary vocabularyType) -
addVocabularyTypes
public List<RowWriteResult> addVocabularyTypes(org.apache.poi.ss.usermodel.Sheet sheet, int rowNum, org.apache.poi.ss.usermodel.CellStyle headerStyle, Vocabulary vocabularyType)
-