Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit 9113656

Browse files
committed
tweaked exporter path
1 parent 68050da commit 9113656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool-06-JSON-to-Excel-Exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def json_to_excel():
6767
worksheet.append(row)
6868

6969
# Save the workbook
70-
output_path = "../Database-Files/Excel-Import-Export/ExporterSheet_Converted.xlsx"
70+
output_path = "../Database-Files/Excel-Import-Export/ExporterSheet.xlsx"
7171
workbook.save(output_path)
7272
log(f"Excel file saved to {output_path}")
7373
log(f"Total accounts converted: {len(data)}")

0 commit comments

Comments
 (0)