gridsome-transformer-spreadsheet
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Gridsome Spreadsheet Transformer Plugin

Usage

The plugin converts workbook files into objects containing entries for each sheet. Each array contains objects with keys corresponding to the columns of the first row of the sheet.

Installation:

npm install gridsome-transformer-spreadsheet

Add the plugin to yourgridsome.config.js:

module.exports = {
  plugins: [
    {
      use: 'gridsome-transformer-spreadsheet',
    },
    // ...
  ],
};

Development

Run npm test to run the tests.

After the tests pass, run npm publish to build and publish the package.

/gridsome-transformer-spreadsheet/

    Package Sidebar

    Install

    npm i gridsome-transformer-spreadsheet

    Weekly Downloads

    2

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    23 kB

    Total Files

    11

    Last publish

    Collaborators

    • williecubed