Extract datas in a form (excel or anything else)

Hi,
I’m looking for a solution, in order to “extract” my QFIELD datas in an Excel table.
More precisely, I don’t wan’t to open a SHAPE in QGIS, and copy/paste the datas in excel.
I need an easier solution, if possible directely in QFIELD.

Do you think it’s possible ?
Thanks !


Imported from GitHub discussion by @Benjamin68650 on 2024-02-16T15:16:03Z

Hi,
In Qgis you can export your layer directly in Excel format (Layer > Save as… > Format : MS Office Open XML spreadsheet [XLSX])
You can either use an existing export script (in Qgis, Toolbox > Layer tools > Export to spreadsheet) or create yours to be more effective (and use it with a custom button).
In QField, you can mainly load and gather data. You can just export in PDF (more graphic maps than raw datas but remain doable).


Imported from GitHub comment by @VxTedxV on 2024-02-16T15:57:51Z

thanks a lot :wink:


Imported from GitHub comment by @Benjamin68650 on 2024-02-16T16:20:29Z