《PHP學(xué)習(xí):php通過(guò)baihui網(wǎng)API實(shí)現(xiàn)讀取word文檔并展示》要點(diǎn):
本文介紹了PHP學(xué)習(xí):php通過(guò)baihui網(wǎng)API實(shí)現(xiàn)讀取word文檔并展示,希望對(duì)您有用。如果有疑問(wèn),可以聯(lián)系我們。
PHP實(shí)戰(zhàn)項(xiàng)目中遇到一個(gè)小問(wèn)題,想實(shí)現(xiàn)php 如何讀取word文檔,并將其內(nèi)容原樣顯示
PHP實(shí)戰(zhàn)可以 使用API 可以看看baihui.com 的寫寫應(yīng)用 的API
PHP實(shí)戰(zhàn)申請(qǐng)一個(gè) APPKEY 就能使用,你可以看看 ... 對(duì)免費(fèi)版本有限制
PHP實(shí)戰(zhàn)比如 excel 支持,可以參考我這個(gè) appkey是我申請(qǐng)的,可以使用吧 ...
保留成本地的一個(gè)html文件 打開后直接使用
PHP實(shí)戰(zhàn)word 的類似
PHP實(shí)戰(zhàn)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>測(cè)試百會(huì)格格遠(yuǎn)程API</title>
</head>
<body>
<form action="http://gege.baihui.com/remotedoc.im?apikey=079c6475174c7a46351260ed35e54ecd&output=editor" target="_self" enctype="multipart/form-data" method="post">
上傳文件: <input type="file" name="content" site="38"/>
<input type="hidden" name="filename" value="my.xls,my.xlsx" />
<input type="hidden" name="saveurl" value="http://vai.com" />
<input type="hidden" name="id" value="21012145" />
<input type="hidden" name="format" value="xlsx" />
<input type="hidden" name="persistence" value="true" />
<input type="submit" value="提交" />
</form>
</body>
</html>
PHP實(shí)戰(zhàn)以上所述便是本文的全部?jī)?nèi)容了,希望大家能夠喜歡.
維易PHP培訓(xùn)學(xué)院每天發(fā)布《PHP學(xué)習(xí):php通過(guò)baihui網(wǎng)API實(shí)現(xiàn)讀取word文檔并展示》等實(shí)戰(zhàn)技能,PHP、MYSQL、LINUX、APP、JS,CSS全面培養(yǎng)人才。
轉(zhuǎn)載請(qǐng)注明本頁(yè)網(wǎng)址:
http://www.fzlkiss.com/jiaocheng/10072.html