You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Read and write Excel spreadsheets from PeopleSoft.
This is a PeopleCode wrapper around Apache POI library that ships with PeopleSoft. Works with PeopleTools 8.55 or later.
The code is in a two files CY2_SPREADSHEET:Workbook.pcode and CY2_SPREADSHEET:StreamingWorkbook.pcode, or you can import the Application Designer package in the CY2_SPREADSHEET directory. Note: The StreamingWorkbook is only for creating Excel files (usually large ones), and the API is the same except the read methods have been removed. Feel free to change the application package name to suite your naming conventions, but please keep the copyright notice in the code.