Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/skills/fastexcel-to-fesod/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ with deprecation warnings. It is always safe to stop here first and run tests.
In `pom.xml`, find the FastExcel dependency block:

```xml

<dependency>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
Expand All @@ -80,7 +79,6 @@ In `pom.xml`, find the FastExcel dependency block:
Replace it with:

```xml

<dependency>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-sheet</artifactId>
Expand All @@ -91,7 +89,6 @@ Replace it with:
Also remove the FastExcel version property if it exists, e.g.:

```xml

<fastexcel.version>1.3.0</fastexcel.version>
```

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ new features in the latest version will enhance your experience.
If you are using Maven for project building, add the following configuration in the `pom.xml` file:

```xml

<dependency>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-sheet</artifactId>
Expand Down
1 change: 0 additions & 1 deletion website/docs/quickstart/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ available versions in the [Maven Central Repository](https://mvnrepository.com/a
If you are using Maven for project building, add the following configuration in the `pom.xml` file:

```xml

<dependency>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-sheet</artifactId>
Expand Down
1 change: 0 additions & 1 deletion website/docs/sheet/read/spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ parse the data.
Ensure the necessary dependencies are included in your pom.xml file:

```xml

<dependency>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Apache Fesod(Incubating) 使用了以下核心依赖:
如果您使用 Maven 进行项目构建,请在 `pom.xml` 文件中引入以下配置:

```xml

<dependency>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-sheet</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ title: '与 Spring 集成'
确保在 pom.xml 文件中包括必要的依赖项:

```xml

<dependency>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod</artifactId>
Expand Down
Loading