import Head from 'next/head'; import { read, utils } from 'xlsx'; import base64 from "@/sheetjs.xlsx"; export default function Index({type, aoo}) { return ( <>
    This demo reads from /sheetjs.xlsx
    It generates objects from the first sheet.
  
| Name | Index | 
|---|---|
| {row.Name} | {row.Index} |