PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

PS Query to Excel - XML Causing Corruption Error

We have queries in PeopleSoft that we run to Excel. For those using English versions of Excel, the .xlsx file opens without issue. Users on German based Excel, however, get a message that the .xlsx file is corrupted. In order for them to open the file in Excel, we must change the file to a .zip file, unpack it, open the workbook.xml and make an update to the entry:

From PS Query produced workbook.xml: <calcPr fullCalcOnLoad="true"/>

Updated workbook.xml: <calcPr fullCalcOnLoad="wahr"/> or <calcPR fullCalcOnLoad="1"/>

The setting must be either set to "1" or "wahr" (wahr being the German for true). Once set, saved and rebundled into .xlsx, our German speaking users can open the Excel report without further issue.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center