Skip to content

Electron app that generates and locally saves an Excel workbook

Notifications You must be signed in to change notification settings

granieri/electron-excel-dl

Repository files navigation

Exceltron

blog post about this

Dummy Electron app that generates an Excel workbook from component data and saves it to the user's disk. I made this as part of a larger task monitoring app. It got its own repo because I wanted to test it in an isolated environment since I am new to Electron and hadn't used dialogs before (or Node's fs for that matter).

Uses exceljs to generate the workbook.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

About

Electron app that generates and locally saves an Excel workbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published