Skip to main content

Extraction to Excel or Calc in a Grid widget

Author: antoine.picaud@free.fr (apicaud)

Hi,

The possibilities of XML is very interresting for the data conversion.

A new functionnality will be great if in the grid widget, we can send data to a data sheet like "Microsoft Excel" or "Oo Calc".

With a conversion to an xml format understanding by all data sheet.

Currently, I found a solution. I create a file xml from my entity and made a transformation by xmltransform.

The result is an XML file. Under "Microsoft Excel", or "Oo Calc", you can save your data sheet in XML format.

This is my result.

Regards,

Antoine

 

Extraction to Excel or Calc in a Grid widget

Author: antoine.picaud@free.fr (apicaud)

Hi,

The possibilities of XML is very interresting for the data conversion.

A new functionnality will be great if in the grid widget, we can send data to a data sheet like "Microsoft Excel" or "Oo Calc".

With a conversion to an xml format understanding by all data sheet.

Currently, I found a solution. I create a file xml from my entity and made a transformation by xmltransform.

The result is an XML file. Under "Microsoft Excel", or "Oo Calc", you can save your data sheet in XML format.

This is my result.

Regards,

Antoine

 

Hi Antoine,

can you share a short "how2" and your code with us (incl. XSLT statements)?

SUccess, Uli


Author: ulrich-merkel (ulrichmerkel@web.de)

Extraction to Excel or Calc in a Grid widget

Author: antoine.picaud@free.fr (apicaud)

Hi,

The possibilities of XML is very interresting for the data conversion.

A new functionnality will be great if in the grid widget, we can send data to a data sheet like "Microsoft Excel" or "Oo Calc".

With a conversion to an xml format understanding by all data sheet.

Currently, I found a solution. I create a file xml from my entity and made a transformation by xmltransform.

The result is an XML file. Under "Microsoft Excel", or "Oo Calc", you can save your data sheet in XML format.

This is my result.

Regards,

Antoine

 

My solution is posted at

http://devuni.blogspot.com/ in date : lundi 5 janvier 2009

Regards, Antoine


Author: apicaud (antoine.picaud@free.fr)