Skip to content

nazzz-infotech/SpreadCombine

Repository files navigation

Spreadcombine

A Cross-Platform Desktop app to combine multiple CSV files into a single CSV / XLSX File

App Icon

Screenshots

Screenshot 1

Screenshot1

Screenshot 2

Screenshot2

Screenshot 2

Screenshot3

Go to release option to download

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$env:CSC_LINK="./cert\NazzzInfotechCert.pfx"
$env:CSC_KEY_PASSWORD="1234"
npm run build:win
# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux