univer-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.autoffice</groupId>
<artifactId>univer-lib</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.autoffice</groupId>
<artifactId>univer-lib</artifactId>
<version>1.0.0</version>
<name>univer-lib</name>
<description>Java library for high-fidelity bidirectional conversion between xlsx files and Univer Sheets IWorkbookData JSON snapshots. Univer Sheets 的 Java 工具库,支持 xlsx 与 IWorkbookData 的无损互转。</description>
<url>https://github.com/autoffice/univer-lib</url>
<inceptionYear>2026</inceptionYear>
<organization>
<name>AutOffice</name>
<url>https://github.com/autoffice</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>HelloAldis</id>
<name>HelloAldis</name>
<email>hello.aldis@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://git@github.com/autoffice/univer-lib.git</connection>
<developerConnection>scm:git:https://git@github.com/autoffice/univer-lib.git</developerConnection>
<url>https://github.com/autoffice/univer-lib</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/autoffice/univer-lib/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>