【问题标题】:Converting exc file to php file?将exc文件转换为php文件?
【发布时间】:2014-04-16 19:09:12
【问题描述】:

我正在制作一些多语言网站,并希望使用如下所示的 excel 文件

我想像这样转换成php文件

$text1='What do "you" think';
$text2='About';
$text3='Home';
$text4='Contact';

是否有可能在上传时将 exce 文件转换为 .php 文件?

【问题讨论】:

标签: php xml excel type-conversion


【解决方案1】:

也许您可以先将其导出为 .txt 文件,检查:http://office.microsoft.com/en-us/excel-help/import-or-export-text-txt-or-csv-files-HP010099725.aspx#BMexport

然后做一些编码来格式化它们,祝你好运。 ;-)

【讨论】:

    猜你喜欢
    • 2011-06-22
    • 2010-12-23
    • 2021-04-23
    • 1970-01-01
    • 2012-02-11
    • 1970-01-01
    • 1970-01-01
    • 2011-10-17
    • 2021-10-19
    相关资源
    最近更新 更多