Operation with python excel

1. Read the contents of excel

Import modules: import xlrd

Open excel, find the sheet, and then find the data sheet of the table, the value of the row, column values, data specific to a cell, you can count how many rows, how many columns of data

2. Create a new excel, and write data entered,

Import modules: import xlwt

 

3. Modify the data in excel

Import module: import 

Guess you like

Origin www.cnblogs.com/dmjsd/p/11079452.html