Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.149 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.72; '*S*': 0.01; 'python': 0.11; 'received:dip0.t-ipconnect.de': 0.16; 'received:t-ipconnect.de': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'file,': 0.19; 'thanks.': 0.20; 'this?': 0.23; 'excel': 0.26; 'values': 0.27; 'header:In- Reply-To:1': 0.27; 'too.': 0.31; 'anyone': 0.31; 'file': 0.32; 'maybe': 0.34; 'problem.': 0.35; 'really': 0.36; 'charset:us- ascii': 0.36; 'url:org': 0.36; 'nov': 0.38; 'solving': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'you.': 0.62; 'url:group': 0.63; 'received:109': 0.72; '-0200': 0.84; 'received:(helo localhost)': 0.91; '2013': 0.98 Date: Sun, 3 Nov 2013 22:43:37 +0100 From: Johannes Findeisen To: python-list@python.org Subject: Re: Automation In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.22; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 03 Nov 2013 23:37:01 +0100 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383518222 news.xs4all.nl 15983 [2001:888:2000:d::a6]:58887 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58415 On Sun, 3 Nov 2013 14:19:48 -0200 Renato Barbosa Pim Pereira wrote: > I have one .xls file with the values of PV MV and SP, I wanna to calculate > Kp Ki Kd with python from this file, can anyone give me any suggestion > about how can I do this? From now, thanks. Did you looked at http://www.python-excel.org/ ? May this can help you solving your problem. Since you are not explaining what you want to do I can really not help you more. And I don't use Excel too. And maybe ask the people over at http://groups.google.com/group/python-excel if they can help you. Regards, Johannes