# fastexcel **Repository Path**: f1818/fastexcel ## Basic Information - **Project Name**: fastexcel - **Description**: fastexcel镜像(gitee加速)(非官方) 加入Apache后改名为 Apache Fesod 同步于:https://github.com/apache/fesod 文档地址:https://fesod.apache.org/zh-cn/ 文档地址:https://readmex.com/fast-excel/fastexcel - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 27 - **Forks**: 4 - **Created**: 2024-12-06 - **Last Updated**: 2025-11-11 ## 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) **官网: [fesod.apache.org](https://fesod.apache.org)** **邮件: 发送至 ```dev-subscribe@fesod.apache.org```** 订阅邮件列表 ## 简介 **Apache Fesod (Incubating)** 是一个高性能、内存高效的 Java 库,用于读写 Excel 文件,旨在简化开发并确保可靠性。 Apache Fesod (Incubating) 可以为开发者和企业提供极大的自由度和灵活性。我们计划在未来引入更多新功能,以持续提升用户体验和工具可用性。Apache Fesod (Incubating) 致力于成为您处理 Excel 文件的最佳选择。 名称 fesod(发音为 `/ˈfɛsɒd/`),是 "fast easy spreadsheet and other documents"(快速简单的电子表格和其他文档)的首字母缩写,表达了项目的起源、背景和愿景。 ### 特性 - **高性能读写**:Apache Fesod (Incubating) 专注于性能优化,能够高效处理大规模 Excel 数据。与一些传统的 Excel 处理库相比,它可以显著减少内存消耗。 - **简单易用**:该库提供了简单直观的 API,使开发者能够轻松将其集成到项目中,无论是简单的 Excel 操作还是复杂的数据处理。 - **流式操作**:Apache Fesod (Incubating) 支持流式读取,最大程度地减少一次性加载大量数据的问题。这一设计在处理数十万甚至数百万行数据时尤其重要。 ## 安装 Apache Fesod (Incubating) 需要 **Java 1.8** 或更高版本。建议使用最新的 LTS 版本的 Java。我们强烈建议使用最新版本的 Apache Fesod (Incubating),因为最新版本中的性能优化、错误修复和新功能将提升您的使用体验。 > 目前,Apache Fesod (Incubating) 使用 POI 作为底层包。如果您的项目已包含 POI 相关组件,您需要手动排除 POI 相关的 jar 文件。 > 我们目前正在准备 Apache 孵化器下的第一个版本。当前的版本都是非 Apache 版本。您可以通过此链接查看之前的版本:https://fesod.apache.org/docs/quickstart/guide/ ### Maven 如果使用 Maven 进行项目构建,请在 `pom.xml` 文件中添加以下配置: ```xml