Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2170
Excel (14.1)
posted

We are in the process of testing our app with 14.1 and just stumbled across an issue with the excel control. When setting the workbook comments property if there are any leading spaces in the comments an error is displayed when attempting to open the workbook. The error states that a problem was found in the content and asks if you want to attempt to recover. If you says yes the workbooks is opened okay. If you trim the leading spaces all is good.

This problem does not exist in the prior version.

oWorkbook:DocumentProperties:Comments = TRIM (ipcComments) /* version 14.1 of ig excel control has an issue creating the workbook if there are leading spaces so we need to trim */
.