Export

Export Excel

LyteNyte Grid doesn't include built-in Excel export functionality in its API. This design choice keeps the grid's bundle size smaller, as many excellent open-source solutions already exist for exporting data to Excel format.

This guide demonstrates how to use ExcelJS to create downloadable Excel documents from your grid data.

Excel Export
TODO

The key to this export functionality is the exportDataRect API method. For more detailed information about this method, refer to the export any data guide.