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

Joel Goldstick joel.goldstick at gmail.com
Tue Mar 19 10:52:34 EDT 2013


On Tue, Mar 19, 2013 at 10:22 AM, Neil Cerutti <neilc at norwich.edu> wrote:

> On 2013-03-19, s.arun316 at gmail.com <s.arun316 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130319/2e376969/attachment.html>


More information about the Python-list mailing list