Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)