The last dev version is available

The last developer version is available for export Grid to PDF/Excel.
Version for php:
support.dhtmlx.com/x-files/expor … df-php.zip
support.dhtmlx.com/x-files/expor … el-php.zip
Version for java:
support.dhtmlx.com/x-files/expor … id-pdf.war
support.dhtmlx.com/x-files/expor … -excel.war

It fixes few known issues and provide ‘full_color’ mode for Java export.

Thanks a ton :slight_smile: This works for colspan too !

Dear tell me how u use that war file …that it start running

Hi,
you have to deploy this war-file at your server and start your server.

dear plz you can download and try it
i do that and deployed on tomcat 7 but it doesn’t run…

Hello,
if you have some troubles with configuring it you may use online export service:
viewtopic.php?f=23&t=18333

By the way, war-file was deployed at Tomcat 6.0 correctly.

Hello,
i’ve deployed this on tomcat 6 but during exportation to excel, i receive this error :

java.lang.NullPointerException
at com.dhtmlx.xml2excel.ExcelWriter.rowsPrint(ExcelWriter.java:182)
at com.dhtmlx.xml2excel.ExcelWriter.generate(ExcelWriter.java:50)
at ExcelGenerator.doPost(ExcelGenerator.java:16)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:574)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1527)
at java.lang.Thread.run(Unknown Source)

this occurs when some cells are empty. When i try this on a grid with only filled cells, no problem.
Do you have any solution ? (this is not possible for us to use the online version)

Thx,

Jimmy

Hi,
Could you provide your grid initialization code?

Hi,
Do you have export to excel example with asp.net?

Thanks

Check
dhtmlx.com/x/download/regular/grid-excel-net.zip

it contains the server side lib for asp.net.
Client side code is the same.