how to fetch data from excel and send it to website.

2013-03-19 Thread s . arun316
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

How to send data from excel to website using python please help?

2013-03-19 Thread s . arun316
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

Im fetching data from excel using python code.. i could see some junk value also with it.

2013-03-15 Thread s . arun316
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