goods-exporter
A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease.
Features
- Export goods data to YML, CSV, and Excel formats.
- Easily integrate into your JavaScript projects.
- Compatible with Node.js version 16 and above.
- Comprehensive TypeScript type definitions included.
Supported formats
- YML (Yandex Market Language)
- CSV
- Excel
Installation
To use goods-exporter
in your project, simply add it to your dependencies using npm or yarn:
npm install goods-exporter --save
yarn add goods-exporter