find the given record in the record list by their record @ param record the record to be added @ return the .
141. Record record = (Record) obj;
142. Map<String, Object> map = record.getColumns();
144. record.getColumns();
149. cell.setCellValue(record.get(key) + "");
find the given record in the record list by their record @ param record the record to be added @ return the .
115. Record record = (Record)obj;
116. Map<String,Object> map = record.getColumns();
118. record.getColumns();
123. cell.setCellValue(record.get(key)+"");