How to build a folder structure using morphia or the mongodb API? I am looking for something like this.
folderA
--->folderB
--->folderC
------>fileC
------>folderCA
---------->fileCA
I need to have three rows within the footer section of a column while
generating an excel worksheet...
I wrote a code as follows
I expected the output to be :
Header
cell 1
Footer 1
Footer 2
Footer 3
But I get the output as:
Header
cell 1
Footer 3
Please help me with this issue.
Thank You in advance.