* Load the options previously selected by user for import/export of data in various Cells.
*/
@SuppressWarnings("unchecked")
private void loadCellImportExportInfo()
{
CellImportExportInfoSaver saverInstance = null;
try
{
XMLBeanReader doc = new XMLBeanReader();
doc.load(new ApplicationFiles().getCellImportExportSelectionsFile());
Iterator it = doc.iterator();