pmutt.io.excel.set_dict_value

pmutt.io.excel.set_dict_value(dict_name, key, value, output_structure)

Generic function to read a dictionary from a spreadsheet

Parameters:
  • dict_name (str) – Name of the dictionary. ‘dict’ should already be removed.

  • key (str) – Key corresponding to value

  • value (float) – Value to assign to key

  • output_structure (dict) – Structure to assign value. Will assign to output_structure[dict_name]