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

SheetJS Next.JS Demo

This demo reads from /sheetjs.xlsx

RouteNextJS Strategy
/getStaticProps getStaticProps
/getServerSideProps getServerSideProps
/getStaticPaths getStaticPaths
); }