Quantcast
Channel: Comments on: Create an Excel-file with PL/SQL
Browsing latest articles
Browse All 73 View Live

By: Dheeraj

This package has been very helpful to me. In one of the reply below you had said “Build in a limit to restrict the package to generate max 5000 rows so people don’t allocate to much memory?” Could you...

View Article


By: Ramkumar

i hope someone can help me about the date system too, im using windows, i have an extracted excel and after copying its cell in date format into another excel file, the date becomes different. this is...

View Article


By: Anton Scheffer

@Ramkumar. This package uses the Excel 1904 date format. There’s no setting to change that.

View Article

By: stf174

Hi Anton, great package. Thanks for sharing. I’m finding a problem between oracle 10 and 11.2. In the first case i create a report with 150000 rows in 132 seconds; in the second case i create the same...

View Article

By: Ajit Bakshi

Hi Anton, Great to have this package in my ammo. But i am tired of getting below error. ORA-04030: out of process memory when trying to allocate 65572 bytes (PLS non-lib hp,PL/SQL STACK) ORA-06512: at...

View Article


By: youssef

Very useful, Anton! Thanks for sharing. How i could use query2sheet to write data into an existing excel file. Thanks

View Article

By: Moritz Klein (@commi235)

Hi Anton, I have been using your xlsx package quite a lot lately and also did some customization. Another thing I successfully used your package for is creating an APEX IR Downloader with full coloring...

View Article

By: Elad

Hi Anton, Thanks a lot. This Plugin seem to be very useful, but I need to export data from a TABLE TYPE (and not with select, as you wrote). how can I implement this? TYPE Elad_Tbl_T IS TABLE OF...

View Article


By: Greg

Hi Anton, I just discovered your as_xlsx. First of all, thank you VERY much for posting it for us. It really looks like the miracle I’ve been looking for… I have one quick question, I hope you ‘ll...

View Article


By: Joseph Charpak

Anton, thanks for creating this. Is this code released under a specific license?

View Article

By: Tony Miller

Anton, I know you released this a while ago into the public and I have REALLY gotten a GREAT DEAL of usage from it for my users. I need to ask a question about performance. When I try using this...

View Article

By: Anton Scheffer

@Tony Miller. Performance is an issue. The package needs to store everything in memory before it can create an Excel-file. If your database doesn’t have that much memory (XE-database) it can be a...

View Article

By: Tony Miller

Very strange issue here.. Ran code days ago that was dragging VERYYY slowly, ran the same code today after re-compiling your package and the code I am using with it and I am getting SIGNIFICANT...

View Article


By: Michael Gilmore

I’m running the package from a Linux server with a remote Oracle DB RAC where the package is installed. I replaced the “MY_DIR” with “/stage” which the correct path related to root (/). I get the error...

View Article

By: Charles Tannenbaum

We have had the same performance issues, we solved it by changing the following; In function finish, declare a local var lc_rows tp_rows; See changes below .. ‘; add1xml( t_excel,...

View Article

Browsing latest articles
Browse All 73 View Live