AFAIK there are no MyFaces components that will do this for you. You could probably modify one of the existing ones to do some of the Excel stuff you are talking about. Check here: http://jakarta.apache.org/poi/ for a good open source library for Excel.
HTH, sean On 5/2/05, Sunil Tiwari <[EMAIL PROTECTED]> wrote: > > Hi, > How to display the sum of all columns (with integer values) in the last > column of the datatable from front end only. > Moreover, it should display the column total for every column at the bottom > of the table. > And all the other functionalities of the table shd be still supported like > pagination and scrollability. > Like a table is displaying 100 records and i display 10/20/40 records per > page. It shd then display the column totals for every page > for 10/20/40 records. > > Does anyone knows then how to display the details of the datatable in an > excel sheet from within the MyFaces application. > > > Thanx in advance > Sunil

