示例#1
0
        private string ExportTrackingMonths()
        {
            var docFileName = "月统计.csv";
            var filePath    = PathUtils.GetTemporaryFilesPath(docFileName);

            ExcelObject.CreateExcelFileForTrackingMonths(filePath, PublishmentSystemId);

            return(docFileName);
        }