我对这个脚本php转换器感到困惑:
<?php header("Cache-Control: no-cache, no-store, must-revalidate");
header("Content-Type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=test.xls"); ?>并在转换为test.xls之后

我想这样做,颜色和输出一样的export.php

使用颜色、边框和正确的位置。
发布于 2013-09-06 14:28:13
https://stackoverflow.com/questions/18651141
复制相似问题