def generate_cell_matrix_from_data
      cols_data = attribute('cols_data').to_h
      rows_data = attribute('rows_data').to_h
      data_matrix = []