03-06-2013 12:46 AM
03-06-2013 03:11 AM
03-06-2013 06:21 AM
11-07-2016 02:03 AM
Actually I am adding export button at out of box search page only there after getting results want to export that results to csv file.Here I can we perform that operation.In search-min.js only I wrote onclick event for export search button from here I struct how to do it.
07-08-2013 05:31 AM
<bean parent="webscripts.formatmap">
<property name="formats">
<props>
<prop key="csv">text/csv</prop>
</props>
</property>
</bean>
12-16-2015 04:05 AM
<div class="yui-u align-right">
<span id="${el}-export-excel-button" class="yui-button yui-push-button exportToExcel-icon">
<span class="first-child">
<button type="button">${msg('button.exportToExcel')}</button>
</span>
</span>
</div>
07-15-2017 04:10 AM
You can export data into excel using apache poi api.Use this api with in webscript which extends AbstractWebscript class, with this you will be able to control the repsonse. Below link will help you in creating this stuff.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.