@ -414,7 +414,7 @@ def xls_to_csv(request):
logger.info(f'full_path = {full_path}')
# Check available sheets and look for 'inscriptions'
xls = pd.ExcelFile(file_name)
xls = pd.ExcelFile(full_path)
sheet_names = xls.sheet_names
# Determine which sheet to use