Passer au contenu

Exports all observation data stored in the obs_data slot of a user_data object into a new Excel file. Existing "data_*" sheets are replaced, and new ones are added. The resulting file is saved in the Downloads folder with an automatically generated timestamp in the filename. The function also updates the internal Excel file path and logs all export operations in the traceability system.

Utilisation

export_data_sheets(self)

Arguments

self

A user_data R6 object containing observation data and the active Excel file path.

Valeur de retour

Invisibly returns the full path to the exported Excel file.