E-PC: SetCellNumber Causes Performance Issue
(Doc ID 2874268.1)
Last updated on APRIL 04, 2025
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.58 and laterInformation in this document applies to any platform.
Symptoms
When using PSSpreadsheet class and using for all cells function "SetCellString" the process will complete in half an hour and creats an excel file for large volume (21540rows). When changing function "SetCellString" to "SetCellNumber" the process takes days.
For Example:
rem &ss2.SetCellString(&rowNum, 26, &RecSTG.AMOUNT2_04.Value);
&ss2.SetCellNumber(&rowNum, 26, &RecSTG.AMOUNT2_04.Value,"0.00");
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |