Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
I am using a read-only grid to show data for reports. I need to export the data to excel but the grid has more than 50 columns. I have already tried default export to excel feature and a!exportDataStoreEntityToExcel() function but none of these worked. FYI:
Is there any way I can export the data to excel?
Discussion posts and replies are publicly visible
Hey Harsh Kumar Agarwal ,
Client is not really okay with splitting sheet, my requirement was similar excel had 5 sheets and one of the sheets had more than 50 columns in it. client not ok to reduce the columns or split it in two different sheets. so had to go with WEB api approch still we had to download all the sheets as different excels...still one issue remains, header cannot be colored coming from webAPI...anyidea how to do it?
Hi Shubham Aware ,
any idea on how we can make the header bold or apply different background colour to it?
We can't do with this approach.
okay...yes I tried few things but didn't work....so thought to ask you
can something be done here, regex, or anything for that matter, I tried above didn't work
Hi, how can we use this solution for exporting 18000 rows and 90 columns of data? When I tried it, I wasn't able to query data that's so big and throws a memory threshold error as below.