Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a New NPM Package for Backend Excel Generation with Large Datasets #929

Open
keval1705 opened this issue Jan 24, 2025 · 0 comments
Open

Comments

@keval1705
Copy link

Currently, transferring over 10,000 records from the backend to the frontend for Excel generation is inefficient and leads to performance issues. Handling large datasets in the frontend causes delays and can impact user experience.

Create a new NPM package to be used on the backend that handles the generation of Excel files directly. This solution will allow large datasets to be processed on the backend, reducing the need to send large amounts of data to the frontend, improving performance and overall efficiency.

One alternative is to continue transferring large datasets to the frontend and using packages like @impler/react for Excel generation. However, this approach results in high data transfer and performance issues with large records.

This new NPM package will simplify the process of generating Excel files on the backend, optimize performance, and avoid heavy data transfer between the frontend and backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant