<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 19, 2013 at 10:22 AM, Neil Cerutti <span dir="ltr"><<a href="mailto:neilc@norwich.edu" target="_blank">neilc@norwich.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2013-03-19, <a href="mailto:s.arun316@gmail.com">s.arun316@gmail.com</a> <<a href="mailto:s.arun316@gmail.com">s.arun316@gmail.com</a>> wrote:<br>
> Hi, im new to python. Wanted to know how to extract data from<br>
> excel sheet and send it to webpage form. Thanks in advance.<br>
<br></div></blockquote><div>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?<br>
<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
</div>I like to export Excel documents as csv files and read them using<br>
the csv module's DictReader class.<br>
<br>
You can read from them directly using something like xlrd if you<br>
prefer, but I find it pales in comparison. My advice is to avoid<br>
reading the Excel file directly unless you have no other choice.<br>
<br>
Happily (for me) I don't know the answer to the second part of<br>
your question.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Neil Cerutti<br>
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><div>Joel Goldstick<br></div><a href="http://joelgoldstick.com" target="_blank">http://joelgoldstick.com</a><br></div>
</div></div>