42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Use interfaces instead of implementations wherever possible #59

Open xjrk58 opened 9 years ago

xjrk58 commented 9 years ago

RowReaderImpl shouldn't use RowInstructionsImpl directly, but RowInstructions otherwise it's very difficult to support reading of multi-line cell values by RowReader.