Hi Friends,
I am planning to do my Masters project on
Java multithreading and I am looking for some project ideas.I have one idea where I am planning to use the sourceforge JExcel API(this library manipulates Excel) to speed up the excel sheets manipualtion by introducing threads while using the JExcel API to read/write excel .I am kinda stuck now because I dont know how to go about this.
I am not sure if I am going in the right track..Ok so this is my first appraoch:
1) I want to read multiple worksheets(independent of each other) in an excel file concurrently,so that the excel file opens more quickly.
Any suggestions or advice..I really need help.
Sify