import Head from 'next/head'; export default function Index() { return (
SheetJS Next.JS Demo

SheetJS Next.JS Demos

All demos read from /public/sheetjs.xlsx.

- getStaticProps

- getServerSideProps

- getStaticPaths
); }