Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyqwst/printserver
office convert to html
https://github.com/zyqwst/printserver
Last synced: about 2 months ago
JSON representation
office convert to html
- Host: GitHub
- URL: https://github.com/zyqwst/printserver
- Owner: zyqwst
- Created: 2017-03-18T07:52:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T02:36:48.000Z (over 7 years ago)
- Last Synced: 2024-10-11T12:12:38.950Z (3 months ago)
- Language: Java
- Homepage: http://www.jianshu.com/p/5f2288c2dda6
- Size: 34 MB
- Stars: 16
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MS Office 转换成HTML,网页预览
### 1.说明
支持从doc/docx/xls/xlsx转换为html,灰常适合office预览的需求。master分支已经封装完成,office转换html的jar包是 **office-html.jar**### 2.代码演示
```
ConvertFacade.convert(officePath,htmlPath);
```### 3.效果演示
**Demo页面**
![Demo页面预览](https://github.com/zyqwst/PrintServer/blob/master/screenshot/blank.png)**Excel转换预览**
![Excel转换预览](https://github.com/zyqwst/PrintServer/blob/master/screenshot/excel.png)**Word转换预览**
![Word转换预览](https://github.com/zyqwst/PrintServer/blob/master/screenshot/word.png)