Thanks Evgeniy, I don't know if I asked the question correctly. I have a binary tree, like microsoft file explorer, the you show folder, and files. You know, let's say we have folder d1 that contains folder d11 and folder d12. folder d12 that contains file d121 and file d122. foler d11 contains file f111 and file f112. And file f111 that contains file f1111 and folder d1112.
SO this is a file system and things just keep on going like this. Now, I want to ask you, could we implement this file system on an excel sheet. Where we can expan it, and colapse it and all of that fancyness. If this was a java program like swing, we could do that, but I don't know how we accomplish that through excel. So the problem is: How do we map a binary tree ( IE: a file sytem that I explained to you) to an EXCEL??? Thanks, Fred -- View this message in context: http://apache-poi.1045710.n5.nabble.com/mapping-binary-tree-to-excel-tp5709943p5709948.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
