Searched refs:input_excel_path (Results 1 – 1 of 1) sorted by relevance
22 def __init__(self, input_excel_path, input_json_path): argument24 self.df = pd.read_excel(input_excel_path)76 def main(input_excel_path, input_json_path, output_excel_path): argument77 matcher = SPDXLicenseMatcher(input_excel_path, input_json_path)83 input_excel_path = sys.argv[1] variable86 main(input_excel_path, input_json_path, output_excel_path)