开发者

nodejs equivalent of PHPlivedocx?

开发者 https://www.devze.com 2023-02-20 22:41 出处:网络
I was wond开发者_StackOverflow中文版ering if there is a nodejs equivalent of PHPlivedocx. Is there any open-source alternative to read MS office docs (docx,pptx,xlsx) in nodejs (what about PHP?). I wa

I was wond开发者_StackOverflow中文版ering if there is a nodejs equivalent of PHPlivedocx. Is there any open-source alternative to read MS office docs (docx,pptx,xlsx) in nodejs (what about PHP?). I want to integrate it with a large scalable web app.


PHPlivedocx it's a wrapper to call the SOAP api of LiveDocX. I think you could just use a SOAP library for node.js to call the same service.


A new node module has just been released. See https://github.com/kingsquare/node-livedocx .

0

精彩评论

暂无评论...
验证码 换一张
取 消