I am actually playing around with the Excel Exporter formats and it seems pretty straightforward. However, in the part of the code that field values are written to cells, I cannot find how to get custom fields. Can anyone point me to the right source code or documentation? Thanks!
To be exact, I am looking at [[ https://github.com/phacility/phabricator/blob/master/src/applications/maniphest/export/ManiphestExcelDefaultFormat.php | phabricator/src/applications/maniphest/export/ManiphestExcelDefaultFormat.php ]]
I tried to do my homework by going through the source code for query and viewer, with no luck...