I want to replicate the kernel call to the performPushAndFormatting method that occurs when we click on the export button to excel in a grid.
I want to duplicate the SysGridExportToExcel class to export all the grid that has a form in several tabs of the same excel.
By using the tasks of selecting and copying I managed to make the call by code. but I still have to fill in the 3 containers that the method receives and that fill the kernel, does anyone know how it generates them?
_moneyColumns,
_columnAlignments,
_formatColumns
public static void performPushAndFormatting(container _moneyColumns, container _columnAlignments, container _formatColumns, int _numberOfRows)
*This post is locked for comments