En

Generate Reports from CSV Data using C#

CSV ([Comma Separated Values][1] files are widely used for exchanging data among applications. When you want this data to be translated into presentable and meaningful information, you need to convert it into some other format. In one of our posts, we have seen [how to convert CSV data in Reports using Java][2]. This article will guide you to convert CSV data into PDF and MS Word DOC/DOCX reports using C# using a simple template.
August 15, 2021 · 4 min · Shoaib Khan