I'm a java developer and I use Jopendocument's jar for my work, but I found 
it very quick when I parse the file saved by libreoffice. Very slow when I 
use files saved by Microsoft Excel, I use the following API.
    SpreadSheet document = SpreadSheet .createFromFile(file);
     Int count = document.getSheetCount();
     For (int i = 0; i < count; i++) {
     Sheet sheet = document.getSheet(i);
 }

Can someone give me some advice? I will be extremely grateful.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"jOpenDocument" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jopendocument+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to