Hi, the statement: worksheet.Cells(row, col).Value returns a Value of type of Strings, Can anyone tell me how I can get an Integer value? Casting (int(worksheet.Cells(row, col).Value ) didn't work. Many Tnx! solomon _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32
- [python-win32] getting integer value for worksheet.Ce... Solomon.Zewdie.Altek
- Re: [python-win32] getting integer value for wor... Greg Antal
- Re: [python-win32] getting integer value for... Solomon.Zewdie.Altek
- Re: [python-win32] getting integer value... bob gailer
- Re: [python-win32] getting integer value... Greg Antal
- Re: [python-win32] getting integer v... Tim Roberts
- Re: [python-win32] getting integer value for wor... Vernon Cole