deno.land / x / sheetjs@v0.18.3 / demos / react / pages / index.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import Head from 'next/head'import SheetJSApp from './sheetjs'const Index = () => (<div> <Head> <meta httpEquiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SheetJS React Demo</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /> <script src="/shim.js"></script> <style jsx>{` body, #app { height: 100%; }; `}</style> </Head> <div className="container-fluid"> <h1><a href="http://sheetjs.com">SheetJS React Demo</a></h1> <br /> <a href="https://github.com/SheetJS/js-xlsx">Source Code Repo</a><br /> <a href="https://github.com/SheetJS/js-xlsx/issues">Issues? Something look weird? Click here and report an issue</a><br /><br /> </div> <SheetJSApp /></div>);export default Index;
sheetjs

Version Info

Tagged at
2 years ago