is-xlsx

0.0.2 • Public • Published

is-xlsx

Detect xlsx file type from buffer

Install

npm install is-xlsx

Usage

const fs = require('fs');
const isXlsx = require('is-xlsx');
 
const file = fs.readFileSync('example.xlsx');
 
console.log(isXlsx(file)); // > true

Readme

Keywords

Package Sidebar

Install

npm i is-xlsx

Weekly Downloads

8

Version

0.0.2

License

ISC

Last publish

Collaborators

  • overra