Depends on a few things. First, I'm not sure if you can parse directly from the page to excel. If you're using Excel 2003, you can do it with an XML based transformation (groovy is super-efficient at this, look into the XmlSlurper - just search on the term for more details), though I don't know offhand how efficient that would be. Second, what sort of data are you wanting to push to excel? If it's tabular data you may be able to use the RTF export feature, though whether excel will be friendly with that I'm not sure. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of V. Harikrishnan Nair Sent: 24 October 2007 06:07 To: [email protected] Subject: Re: [xwiki-users] Spreadsheet and buttons Is it possible to parse certain pages (where each page is a form) into a spreadsheet ? Is there a xar file for this or do I have to create another Groovy code ? Esbach, Brandon wrote:
In xwiki the template is just an HTML document with extra velocity features. So, for buttons you can simply do something like <input type="button" value="click me" />
If you want to create a spreadsheet from your page it's a bit more fiddly - you'll most likely need to use a Java plugin like HSSF, and create a simple Groovy include page to do the create/update/etc to the
spreadsheet.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of V. Harikrishnan Nair Sent: 23 October 2007 07:12 To: [email protected] Subject: [xwiki-users] Spreadsheet and buttons
Hi...
Is there a way to create a spreadsheet or add buttons into a form template ?
Harikrishnan -- View this message in context: http://www.nabble.com/Spreadsheet-and-buttons-tf4675410.html#a13358011 Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/Spreadsheet-and-buttons-tf4675410.html#a13379159 Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users