cancel
Showing results for 
Search instead for 
Did you mean: 

hi problem in the order of columns in excelexport functionality..

Former Member
0 Kudos

Hi all,

I implemented the excelexport func inon of my application. Thing is the output which i am getting is not in the order in which i gave the column name details in the hash map details. Please help me correcting this, i'll thank full by rewarding points.

regrads

sharan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Used Jxl API for download to excel.

Former Member
0 Kudos

Hi,

Try to use HSSF API to create workbook, sheet , rows and columns and hashmap to get the values instead of xml.

xxxxxxxxxxxxxxxxxxxx

Regards,

Subashini.J

Edited by: Armin Reichert on Jan 1, 2008 3:51 PM

Former Member
0 Kudos

Hi can you please tell me how the code will be so that i can finish it,i have no idea of how to use the HSSF function.

regards

Sharan

Former Member
0 Kudos

Hi,

Could you pl post the code what you are using or else the approach what your are following.

Regards

Ayyapparaj

Former Member
0 Kudos

hi

I used the code given in the export to excel application .except for the sorting thing provided in that.Approach is like convert the data into xml schema and exporting it into excel. The only difference is like , I mergered 3 tables but have kept all the context attributes of columns into same node.

sharan