Exemplo n.º 1
0
        public void Export()
        {
            var excelFile = ExcelExportHelper.Export(this);

            if (File.Exists(excelFile))
            {
                Process.Start(excelFile);
            }
        }