this works with the excel file thats in the upload directory in the app. upload that excel file to convert to xml with the hard-coded name, year, etc. tags.
parser = argparse.ArgumentParser(description='Convert Excel to XML grouped by a specified column.') parser.add_argument('column', type=str, nargs='?', help='The ...