① linux 下如何调用 WPS的Api
1、打开wps、txt
String str[] ={"/bin/sh","-c","wps "+path};
Runtime.getRuntime().exec(str);
② 如何在linux系统上安装WPS
工具/原料
linux
wps
方法/步骤
#sudo apt-get update&&sudo apt-get dist-upgrade -y注:更新你的LINUX源,让你的系统达到最内新
#sudo apt-get install wps-office
注:下载并安装wps-office
#wps
注:就能运行容WPS软件
③ 如何在linux上安装WPS
下面就讲解如何安装linux版wps,方法/步骤:
1、#sudo apt-get update&&sudo apt-get dist-upgrade -y
注:更新LINUX源,让系统达到最新。
2、#sudo apt-get install wps-office
注:下载并安装回wps-office。
3、#wps
注:就能运行答WPS软件。