:::

2-5 套樣板的phpWord用法

  1. 樣板檔:https://campus-xoops.tn.edu.tw/uploads/tad_book3/file/Sample_07_TemplateCloneRow.docx
  2. 程式:
    <?php
    require 'vendor/autoload.php';
    
    $templateProcessor = new \PhpOffice\PhpWord\TemplateProcessor('Sample_07_TemplateCloneRow.docx');
    // Variables on different parts of document
    $templateProcessor->setValue('weekday', date('l')); // On section/content
    $templateProcessor->setValue('time', date('H:i')); // On footer
    $templateProcessor->setValue('serverName', realpath(__DIR__)); // On header
    // Simple table
    $templateProcessor->cloneRow('rowValue', 10);
    $templateProcessor->setValue('rowValue#1', 'Sun');
    $templateProcessor->setValue('rowValue#2', 'Mercury');
    $templateProcessor->setValue('rowValue#3', 'Venus');
    $templateProcessor->setValue('rowValue#4', 'Earth');
    $templateProcessor->setValue('rowValue#5', 'Mars');
    $templateProcessor->setValue('rowValue#6', 'Jupiter');
    $templateProcessor->setValue('rowValue#7', 'Saturn');
    $templateProcessor->setValue('rowValue#8', 'Uranus');
    $templateProcessor->setValue('rowValue#9', 'Neptun');
    $templateProcessor->setValue('rowValue#10', 'Pluto');
    $templateProcessor->setValue('rowNumber#1', '1');
    $templateProcessor->setValue('rowNumber#2', '2');
    $templateProcessor->setValue('rowNumber#3', '3');
    $templateProcessor->setValue('rowNumber#4', '4');
    $templateProcessor->setValue('rowNumber#5', '5');
    $templateProcessor->setValue('rowNumber#6', '6');
    $templateProcessor->setValue('rowNumber#7', '7');
    $templateProcessor->setValue('rowNumber#8', '8');
    $templateProcessor->setValue('rowNumber#9', '9');
    $templateProcessor->setValue('rowNumber#10', '10');
    // Table with a spanned cell
    $templateProcessor->cloneRow('userId', 3);
    $templateProcessor->setValue('userId#1', '1');
    $templateProcessor->setValue('userFirstName#1', 'James');
    $templateProcessor->setValue('userName#1', 'Taylor');
    $templateProcessor->setValue('userPhone#1', '+1 428 889 773');
    $templateProcessor->setValue('userId#2', '2');
    $templateProcessor->setValue('userFirstName#2', 'Robert');
    $templateProcessor->setValue('userName#2', 'Bell');
    $templateProcessor->setValue('userPhone#2', '+1 428 889 774');
    $templateProcessor->setValue('userId#3', '3');
    $templateProcessor->setValue('userFirstName#3', 'Michael');
    $templateProcessor->setValue('userName#3', 'Ray');
    $templateProcessor->setValue('userPhone#3', '+1 428 889 775');
    
    header('Content-Type: application/vnd.ms-word');
    header("Content-Disposition: attachment;filename=新檔名.docx");
    header('Cache-Control: max-age=0');
    $templateProcessor->saveAs('php://output');

     


:::

書籍目錄

展開 | 闔起

http%3A%2F%2Fcampus-xoops.tn.edu.tw%2Fmodules%2Ftad_book3%2Fpage.php%3Ftbsn%3D36%26tbdsn%3D1340

計數器

今天: 2741274127412741
昨天: 3438343834383438
總計: 7393070739307073930707393070739307073930707393070