Installation
Prérequis
- Node.js version 18.0 ou supérieure
- npm, yarn, ou pnpm
Installer le package
- npm
- yarn
- pnpm
npm install sheets-translate-to-json
yarn add sheets-translate-to-json
pnpm add 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.