value_type operator()() { tab->setValue(col, row, json_converter::convert<T>(val)); }
inline value_type operator()() { tab->setValue(col, row, boost::lexical_cast<T>(val)); }