sapienza88 commented on PR #982:
URL: https://github.com/apache/fesod/pull/982#issuecomment-5179281099
@bengbengbalabalabeng @delei is csv supporting non header data?
does it make possible writing something like the following to make reading
data without header possible (eg. read data from row 0 : no header)?:
```
FesodSheet.read(fileName, DemoData.class, new DemoDataListener())
.sheet()
.headRowNumber(-1) // or 0
.doRead();
```
--
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]