English

Convert CSV to Excel or Excel to CSV in Node.js

CSV format is widely used to import or export large datasets from one application to another. However, in some cases, you may need to convert CSV files to Excel XLSX or XLS. Likewise, vice versa can also be required in certain scenarios. Following that, this article covers how to convert CSV to Excel and Excel to CSV format programmatically in Node.js.
April 28, 2021 · 3 min · Usman Aziz