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
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
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