Hello I am new to velocity so please excuse me if this is a foolish question, but I have a foreach loop and I'd like to display the data within an excel sheet(exporting data to excel)like the following 20 20 40 50 instead of 20 20 40 50. My code: #foreach($row in $data) <Row> <Cell><Data ss:Type="Number">$row.year</Data></Cell> </Row> #end I can only display it vertically right now. Thank you in advance. -- View this message in context: http://www.nabble.com/horizontal-foreach-output-tp24467119p24467119.html Sent from the Velocity - Dev mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
