fastexcel
fastexcel copied to clipboard
Support of hierarchy level in excel
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
This may be a related issue to #259
@sandeeppandey15
Try ws.groupRows(int from,int to) and ws.groupCols(int from,int to) method. Does it solve your problem?