Exemple #1
0
        private static void ExportReport(ExportArguments arguments)
        {
            var config = ConfigHelper.GetConfig(arguments.ConfigFilePath);
            var export = new Export(config);

            export.AsExcel();
        }