使用 codeigniter 导出 MS Word 文档?
使用 codeigniter 导出 MS Word 文档 关于如何编码有任何想法或教程吗?谢谢
exporting MS word documents using codeigniter any idea or tutorial on how to code? thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:
Try this:
您可以先尝试此方法导出 Excel 和 Word 数据,
然后制作控制器
像这样
在这样的视图中放置一个您想要下载的链接
,这可能是您的 Excel 数据视图
和 Word 数据的代码
you may try this for excel and word export data
first you make controller
this like this
put a link from where you want to download in a view like this
and this may your view for excel data
and this code for word data