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

2013-03-16 Thread Joel Goldstick
On Sat, Mar 16, 2013 at 2:50 AM, dieter wrote: > s.arun...@gmail.com writes: > > > Hi im fetching data from excel using python code.. i could see some junk > value also with it. like [text:u > I used the xlrd module some time back. I think if you google for tutorial on it

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

2013-03-15 Thread dieter
s.arun...@gmail.com writes: > 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 It is very difficult to extract data reliably from an undocumented binary format (such as "exce

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