infer-vst / back /utils /export_to_excel.py
Yann
push backend
86694c3
import pandas as pd
file = pd.read_csv(f"output/InverSynth_C6XL_20231201-103344") #Read the dataframe
file.to_excel(f'foo.xlsx', index=False) #Save the dataframe