bengbengbalabalabeng commented on PR #982:
URL: https://github.com/apache/fesod/pull/982#issuecomment-5179382114

   > @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();
   > ```
   > 
   > as of now the default is 1 so the first row will always be skipped 
(because it is considered header) when reading data
   
   `.headRowNumber(0)` with non-head read: yes


-- 
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]

Reply via email to