2929[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/apache/fesod/ci.yml?style=flat-square&logo=github )] ( https://github.com/apache/fesod/actions/workflows/ci.yml )
3030[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/apache/fesod/nightly.yml?style=flat-square&logo=github&label=nightly )] ( https://github.com/apache/fesod/actions/workflows/nightly.yml )
3131[ ![ GitHub License] ( https://img.shields.io/github/license/apache/fesod?logo=apache&style=flat-square )] ( https://github.com/apache/fesod/blob/main/LICENSE )
32- ![ Maven Central Version] ( https://img.shields.io/maven-central/v/org.apache.fesod/fesod?logo=apachemaven&style=flat-square )
32+ ![ Maven Central Version] ( https://img.shields.io/maven-central/v/org.apache.fesod/fesod-sheet ?logo=apachemaven&style=flat-square )
3333[ ![ Document] ( https://img.shields.io/github/actions/workflow/status/apache/fesod/ci.yml?style=flat-square&logo=read-the-docs&label=Document )] ( https://fesod.apache.org/ )
3434[](https://deepwiki.com/apache/fesod)
3535
3636** Home: [ fesod.apache.org] ( https://fesod.apache.org ) **
37- ** Email: <a href =" mailto:dev-subscribe@fesod.apache.org " >Mail to ` dev-subscribe@fesod.apache.org ` </a > to subscribe mailing lists **
38-
37+ ** Email: <a href =" mailto:dev-subscribe@fesod.apache.org " >Mail to ` dev-subscribe@fesod.apache.org ` </a > to subscribe
38+ mailing lists **
3939
4040## Introduction
4141
42- ** Apache Fesod (Incubating)** is a high-performance and memory-efficient Java library for reading and writing spreadsheet
42+ ** Apache Fesod (Incubating)** is a high-performance and memory-efficient Java library for reading and writing
43+ spreadsheet
4344files, designed to simplify development and ensure reliability.
4445
4546Apache Fesod (Incubating) can provide developers and enterprises with great freedom and flexibility. We plan to
4647introduce more new features in the future to continually enhance user experience and tool usability. Apache Fesod (
4748Incubating) is committed to being your best choice for handling spreadsheet files.
4849
49- The name fesod(pronounced ` /ˈfɛsɒd/ ` ), an acronym for "fast easy spreadsheet and other documents" expresses the
50- project's origin, background and vision.
50+ The name fesod (pronounced ` /ˈfɛsɒd/ ` ), an acronym for "fast easy spreadsheet and other documents, " expresses the
51+ project's origin, background, and vision.
5152
5253### Features
5354
5455- ** High-performance Reading and Writing** : Apache Fesod (Incubating) focuses on performance optimization, capable of
55- efficiently handling large-scale spreadsheet data. Compared to some traditional spreadsheet processing libraries, it can
56+ efficiently handling large-scale spreadsheet data. Compared to some traditional spreadsheet processing libraries, it
57+ can
5658 significantly reduce memory consumption.
5759- ** Simplicity and Ease of Use** : The library offers a simple and intuitive API, allowing developers to easily integrate
5860 it into projects, whether for simple spreadsheet operations or complex data processing.
@@ -67,12 +69,7 @@ strongly recommend using the latest version of Apache Fesod (Incubating), as per
6769new features in the latest version will enhance your experience.
6870
6971> Currently, Apache Fesod (Incubating) uses POI as its underlying package. If your project already includes POI-related
70- > components, you
71- > will need to manually exclude POI-related jar files.
72-
73-
74- > We are currently preparing for the first release under the Apache Incubator. Current releases were non-Apache
75- > releases. You can see previous version in this link: https://fesod.apache.org/docs/quickstart/guide/
72+ > components, you will need to manually exclude POI-related jar files.
7673
7774### Maven
7875
@@ -82,7 +79,7 @@ If you are using Maven for project building, add the following configuration in
8279
8380<dependency >
8481 <groupId >org.apache.fesod</groupId >
85- <artifactId >fesod</artifactId >
82+ <artifactId >fesod-sheet </artifactId >
8683 <version >version</version >
8784</dependency >
8885```
@@ -93,7 +90,7 @@ If you are using Gradle for project building, add the following configuration in
9390
9491``` gradle
9592dependencies {
96- implementation 'org.apache.fesod:fesod:version'
93+ implementation 'org.apache.fesod:fesod-sheet :version'
9794}
9895```
9996
0 commit comments