Excel table component
Can anyone tell me if there is a ready-made Excel table component?
2 Replies
One option:
https://www.npmjs.com/package/solid-ag-grid
See:
https://www.ag-grid.com/javascript-data-grid/excel-import/
With the understanding that use of AG Grid was primarily intended for intranet environments.
npm
solid-ag-grid
AG Grid SolidJS Component. Latest version: 0.0.100, last published: 2 months ago. Start using solid-ag-grid in your project by running
npm i solid-ag-grid
. There are no other projects in the npm registry using solid-ag-grid.JavaScript Grid: Excel Import | AG Grid
Below we illustrate how you might import an Excel spreadsheet into AG Grid using a third-party library - in this example we're using . Download AG Grid today: The best JavaScript Data Table in the world.
Thank you