将xml API和excel文件另存为php

时间:2018-12-03 19:41:19

标签: php excel xml

我有这段代码将xml api保存为xlsx。但是,当我保存它时,我无法在计算机上打开。但是txt doc和其他格式支持它。如何将其成功保存为xlsx文件。

<?php
$xlsx = file_get_contents("http://cbu.uz/uzc/arkhiv-kursov-valyut/xml/");
file_put_contents("currency/kurs.xlsx", $xlsx);
?>

0 个答案:

没有答案