https://github.com/akkuman/headless-wps
run [wps](https://linux.wps.cn/) in headless docker
https://github.com/akkuman/headless-wps
excel headless office ppt word wps
Last synced: 4 months ago
JSON representation
run [wps](https://linux.wps.cn/) in headless docker
- Host: GitHub
- URL: https://github.com/akkuman/headless-wps
- Owner: akkuman
- Created: 2023-08-02T08:05:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T03:16:36.000Z (9 months ago)
- Last Synced: 2025-09-19T04:23:15.320Z (9 months ago)
- Topics: excel, headless, office, ppt, word, wps
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 22
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headless-WPS
[中文版本](./README_CN.md)
run [wps](https://linux.wps.cn/) in headless docker
## Intro
the base image of this image(`akkuman/headless-wps`) is `debian:bullseye-slim`
[blog article](https://hacktech.cn/2023/08/02/2023-08-02-docker-%E4%B8%AD%E4%BD%BF%E7%94%A8-pywpsrpc/)
If you want to use wine msoffice2010, you can try [docker-msoffice2010-python](https://github.com/akkuman/docker-msoffice2010-python), but after my test, this is not stable enough, and it gets stuck regularly for unknown reasons
## Usage
You can use this image as a base image for other image
### example
look at the [example](example)
## References
- [pywpsrpc](https://github.com/timxx/pywpsrpc)