fastexcel icon indicating copy to clipboard operation
fastexcel copied to clipboard

Support of hierarchy level in excel

Open sandeeppandey15 opened this issue 4 years ago • 2 comments

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

sandeeppandey15 avatar Dec 09 '21 08:12 sandeeppandey15

This may be a related issue to #259

meiMingle avatar Feb 16 '23 06:02 meiMingle

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

meiMingle avatar Feb 16 '23 06:02 meiMingle