import Head from 'next/head'; export default function Index() { return ( <>
This demo reads from /sheetjs.xlsx
Route | NextJS Strategy |
---|---|
/getStaticProps |
getStaticProps |
/getServerSideProps |
getServerSideProps |
/getStaticPaths |
getStaticPaths |