スプレッドシートUIに必要な機能をすべて
⚡
軽量・高速
Canvasベースのレンダリング。依存なし。数千セルをスムーズに表示。
📄
xlsx インポート
Excelファイルをそのまま読み込み。セル値・スタイル・結合・罫線を維持。
⚛️
React & Vue 対応
両フレームワーク向けのラッパーを提供。TypeScript型定義付き。
🔒
Lite & Pro
オープンソース向けに無料Lite版を提供。Pro版は高度な機能と商用サポート付き。
ライブデモ
StackBlitzですぐ動かせます。セットアップ不要。
Invoice (React)
reactDisplay an Excel invoice template using @reogrid/lite with React.
Open in StackBlitzInvoice (Vue)
vueDisplay an Excel invoice template using @reogrid/lite with Vue 3.
Open in StackBlitz数分ではじめられます
import { Reogrid } from '@reogrid/lite/react';
export default function App() {
return (
<Reogrid
style={{ width: '100%', height: '400px' }}
/>
);
} <script setup>
import { Reogrid } from '@reogrid/lite/vue';
</script>
<template>
<Reogrid style="width: 100%; height: 400px" />
</template> Lite vs Pro
無料ではじめて、必要に応じてアップグレード。
MITライセンス
無料
Lite
- コアグリッドレンダリング
- xlsxインポート
- React & Vue ラッパー
- TypeScript対応
- コミュニティサポート(GitHub Issues)