hi, im new to python. I need to know how data can be sent from excel to a
webpage form.
--
http://mail.python.org/mailman/listinfo/python-list
Hi, im new to python. Wanted to know how to extract data from excel sheet and
send it to webpage form.
Thanks in advance.
--
http://mail.python.org/mailman/listinfo/python-list
Hi im fetching data from excel using python code.. i could see some junk value
also with it. like [text:u
How to remove it.. below is the code
from xlrd import open_workbook
from win32com.client import Dispatch
book = open_workbook('C:/Users/742123/Desktop/test.xls')
sheet0 = book.sheet_by_in