I had intended to do this using the code in the answer here, in the last block of code. However i get an error in the line for cell in ws.iter_rows(range_string=range_expr): saying that "Worksheet object has no attribute iter_rows". Any idea what I'm doing wrong here?
-
did you check to see that you had the most updated version of openpyxl?Jeff Tratner– Jeff Tratner2012-06-20 23:09:21 +00:00Commented Jun 20, 2012 at 23:09
Add a comment
|