I have seen all the questions for how to export an attribute table to Excel from QGIS, and I try all the answers like copy paste, CSV (in fact this I do not know where to find), but none seems to be the right answer.
Can anyone help me?
Answer
UPDATE 13.10.2016:
Right click on the layer in the Table of Contents (aka. legend or layer tree) and open the Save As...
dialog.
Once there, click on the Format
option list and choose MS Office Open XML spreadsheet [XLSX]
.
Note that you also have an option for Libre Office files: Open Document spreadsheet [ODS]
.
I'm using QGIS v.2.14.4
PREVIOUS ANSWER (still valid):
Install the XY Tools plugin by Richard Duivenvoorde.
Select a vector file from the ToC (that is, make it active).
Go to
Vector->XY tools->Save attribute table as Excel file
.
You would need the Python library xlw installed for doing so.
No comments:
Post a Comment