php header 导出,不生成excle的head,为什么php用header导出的Excel表格后面会跟上好多代码???怎么解决??...

"; //边框

echo"

";

echo "

ID

";

echo "

异常时间

";

echo "

异常地点

";

echo "

详细内容

";

echo "

提交人

";

echo "

提交时间

";

echo "

";

................

?>

c#后台插入数据另存为excel到本地,不将生成的excel保存到服务器,如何实现另存本地

public virtual void DownloadData( string html,string tableName)

{

// HttpContext.Current.Response.Charset = "gb2312";

HttpContext .Current.Response.ContentType = "application/excel";

HttpContext.Current.Response.AddHeader("content-disposition", "inline; filename=" DateTime .Now.ToShortDateString () ".xls");

HttpContext.Current.Response.Write(html);

HttpContext.Current.Response.Flush();

HttpContext.Current.Response.End();

//string html = "";

//html = "\n";

//html = "\n";

//html = "" tableName "\n";

//html = "\n";

//html = "\n";

//html = "

\n";

//html = "

\n";

//for (int i = 0; i < colName.Length; i )

//{

// string col = colName[i];

// if (!data.Columns.Contains(col))

// continue;

// html = "

";

// html = col;

// html = "

\n";

//}

//html = "

\n";

//for (int i = 0; i < data.Rows.Count; i )

//{

// html = "

\n";

// for (int j = 0; j < colName.Length; j )

// {

// string col = colName[j];

// if (!data.Columns.Contains(col))

// continue;

// html = "

";

// html = data.Rows[i][col].ToString();

// html = "

\n";

// }

// html = "

\n";

//}

//html = "

\n";

//html = "\n";

//html = "\n";

}

为什么php用header导出的Excel表格后面会跟上好多代码???怎么解决??

因为header后,所有的输出都会被写进excel里,保证header后只输出需要的值就行。加个exit;

请问kettle工具如何在导出EXCLE文件的时候,增加判断如果查询的结果没有数据就不导出,也不生成文件?急

加一个过滤组件啊 源数据查询记录数0 就走导出EXCEL数据流 =0 就dummy

网页导出excel 导出后文件没有后缀。用了serHeader 和 addHeader 都不行

文件夹选项里面 查看 隐藏已知文件类型的扩展名 那个勾去掉试试呢

微信扫一扫,分享到朋友圈

158026.html

837a77796af2a407347398516049af82.png

Excel百科微信:pbi365

Copright © 2020 Excel百科 All Rights Reserved. 粤ICP备13050212号

站点地图

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值