@aternus/csv-to-xlsx
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -16,2 +16,6 @@ # Changelog | ||
## [1.0.4] - 2018-09-18 | ||
### Fixed | ||
- README.md. | ||
## [1.0.3] - 2018-09-18 | ||
@@ -18,0 +22,0 @@ ### Fixed |
{ | ||
"name": "@aternus/csv-to-xlsx", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Command-line tool and a Node.js library to convert CSV files to XLSX (Excel 2007+ XML Format) files.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -40,3 +40,3 @@ # @aternus/csv-to-xlsx | ||
let source = path.join(__dirname, 'SalesJan2009.csv'); | ||
let source = path.join(__dirname, 'report.csv'); | ||
let destination = path.join(__dirname, 'converted_report.xlsx'); | ||
@@ -43,0 +43,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
132150084