ongdisheng opened a new pull request, #694: URL: https://github.com/apache/fesod/pull/694
<!-- 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: #ISSUE --> Related: #651 https://github.com/apache/fesod/pull/691#issuecomment-3547801533 ## Purpose of the pull request <!-- Describe the purpose of this pull request. For example: Closed: #ISSUE--> This PR fixes a couple of small issues in the website that were missed during the `FastExcel` to `FesodSheet` rename in PR #691. ## What's changed? The introduction page was using `Fesod.read` instead of `FesodSheet.read` in the code example. The Chinese version already had this correct, so I updated the English version to match. I also replaced Excel with spreadsheet in the homepage to be consistent with the rest of the website. The `large-data.md` is also updated to be consistent with the Chinese version, keeping only Microsoft Excel 03 and Microsoft Excel 2007 when referring to the specific applications, while changing all other "Excel file" references to "spreadsheet file". ## Screenshot <img width="1172" height="652" alt="image" src="https://github.com/user-attachments/assets/3c49acfd-bb9a-4817-a37d-fcb17472eb06" /> <img width="1096" height="512" alt="image" src="https://github.com/user-attachments/assets/69ef1506-d3b0-4a38-84dc-39addd9c70bc" /> <!--- Describe the change below, including rationale and design decisions --> ## Checklist - [ ] I have read the [Contributor Guide](https://fesod.apache.org/community/contribution/). - [ ] I have written the necessary doc or comment. - [ ] 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]
