Luckysheet Document
Home →
Luckysheet official website main page
Build →
Create your own custom luckysheet build
Interface →
Test backend interface, as `pages/api` folder
Document →
Luckysheet core and official plugins document
import type { NextPage } from "next"; import Head from "next/head"; import Image from "next/image"; import styles from "../styles/Home.module.css"; import Link from "next/link"; const Home: NextPage = () => { return (
Luckysheet official website main page
Create your own custom luckysheet build
Test backend interface, as `pages/api` folder
Luckysheet core and official plugins document