c# - NPOI support CSV/TSV? -
i'm using npoi library c# application.
what i'm creating reporting system automatically reads, , extracts data excel sheet. given spec, informing me reports needed ingest in system in .xls format appears not case.
i'm wondering possible read in csv or tsv file using npoi library? i've crawled web seem able find answers relating java version of library.
any appreciated, :)
to read csv files in .net should take 1 of these:
Comments
Post a Comment