if(entityname.length()>0){
String src = sourceIndex>=0 ? getCellValue(sheet,row,sourceIndex):"";
String comment = commentIndex>=0 ? getCellValue(sheet,row,commentIndex):"";
xout.opentag("entry");
xout.opentag("entity",
"entityname" , entityname,
"attribute" , getCellValue(sheet,row,attributeIndex),
"type" , getCellValue(sheet,row,typeIndex),
"subtype" , getCellValue(sheet,row,subtypeIndex),
"default" , getCellValue(sheet,row,defaultIndex),