在excel中以正确的编码导出UTF-8数据
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在excel中以正确的编码导出UTF-8数据相关的知识,希望对你有一定的参考价值。
If you want to export some utf-8 data into csv/tsv that will be readable by excel with correct encoding you must add special non vissable characters at the begining of file
<?php $data = "Some utf-8 characters ąćżźćł" //these characters will make correct encoding to excel ?>
以上是关于在excel中以正确的编码导出UTF-8数据的主要内容,如果未能解决你的问题,请参考以下文章
哪种编码可以在 Mac 和 Windows 上使用 Excel 正确打开 CSV 文件?
在 AngularJS 中以 CSV、Excel、PDF 格式导出数据