Skip to content

trebco/treb

Repository files navigation

TREB

TREB logo (a leaf)

http://treb.app

TREB is a spreadsheet component designed for embedding in web pages, web apps, and blogs.

Using

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

Download from npm using npm, yarn, pnpm or your favorite module tool

npm install @trebco/treb

Light version

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.

License

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 info@treb.app.

Note on icons

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.

Releases

No releases published

Packages

No packages published

Languages