1"""Gets and prints the spreadsheet's header columns
2
3Args:
4 file_loc (str): The file location of the spreadsheet
5 print_cols (bool): A flag used to print the columns to the console
6 (default is False)
7
8Returns:
9 list: a list of strings representing the header columns
10"""
11