refactor: replace FastExcel with FesodSheet in header merge strategy#772
Merged
delei merged 1 commit intoapache:mainfrom Jan 5, 2026
Merged
refactor: replace FastExcel with FesodSheet in header merge strategy#772delei merged 1 commit intoapache:mainfrom
delei merged 1 commit intoapache:mainfrom
Conversation
…ategy files - Replace FastExcel class import with FesodSheet in HeaderMergeStrategyTest - Update FastExcel.write() calls to FesodSheet.write() in test cases - Update documentation references from FastExcel to Fesod in English docs - Update documentation references from FastExcel to Fesod in Chinese docs - Affects files from commit a501139
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes the refactoring initiated in PR #674 by updating all remaining FastExcel references to FesodSheet in test files and documentation.
- Replaces FastExcel class references with FesodSheet in test code
- Updates all code examples in documentation from FastExcel.write() to FesodSheet.write()
- Updates prose references from "FastExcel" to "Fesod" in documentation text, consistent with the project's naming convention where "Fesod" refers to the library/framework and "FesodSheet" is the actual class name
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| fesod-sheet/src/test/java/org/apache/fesod/sheet/head/HeaderMergeStrategyTest.java | Updates import statement and all five test method calls from FastExcel to FesodSheet |
| website/docs/sheet/write/head.md | Updates prose reference from "FastExcel" to "Fesod" and code examples from FastExcel.write() to FesodSheet.write() |
| website/docs/sheet/help/parameter.md | Updates code example from FastExcel.write() to FesodSheet.write() |
| website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/write/head.md | Updates Chinese prose reference and code examples from FastExcel to Fesod/FesodSheet |
| website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/help/parameter.md | Updates Chinese code example from FastExcel.write() to FesodSheet.write() |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the remaining FastExcel references to FesodSheet in files introduced by PR #674.
Changes
Related PR
Files Modified