I am currently exporting some data to excel using
execute_unload "file.gdx",data1;
execute 'gdxxrw.exe file.gdx o=excelFile.xlsx par=data1 rng=sheet1! rdim=1 cdim=1';
Which creates a table containing data1's values in excelFile.xlsx in the sheet 'sheet1'. Is there a nice way to export the documental information associated with the parameter data1?