gpt4 book ai didi

php - 使用 PHP 制作 html 表格以实现 excel

转载 作者:行者123 更新时间:2023-12-03 22:29:21 25 4
gpt4 key购买 nike

我已经寻找其他类似问题的答案,但没有看到有用的..

我有一个用 php 从 mysql 数据库生成的 html 表。我在我的 php 文件中使用此片段保存为 Excel

$file="program.xls";header('Content-Type: text/html');$table = $_POST['tablehidden'];//i get this from another php file.It is HTML tableheader("Content-type: application/x-msexcel"); //tried adding  charset='utf-8' into headerheader("Content-Disposition: attachment; filename=$file");echo $table;
  1. 到目前为止一切都还好。但是当我保存这个时,我遇到了字符问题,并尝试将 charset='utf-8' 添加到我的标题中,我不知道,但它不起作用。
  2. 我的表格带有 HTML 样式,但是当涉及到 Excel 时,它丢失了在 css 中实现的样式。

如何解决字符集和样式问题?我查看了 phpexcel,但找不到直接包含表格的方法。

最佳答案

我个人会使用 PHP Excel 生成类来制作 Excel 文件。您可以在这里找到一个名为 PHPExcel 的好工具:http://phpexcel.codeplex.com/

关于php - 使用 PHP 制作 html 表格以实现 excel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4600212/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com