How to read a particular cell by using "wb = load_workbook('path',True)" in openpyxl

S

somesh g

Hi..there

I have written code for reading the large excel files

but my requirement is to read a particular cell in a excel file when i kept "True"

in "wb = load_workbook('Path', True)"

any body please help me...

CODE:
====
from openpyxl import load_workbook

wb = load_workbook('Path', True)
sheet_ranges = wb.get_sheet_by_name(name = 'Global')
for row in sheet_ranges.iter_rows():

for cell in row:
print cell.internal_value

Regards,
G.Someswara Rao
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top