Jump to content
We've recently updated our Privacy Statement, available here ×

6.2.0 version export to excel


piotr.filu

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Find the viewReportBeans.xml file at below location and comment out the unncessary export options

C:Jaspersoftjasperreports-server-cp-6.2.0apache-tomcatwebappsjasperserverWEB-INFflowsviewReportBeans.xml

 

<util:map id="exporterConfigMap">

        <!-- comment/uncomment any of the lines below if you want related exporters

                 to be excluded/included in the viewer's exporters list

                 Note: separate configuration for iPad 'exportersSupportedByiPad'

                 -->

                

        <entry key="pdf" value-ref="pdfExporterConfiguration"/>

        <entry key="csv" value-ref="csvExporterConfiguration"/>

        <entry key="rtf" value-ref="rtfExporterConfiguration"/>

        <entry key="xlsx" value-ref="xlsxExporterConfiguration"/>

        <entry key="xlsxNoPag" value-ref="xlsxNoPaginationExporterConfiguration"/>

                  <!--

                                <entry key="xls" value-ref="xlsExporterConfiguration"/>

                                <entry key="xlsNoPag" value-ref="xlsNoPaginationExporterConfiguration"/>

                                <entry key="docx" value-ref="docxExporterConfiguration"/>

                                <entry key="odt" value-ref="odtExporterConfiguration"/>

                                <entry key="ods" value-ref="odsExporterConfiguration"/>

                                <entry key="pptx" value-ref="pptxExporterConfiguration"/>

                                <entry key="txt" value-ref="txtExporterConfiguration"/>

                                -->

    </util:map>

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...