在 2018年4月5日星期四 UTC+8上午1:24:55,[email protected]写道: > > 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 <[email protected] <javascript:>>: > >> 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 [email protected] <javascript:>. >> 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
