文件名称:C# dt拼接成html的table以及有合计.pdf
文件大小:228KB
文件格式:PDF
更新时间:2022-09-10 10:31:32
合计
StringBuilder Content = new StringBuilder();
Content.Append("Dear Financial Team,");
Content.Append("
");
Content.Append("Pls release SO as soon as possible. Any blocking point please highlight timely. Thanks");
TCL.Common.DB_export dbExprot = new TCL.Common.DB_export();
string getMainContent = dbExprot.GetDataTableToHtml(dt);
Content.Append(getMainContent);
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<html
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<form id="form1" runat="server">