边框【Borders.LineStyle = 1】
ExcelSheet.Range(ExcelSheet.Cells(1, 1), ExcelSheet.Cells(DataGrid.Rows,13)).Borders.LineStyle = 1
数值格式【"#,##0.00_ "】
ExcelSheet.Range(ExcelSheet.Cells(2, 5), ExcelSheet.Cells(DataGrid.Rows, 5)).NumberFormatLocal = "#,##0.00_ "
文本格式【"@"】
ExcelSheet.Range(ExcelSheet.Cells(2, 3), ExcelSheet.Cells(DataGrid.Rows, 3)).NumberFormatLocal = "@"