Skip to main content

Installation

Prerequisites

  • Node.js version 18.0 or higher
  • npm, yarn, or pnpm

Install the package

npm install sheets-translate-to-json

Import

// ES Modules
import { SheetManager } from 'sheets-translate-to-json';
// CommonJS
const { SheetManager } = require('sheets-translate-to-json');

Next steps

Once installed, you need to configure your Google Cloud credentials before using the library.