>首先 安装 phpword: composer require phpoffice/phpword
`
~~~
/**
* @author: Jackhhy
* @date: 2019/12/28 0028
* @name: export
* @describe:内容文本导出word下载和保存到本地
*/
public function export(){
$str='需要导出到word的字符串';
$phpWord=new PhpWord(); //实例化
//调整页面样式
$sectionStyle = array('orientation' => null,
'marginLeft' => 400,
'marginRight' => 400,
'marginTop' => 400,
'marginBottom' => 400);
$section = $phpWord->addSection($sectionStyle);
//添加页眉
$header=$section->addHeader();
$k=$header->addTextRun();
//页眉添加一张图片
$k->addImage(ROOT_PATH.'public'.DS_PROS."jrkadmin/admin/images/a.jpg",array(
'width' => '100%',
'height' => 60,
'marginTop' => -1,
'marginLeft' => 1,
'wrappingStyle' => 'behind',
));
//添加页脚
$footer = $section->addFooter();
$f=$footer->addTextRun();
$f->addImage(ROOT_PATH.'public'.DS_PROS."jrkadmin/admin/images/a.jpg",array(
'width' => 580,
'height' => 140,
'marginTop' => -1,
'marginLeft' => 1,
'wrappingStyle' => 'behind',
));
$footer->addPreserveText('Page {PAGE} of {NUMPAGES}.',array('align'=>'center'));
$section->addText(
'标题',
array('name' => '黑体', 'size' => 15),
array('align'=>'center')
);
//添加换行符
$section->addTextBreak(2);
//添加文本
$section->addText(
$str,
array('name' => 'Arial', 'size' => 13),
array('lineHeight'=>1.5,'indent'=>1)
);
/*直接下载文档*/
//$tk=parent::makeToken();
$name=time().".docx"; //文件名称
$phpWord->save($name,"Word2007",true);
/*保存文档到本地*/
/* $objwrite =IOFactory::createWriter($phpWord);
$t = date("Ymd", time());
$pk = md5($t);//
//保存的路径和中文名称适应
$dir = iconv("UTF-8", "GBK", ROOT_PATH.'public'.DS_PROS.'uploads'.DS."save/".$t);
if (!file_exists($dir)) {
@mkdir($dir, 0777, true);
}
$pa = "save/".$t."/".$pk.".docx";
$objwrite->save(ROOT_PATH.'public'.DS_PROS.'uploads'.DS_PROS.$pa);
$this->success("", '', 'http://www.scirobot.com.cn/public/uploads/'.$pa);*/
exit();
}
~~~
`
- 空白目录
- thinkphp5
- tools-常用类库
- redis类库
- Excel类库
- File文件操作类库
- Http请求类库
- Maile邮件发送
- Hooks行为钩子
- 七牛云
- 随机数和字符串生成
- 字符串处理
- 时间类处理
- tree型转换
- 工具类库
- 文件打包下载
- 常用功能
- 文件上传
- php生成word文档
- elasticsearch 基本搜索
- 使用jwt开发API接口
- 安装模及搭建
- ApiCheck.php
- ApiCheckLogin.php
- common.php
- Login.php
- Comment.php
- 汉字转拼音
- 安装使用
- Pinyin类
- elasticsearch操作
- 常用方法
- 数据源生成layui-select
- 获取自定义配置项
- 百度编辑器
- 格式化文件大小
- 多语言设置
- hook监听
- 域名绑定到模块
- thinkphp6
- 文件上传
- tp5totp6
- 创建路径
- 获取类所有方法
- password_hash加密验证
- 生成 qrcode
- 邮件发送
- 获取QQ信息
- GoogleAuthenticator
- redis限流
- redis 加锁
- 百度翻译
- QueryList爬取数据
- 获取时间类
- 命令
- Git常用命令
- easyswoole
- pix_qrcode
- 验证 cpf,cnpj
- php常用方法
- 日志
- 卡通头像
- 两位小数
- 图片转base64
- auth加密解密
- phpoffice/phpspreadsheet导入导出
- fastadmin
- 树结构
- 单选框
- 复选框
- 二级搜索
- select选择框
- selectpage选中回调事件
- 标签添加
- 修改where条件
- 表格列表中添加input框
- selectpage事件
- fieldlist
- js操作
- test_js
- 多表格
- template模板