dhatim / fastexcel

Generate and read big Excel files quickly
Other
672 stars 122 forks source link

Support of hierarchy level in excel #176

Open sandeeppandey15 opened 2 years ago

sandeeppandey15 commented 2 years ago

Dear contributors,

Could you please help me understand is there any way to generate excel sheet where in we can see format like hierarchy level is clasped with + button e.g. +Info On click on expand Info Info1 info2

meiMingle commented 1 year ago

This may be a related issue to #259

meiMingle commented 1 year ago

@sandeeppandey15
Try ws.groupRows(int from,int to) and ws.groupCols(int from,int to) method. Does it solve your problem?