<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 27, 2013 at 9:37 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 2013-09-27, <a href="mailto:someshg2@gmail.com">someshg2@gmail.com</a> <<a href="mailto:someshg2@gmail.com">someshg2@gmail.com</a>> wrote:<br>
> Hi..there,<br>
><br>
> I have opened a excel file by using the following code<br>
> from openpyxl import load_workbook<br>
><br>
> wb = load_workbook('path of the file')<br>
> DriverTableSheet = wb.get_sheet_by_name(name = 'name of the sheet')<br>
> after that i have to append some values in that excel file..<br>
><br>
> for that i used the following code<br>
><br>
> DriverTableSheet.cell(row=1, column=2).value="value"<br>
><br>
> but it is not responsive..can u guys please guide how to write<br>
> / append a data in that excel file and save that excel file<span class=""><font color="#888888"><a href="https://mail.python.org/mailman/listinfo/python-list" target="_blank"></a></font></span></div></blockquote><div>
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im"><span class=""><font color="#888888"><a href="https://mail.python.org/mailman/listinfo/python-list" target="_blank">https://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></div></blockquote></div><br></div><div class="gmail_extra">You need to read the documentation: <a href="http://openpyxl.readthedocs.org/en/latest/tutorial.html#saving-to-a-file">http://openpyxl.readthedocs.org/en/latest/tutorial.html#saving-to-a-file</a><br>
<br></div><div class="gmail_extra">The code you show doesn't have any save method being called.<br></div><div class="gmail_extra"><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>