import Head from 'next/head'; import { readFile, set_fs, utils } from 'xlsx'; import { join } from 'path'; import { cwd } from 'process'; export default function Index({type, html}) { return (
{`SheetJS Next.JS ${type} Demo`}
This demo reads from /sheetjs.xlsx
It generates HTML from the first sheet.