Installation
Prerequisites
- Node.js version 18.0 or higher
- npm, yarn, or pnpm
Install the package
- npm
- yarn
- pnpm
npm install sheets-translate-to-json
yarn add sheets-translate-to-json
pnpm add 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.