xlsx-addr-utils

The xlsx-addr-utils library is a JavaScript/TypeScript library that provides various functions for working with Excel cell addresses and ranges. It allows you to perform operations such as validating cell addresses, manipulating cell references, and iterating through cell ranges.

Installation

You can install the xlsx-addr-utils library using npm or yarn:

npm install xlsx-addr-utils
# or
yarn add xlsx-addr-utils

LICENSE

MIT