I would like to explain my problem properly. This problem is a report which is using for banking operation. So The user wants to take the report in excell file. So I use hssfworkbook object for creating excell file in PL/SQL. I should create excell file. If there is an alternate way to create excell file in Pl/SQL which has less memory and have more flexibility I can use it. I added my code in my first mail.
So I should create excell file and this file has many records. I just want to lear how can I use Csv in Pl/SQL and also it is create an excell file ? Thank you Note: wiki pedia gives general information not information about its usage Nick Burch wrote: > > On Wed, 19 Dec 2007, peri wrote: >> The jvm heap size is 1024. So I cannot improve much. > > Memory's fairly cheap currently... > >> How can I use CSV? I didn't use before and I don't know how I can use >> it. > > http://en.wikipedia.org/wiki/Comma-separated_values > > You just write out plain text, as long as you quote strings it's about as > simple as a data interchange format gets... > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-can-I-solve-the-outof-memory-error-on-excell-file-which-is-created-hssfworkbook-tp14412958p14420815.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
