GOODBOY008 opened a new pull request, #776: URL: https://github.com/apache/fesod/pull/776
## Purpose of the pull request This PR refactors error messages across the codebase to use the correct class name `FesodSheet` instead of the legacy `FastExcelFactory` reference. ## What's changed? Updated error messages in the following files to reference `FesodSheet` instead of `FastExcelFactory`: - `CsvReaderBuilder.java` - Updated error messages for sheet name and number validation - `ExcelReaderSheetBuilder.java` - Updated error messages for sheet name and number validation - `CsvWriterBuilder.java` - Updated error message for sheet name validation - `ExcelWriterSheetBuilder.java` - Updated error messages for sheet name and number validation - `ExcelWriterTableBuilder.java` - Updated error message for sheet name validation This change improves code consistency and ensures error messages accurately reflect the current API. ## 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]
