<p dir="ltr">You can extract the vertexes of your polygon as a new layer. You can do it with a tool that you can find under the Vector menu and/or Processing QGIS algorithms, I don't remember exactly and I don't have a PC right  now. </p>

<p dir="ltr">Then you can use the Field Calculator to create two new columns on your point layer using the $x and $y expressions. I. e. open the attribute table, toggle on editing, and open the Field Calculator. Set the new field as "Double" (decimal) and choose a meaningful precision. Write in the expression $x. This will populate thw new column with the X coordinates of your points. Do the same for Y. </p>

<p dir="ltr">Then you can save the point layer as CSV, that you can open in a spreadsheet editor like Excel. </p>
<p dir="ltr">giovanni</p>
<div class="gmail_quote">Il 27/lug/2014 17:18 "daniel pinto" <<a href="mailto:daniel.ar.pinto@gmail.com">daniel.ar.pinto@gmail.com</a>> ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">Dear all</p>
<p dir="ltr">I've got a limited protection zone around a city witch is a poligonon and i need to know pease if its possible to make a excel sheet with the vortexes coordinates.... i kwon that with the fild calculator i can know the nr of vortices is it possible to add theur coordinates automaticly??!</p>


<p dir="ltr">Thanks in advanced!!! <br>
All the best</p>
<br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br></blockquote></div>