ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Generate Excel on client side
Title:
B
I
{code}
?
I am using MVC and populating all the data when grid loads on the awesome grid using controller. Once the grid is load i do not want to post the data to controller to generate excel. Do you have a client side library or function that can generate excel without posting to the server once the data is loaded on the awsome grid?
Save Changes
Cancel
VK
asked at 05 Aug 2021
in our demo here https://demo.aspnetawesome.com/GridExportToExcelDemo NPOI library is used ( .net lib, on the server, not part of awesome lib ), you are free to use anything else to build excel files, whether you do it on the client or server, the code in our export to excel demo could be used a guide for doing the same but with other libraries
at 05 Aug 2021
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK