Hi,

I'm not aware of such issue.
In order to reproduce/fix it, could you send us a tempate and a sample java
app ?

Regards,
Guillaume

2018-04-04 8:04 GMT+02:00 booster <qj644988...@gmail.com>:

> 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.
>

-- 

--- 
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