Quantcast
Channel: Excel Data Reader - Read Excel files in .NET
Viewing all articles
Browse latest Browse all 448

Commented Unassigned: ExcelCsvReader - CSV reader implementation [13097]

$
0
0
This is my contrib to the Library:

a CSV data reader implementation to extend ExcelReaderFactory.
Comments: ** Comment from web user: wizardgsz **

Bugfix in TokenizeLine, last "empty" token:

```
// ...
if (line.Trim().EndsWith(";"))
tokens.Add(token);
else if (!String.IsNullOrEmpty(token))
tokens.Add(token);

return tokens.ToArray();
```


Viewing all articles
Browse latest Browse all 448

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>