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 ArticleBy: 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 ArticleBy: Anton Scheffer
@Ramkumar. This package uses the Excel 1904 date format. There’s no setting to change that.
View ArticleBy: 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 ArticleBy: 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 ArticleBy: youssef
Very useful, Anton! Thanks for sharing. How i could use query2sheet to write data into an existing excel file. Thanks
View ArticleBy: 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 ArticleBy: 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 ArticleBy: 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 ArticleBy: Joseph Charpak
Anton, thanks for creating this. Is this code released under a specific license?
View ArticleBy: 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 ArticleBy: 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 ArticleBy: 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 ArticleBy: 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 ArticleBy: 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