Snippets Collections
import pandas as pd

read_file = pd.read_excel (r'Path where the Excel file is stored\File name.xlsx')
read_file.to_csv (r'Path to store the CSV file\File name.csv', index = None, header=True)
star

Mon Sep 05 2022 08:42:16 GMT+0000 (Coordinated Universal Time) https://www.google.com/search?q

#python #.csv #xlstocsv

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension