Object cellValue = cell.getValue();
ValueSpecification cellValueSpec = cell.getValueSpecification();
Object formattedValue = _formatter.format(cellValue, cellValueSpec, cell.getFormat(), cell.getInlineKey());
Collection<Object> history = cell.getHistory();
Class<?> columnType = cell.getType();
DataType columnFormat = _formatter.getDataType(columnType);
Map<String, Object> valueMap = Maps.newHashMap();
AggregatedExecutionLog executionLog = cell.getExecutionLog();
LogLevel logLevel = maxLogLevel(executionLog);
valueMap.put(VALUE, formattedValue);