Share - Export to Excel. What method?

There is a function on the part item type (might be on several) that is share, under share there is the export to excel.

However I fail to understand what method is called.

The reason for my question is that I want to copy it and change it to fit my purpose.

  • Which "export to excel" do you mean? The OOTB one is for example:

    aras.export2Office(gridXmlCallback, 'export2Excel', undefined, workerFrame.itemTypeName);

    This one exports what you see in the grid with a helper script in the codetree for the layout.

    If you want to build custom excel reports I wouldn´t start with this one, cause there are better Report options. And there are even better to come in Innovator 24+.