Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'subject:help': 0.07; 'subject:How': 0.09; 'subject:using': 0.09; 'cc:addr:python-list': 0.10; 'subject:python': 0.11; 'advance.': 0.15; 'comparison.': 0.16; 'csv': 0.16; 'form"': 0.16; 'happily': 0.16; "module's": 0.16; 'subject:send': 0.16; 'xlrd': 0.16; 'wrote:': 0.17; 'email addr:gmail.com>': 0.20; 'question.': 0.20; 'cc:2**0': 0.23; '>': 0.23; 'class.': 0.23; 'second': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'subject:please': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'url:python': 0.32; 'file': 0.32; 'url:listinfo': 0.32; 'extract': 0.33; 'subject:data': 0.33; 'excel': 0.33; 'form.': 0.33; 'hi,': 0.33; 'received:google.com': 0.34; 'third': 0.34; 'thanks': 0.34; 'clear': 0.35; 'subject:?': 0.35; 'something': 0.35; 'but': 0.36; 'wanted': 0.36; 'url:org': 0.36; '(for': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'some': 0.38; 'advice': 0.39; 'url:mail': 0.40; 'your': 0.60; 'export': 0.62; 'email addr:gmail.com': 0.63; 'more': 0.63; 'webpage': 0.65; 'sounds': 0.71; '2013': 0.84; 'neil': 0.84; 'yours': 0.88; 'joel': 0.91; 'choice.': 0.93; 'sheet': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=eo7ToHCziWc3BVvYq7ebz2Lj4uGJTfokesP2dbFimUo=; b=qT1NNTQbziNik3ls67rbMie1alg0joqwHYgqiFxoMx2yQlIh/O+4OTNDfxy+LbMH0T yDrBVzeOKXnyi5uN0gZc9IsN6nyoRoQG4Gg1LKsQY/7pp73smxNXmGfLMOg079UU4Jvm jAdEkhbzVlli7fGmLBBQS+ADftjpEku3Ca/ZXIUEw65lakb8tazHDWFcY7jdaG9bKJd1 mZbNMS4p2fgBDXYv2nrrpw9G4PYw6sq/kt7exmQXcuHsUDd7GhAlY6Re/x7qUS0majmf GiBYpM6ZlN/Zdl/03K5xclMkz9ETLu5xueX+moTwg9oQGMnftBu8xsbE35XWcw7X+t03 Rcjw== MIME-Version: 1.0 X-Received: by 10.220.116.5 with SMTP id k5mr2889732vcq.55.1363704754452; Tue, 19 Mar 2013 07:52:34 -0700 (PDT) In-Reply-To: References: <4cfedfe7-8ade-4ef6-a5a9-b9be3f37e813@googlegroups.com> Date: Tue, 19 Mar 2013 10:52:34 -0400 Subject: Re: How to send data from excel to website using python please help? From: Joel Goldstick To: Neil Cerutti Content-Type: multipart/alternative; boundary=f46d0438946377edd704d8484130 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 79 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363704757 news.xs4all.nl 6877 [2001:888:2000:d::a6]:52879 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41512 --f46d0438946377edd704d8484130 Content-Type: text/plain; charset=UTF-8 On Tue, Mar 19, 2013 at 10:22 AM, Neil Cerutti wrote: > On 2013-03-19, s.arun316@gmail.com wrote: > > Hi, im new to python. Wanted to know how to extract data from > > excel sheet and send it to webpage form. Thanks in advance. > > Can you be more clear about what you want to do with this data? "Send it to webpage form" sounds like you want to use the data to fill in fields in a form on some website. Is that what you mean? Is the website yours or some third party's? > I like to export Excel documents as csv files and read them using > the csv module's DictReader class. > > You can read from them directly using something like xlrd if you > prefer, but I find it pales in comparison. My advice is to avoid > reading the Excel file directly unless you have no other choice. > > Happily (for me) I don't know the answer to the second part of > your question. > > -- > Neil Cerutti > -- > http://mail.python.org/mailman/listinfo/python-list > -- Joel Goldstick http://joelgoldstick.com --f46d0438946377edd704d8484130 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



On Tue, Mar 19, 2013 at 10:22 AM, Neil Cerutti &l= t;neilc@norwich.edu<= /a>> wrote:
On 2013-03-19, s.arun316@gmail.com <s.arun316@gmail.com> wrote:
> Hi, im new to python. Wanted to know how to extract data from
> excel sheet and send it to webpage form. Thanks in advance.

Can you be more clear about what you want to do= with this data?=C2=A0 "Send it to webpage form" sounds like you = want to use the data to fill in fields in a form on some website.=C2=A0 Is = that what you mean? Is the website yours or some third party's?
=C2=A0
I like to export Excel documents as csv files and read them using
the csv module's DictReader class.

You can read from them directly using something like xlrd if you
prefer, but I find it pales in comparison. My advice is to avoid
reading the Excel file directly unless you have no other choice.

Happily (for me) I don't know the answer to the second part of
your question.

--
Neil Cerutti
--
http://mail.python.org/mailman/listinfo/python-list



--
--f46d0438946377edd704d8484130--