TREB is a spreadsheet component designed for embedding in web pages, web apps, and blogs.
To add a spreadsheet to your web page, first add the script file
<script type="module" defer src="https://unpkg.com/@trebco/treb@next"></script>
then use the custom element in your page
<treb-spreadsheeet></treb-spreadsheet>
For more information on options, configuration, and using the API, go to docs.treb.app.
Download from npm using npm, yarn, pnpm or your favorite module tool
npm install @trebco/treb
In addition to the standard version there's a light version which does not
support converting to/from XLSX files. Other than that it's identical. Use
the script treb-spreadsheet-light.mjs
.
TREB is provided under the GNU Lesser General Public License (LGPL). See the file LICENSE.txt for details. TREB is also available under a commercial license with different terms. For more information contact us at [email protected].
TREB includes icons from font awesome, used under the terms of the font awesome free license; and bootstrap icons, used under the terms of the MIT license.
The TREB icon (a leaf) is a trademark of trebco, llc. Other icons are property of their respective owners.