Aller au contenu principal

Installation

Prérequis

  • Node.js version 18.0 ou supérieure
  • npm, yarn, ou pnpm

Installer le package

npm install sheets-translate-to-json

Importation

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

Prochaines étapes

Une fois installé, vous devez configurer vos identifiants Google Cloud avant d'utiliser la bibliothèque.