GOODBOY008 commented on code in PR #777:
URL: https://github.com/apache/fesod/pull/777#discussion_r2668087228
##########
fesod-sheet/src/main/java/org/apache/fesod/sheet/read/builder/CsvReaderBuilder.java:
##########
@@ -138,7 +138,7 @@ private ExcelReader buildExcelReader() {
public void doRead() {
if (this.readWorkbook == null) {
- throw new ExcelGenerateException("Must use
'FastExcelFactory.read().csv()' to call this method");
+ throw new ExcelGenerateException("Must use
'FesodSheet.read().csv()' to call this method");
Review Comment:
@delei Mistake source branch to impl this feature.
--
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]