An open API service indexing awesome lists of open source software.

https://github.com/icelam/excel-named-range-wizard

An Microsoft Excel Add-ins to allow bulk edit named ranges -- a project for company hackathon
https://github.com/icelam/excel-named-range-wizard

excel microsoft ms-excel named-range named-ranges office-js react reactjs typescript

Last synced: 5 months ago
JSON representation

An Microsoft Excel Add-ins to allow bulk edit named ranges -- a project for company hackathon

Awesome Lists containing this project

README

          

Excel Named Range Wizard



An Microsoft Excel Add-ins to allow bulk edit named ranges.


Built with TypeScript
Node.js
npm
Code Style
Conventional Commits
Release add-ins
Latest Version

## Available commands

To start (Windows):
```bash
npm run start
```

To start (macOS):
```bash
npm run dev:mac
```