Closed adrianboangiu closed 2 years ago
Hi Adrian,
Have you changed session NLS_NUMERIC_CHARACTERS since the code last worked?
The issue is on this line. NLS param is missing for the TO_CHAR conversion so it inherits session-level value.
It should be :
to_char(getColumnWidth(sd.columnMap(i).width),'TM9',NLS_PARAM_STRING)
I should be able to commit a code fix today.
Regarding docProps and theme, those are optional parts.
Fixed in v2.5.1
Hello, I certainly haven't changed my client version and parameters (SqlDeveloper). I have to see how the session value is computed because one of the changes is that the code is run with another user.
Thank you for your correction.
Hello,
I have used the following procedure (part of the package TRAD_UTILS) to create a file (I deleted all the code not related with the ExcelGen):
I call the procedure
My file is created but:
What is very strange is that the code worked before and I don't remember any modification of ExcelGen or my package functions in between. Another strange thing I noticed is that if I set the column format twice for the 10th column (instead of setting the format of the 11th colum) the last column is the only one visible.
If I compare the content of the new created file withe the content of previously created files I can see that the folder docProps is missing and the folder theme is missing from the folder xl: instead of
Can you help me see what is going wrong? Thank you.
Best regards, Adrian Boangiu