: Allows for the comparison of data from suppliers (GSTR 2A) against internal purchase registers using Excel tools like VLOOKUP or Power Query .
# Write to Excel with formatting with pd.ExcelWriter(output_excel, engine='openpyxl') as writer: df.to_excel(writer, sheet_name='B2B', index=False) GSTR 2A - JSON to Excel Converter