# fesod **Repository Path**: c9567/fesod ## Basic Information - **Project Name**: fesod - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-17 - **Last Updated**: 2026-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[](https://github.com/apache/fesod/actions/workflows/ci.yml) [](https://github.com/apache/fesod/actions/workflows/nightly.yml) [](https://github.com/apache/fesod/blob/main/LICENSE)  [](https://fesod.apache.org/) [](https://deepwiki.com/apache/fesod) **Home: [fesod.apache.org](https://fesod.apache.org)** **Email: Mail to `dev-subscribe@fesod.apache.org` to subscribe mailing lists** ## Introduction **Apache Fesod (Incubating)** is a high-performance and memory-efficient Java library for reading and writing spreadsheet files, designed to simplify development and ensure reliability. Apache Fesod (Incubating) can provide developers and enterprises with great freedom and flexibility. We plan to introduce more new features in the future to continually enhance user experience and tool usability. Apache Fesod ( Incubating) is committed to being your best choice for handling spreadsheet files. The name fesod (pronounced `/ˈfɛsɒd/`), an acronym for "fast easy spreadsheet and other documents," expresses the project's origin, background, and vision. ### Features - **High-performance Reading and Writing**: Apache Fesod (Incubating) focuses on performance optimization, capable of efficiently handling large-scale spreadsheet data. Compared to some traditional spreadsheet processing libraries, it can significantly reduce memory consumption. - **Simplicity and Ease of Use**: The library offers a simple and intuitive API, allowing developers to easily integrate it into projects, whether for simple spreadsheet operations or complex data processing. - **Stream Operations**: Apache Fesod (Incubating) supports stream reading, minimizing the problem of loading large amounts of data at once. This design is especially important when dealing with hundreds of thousands or even millions of rows of data. ## Installation Apache Fesod (Incubating) requires **Java 1.8** or later. Using the latest LTS release of Java is encouraged. We strongly recommend using the latest version of Apache Fesod (Incubating), as performance optimizations, bug fixes, and new features in the latest version will enhance your experience. > Currently, Apache Fesod (Incubating) uses POI as its underlying package. If your project already includes POI-related > components, you will need to manually exclude POI-related jar files. ### Maven If you are using Maven for project building, add the following configuration in the `pom.xml` file: ```xml