java - Ordering of sheets in excel in apache poi -


i want rearrange sheets being generated before writing xls document using apache poi in java. there way of doing it? ex:sheet names "rf 10","blended 10","rf 30","blended 30".

i want xls generated in following order of sheets: "rf 10","rf 30","blended 10","blended 30".

you can rearrange order of sheets in workbook setsheetorder method of workbook class.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -