Re: loader.loadComponentFromURL works slow when we are restoring CALC sheet from byte array | loader.loadComponentFromURL

2012-12-06 Thread William Beltrán
El 06/12/12 08:50, Michael Meeks escribió: On Wed, 2012-12-05 at 11:27 -0500, William Beltrán wrote: Ok, I try to be more specific Warning: Any further replies that ignore my request to CC (this means carbon-copy - it is usually the 2nd field down in your mailer after the To: field

Re: loader.loadComponentFromURL works slow when we are restoring CALC sheet from byte array | loader.loadComponentFromURL

2012-11-28 Thread William Beltrán
Hi, i have same problem here, I have to convert a Stream file calc to excel file so i am using: desktop.loadComponentFromURL('private:stream', _blank, 0, self._toProperties(InputStream = inputStream)) but when file is big the time to work on this is up to 10 minutes!! Have you find a