row tag

2 questions


1 answers
118 views
0
Python Excel row Repeat

Hello. I'd like to list the number of ranges in ExcelFor example, if 1.5 is entered, you want to implement it in a format that increases by 0.5 from -1.5 to 1.5. But I don't know what to do with the r...

1 years ago

1 answers
108 views
0
Question about python openpyxl column.

This is a question about Excel in Python. import openpyxlwb = openpyxl.load_workbook('C:\\*/**.xlsx')ws = wb.activecol_A = ws['A']for col in col_A: print(col.value)This will output the entire column A...


© 2024 OneMinuteCode. All rights reserved.