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

SheetJS Next.JS Demo

This demo reads from /sheetjs.xlsx

- getStaticProps

- getServerSideProps

- getStaticPaths
); }