Skip to main content

Installation

Welcome to the installation section of sheet-translate-to-json, a powerful library for managing and interacting with Google Sheets in Node.js. Follow these steps to properly install and configure the library in your project.


Prerequisites

Before you begin, make sure you have the following installed and configured:

  • Node.js (version 14.x or higher)
  • npm (usually included with Node.js)

Installing the Library

Open your terminal and run the following command in your project directory to install sheets-translate-to-json:

npm install sheets-translate-to-json

or

yarn add sheets-translate-to-json

or

pnpm install sheets-translate-to-json