alaahong opened a new pull request, #858: URL: https://github.com/apache/fesod/pull/858
<!-- Thanks very much for contributing to Apache Fesod (Incubating)! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of an existing issue, reference it using one of the following: Closed: #ISSUE Related: #854 --> ## Purpose of the pull request This commit introduces a new skill that facilitates the migration of Java projects from FastExcel 1.3 to Apache Fesod. The skill provides detailed instructions for updating dependencies, renaming packages, and handling breaking changes. Related: #854 As Skill is an open standard for mostly IDE, so raise this as common upgrade script. Here is one screenshot since Skill ran: <img width="1867" height="993" alt="image" src="https://github.com/user-attachments/assets/a9f6b57c-31c3-4cec-aa98-9306e9bb977c" /> below is the sample upgrade result: https://github.com/alaahong/fastexcel-legacy-demo/commit/d0e6abf8a80f10db2cce36d137a6729ff1f52302 ## What's changed? - Supports both legacy namespaces: cn.idev.excel.* and org.apache.fesod.excel.* - Implements a three-phase migration process for gradual updates - Includes comprehensive documentation for developers ## Checklist - [X] I have read the [Contributor Guide](https://fesod.apache.org/community/contribution/). - [X] I have written the necessary doc or comment. - [X] I have added the necessary unit tests and all cases have passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
