License |
License |
---|---|
GroupId | GroupIdcom.github.xiaoyuge5201 |
ArtifactId | ArtifactIdpreview_office |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpreview_office
Office文件预览,包括excel、pdf、ppt以及word;该包主要是将Office内容转化为html格式!
|
Filename | Size |
---|---|
preview_office-1.1.1.pom | |
preview_office-1.1.1.jar | 19 KB |
preview_office-1.1.1-sources.jar | 12 KB |
preview_office-1.1.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaoyuge5201/preview_office/ -->
<dependency>
<groupId>com.github.xiaoyuge5201</groupId>
<artifactId>preview_office</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/preview_office/
implementation 'com.github.xiaoyuge5201:preview_office:1.1.1'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/preview_office/
implementation ("com.github.xiaoyuge5201:preview_office:1.1.1")
'com.github.xiaoyuge5201:preview_office:jar:1.1.1'
<dependency org="com.github.xiaoyuge5201" name="preview_office" rev="1.1.1">
<artifact name="preview_office" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='preview_office', version='1.1.1')
)
libraryDependencies += "com.github.xiaoyuge5201" % "preview_office" % "1.1.1"
[com.github.xiaoyuge5201/preview_office "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | 2.0.4.RELEASE |
org.apache.poi : poi-scratchpad Optional | jar | 3.14 |
org.apache.poi : poi-ooxml Optional | jar | 3.14 |
fr.opensagres.xdocreport : xdocreport Optional | jar | 1.0.6 |
org.apache.poi : poi-ooxml-schemas Optional | jar | 3.14 |
org.apache.poi : ooxml-schemas Optional | jar | 1.3 |
org.jsoup : jsoup Optional | jar | 1.11.3 |
org.apache.commons : commons-io Optional | jar | 1.3.2 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.4.RELEASE |
cn.afterturn : easypoi-base Optional | jar | 4.0.0 |
cn.afterturn : easypoi-web Optional | jar | 4.0.0 |
cn.afterturn : easypoi-annotation Optional | jar | 4.0.0 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |