def generate_cell_matrix_from_structure
      cols = attribute('cols').to_a
      rows = attribute('rows').to_a
      data_matrix = []