}
while (iterator.hasNext())
{
// Store the bound data in the request map and add the cell
FacesContext.getCurrentInstance().getExternalContext().getRequestMap().put(sheet.getVar(), iterator.next());
excelWorkbook.addItem(item);
}
// No iteration, nothing to restore
if (sheet.getVar() == null) {
continue;