def get_cell_str()

in create_task.py [0:0]


def get_cell_str(cell):
    if cell.ctype == xlrd.XL_CELL_TEXT: return cell.value
    elif cell.value == int(cell.value): return int(cell.value)
    else: return str(ckey.value)