php匯出word文件,如何設定紙張格式?

WBOY
發布: 2016-10-22 00:14:18
原創
1515 人瀏覽過

<code>header('Content-type: application/octet-stream');
header("Content-Disposition: attachment; filename=\"路浩内部电话表.doc\"");</code>
登入後複製
登入後複製

?>

<code><!DOCTYPE html>
<html >
<head>
    <meta charset="UTF-8">
    <title>电话表</title>
    <style>
        th, .bm
        {
            font-family: SimHei;
            padding: 5px;
        }
        td
        {
            font-family: FangSong_GB2312;
            font-size: 14px;
            padding: 5px;
        }
        .num
        {
            font-family: 'Times New Roman';
            font-size: 14px;
            padding: 5px;
        }
    </style>
</head>
<body>
    <table border="1" cellpadding="0" cellspacing="0" align="center">
        <caption align="center" style="font-size:24px;padding:15px;font-family: SimHei;">内部电话表</caption>
        <tr>
            <th style="width:150px">部门</th>
            <th style="width:150px">职务</th>
            <th style="width:100px">姓名</th>
            <th style="width:150px">分机</th>
            <th style="width:150px">直拨号</th>
            <th style="width:150px">邮箱</th>
        </tr>
        <tr>
            <th style="width:150px">流程部</th>
            <th style="width:150px">代理人</th>
            <th style="width:100px">张三</th>
            <th style="width:150px">1827</th>
            <th style="width:150px">0302</th>
            <th style="width:150px">7129@qq.com</th>
        </tr>
    </table>
</body>
</html>


</code>
登入後複製
登入後複製

運行匯出檔案後效果如下圖:
php匯出word文件,如何設定紙張格式?
現在想要如下的效果,也就是設定成紙張的格式。該什麼做呢?
php匯出word文件,如何設定紙張格式?

回覆內容:

<code>header('Content-type: application/octet-stream');
header("Content-Disposition: attachment; filename=\"路浩内部电话表.doc\"");</code>
登入後複製
登入後複製

?>

<code><!DOCTYPE html>
<html >
<head>
    <meta charset="UTF-8">
    <title>电话表</title>
    <style>
        th, .bm
        {
            font-family: SimHei;
            padding: 5px;
        }
        td
        {
            font-family: FangSong_GB2312;
            font-size: 14px;
            padding: 5px;
        }
        .num
        {
            font-family: 'Times New Roman';
            font-size: 14px;
            padding: 5px;
        }
    </style>
</head>
<body>
    <table border="1" cellpadding="0" cellspacing="0" align="center">
        <caption align="center" style="font-size:24px;padding:15px;font-family: SimHei;">内部电话表</caption>
        <tr>
            <th style="width:150px">部门</th>
            <th style="width:150px">职务</th>
            <th style="width:100px">姓名</th>
            <th style="width:150px">分机</th>
            <th style="width:150px">直拨号</th>
            <th style="width:150px">邮箱</th>
        </tr>
        <tr>
            <th style="width:150px">流程部</th>
            <th style="width:150px">代理人</th>
            <th style="width:100px">张三</th>
            <th style="width:150px">1827</th>
            <th style="width:150px">0302</th>
            <th style="width:150px">7129@qq.com</th>
        </tr>
    </table>
</body>
</html>


</code>
登入後複製
登入後複製

運行匯出檔案後效果如下圖:
php匯出word文件,如何設定紙張格式?
現在想要如下的效果,也就是設定成紙張的格式。該什麼做呢?
php匯出word文件,如何設定紙張格式?

你這個是空doc範本 表格啥的都是寫入的自己?
這個好像可以做好doc模板 然後表格的內容寫變數名 然後寫入資料即可 具體你可以查查

php匯出word文件,如何設定紙張格式?

相關標籤:
php
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板