Re: EXCEL API
On Jul 24, 5:15 pm, Girish <[EMAIL PROTECTED]> wrote in comp.lang.python: > Hello, > > Does any one have a sample piece of code to search for a keyword in > Excel sheet? if so plz post it.. > 8<--- xlkwsearch.py import xlrd, sys, glob def xlkwsearch(fname, query): book = xlrd.open_workbook(fnam
EXCEL API
Hello, Does any one have a sample piece of code to search for a keyword in Excel sheet? if so plz post it.. Thanks, Girish.. -- http://mail.python.org/mailman/listinfo/python-list