Facing issue while opening Excel file with apryse

WebViewer Version: 10.0.1

Do you have an issue with a specific file(s)? Yes
Can you reproduce using one of our samples or online demos? No
Does the issue only happen on certain browsers? No
Is your issue related to annotations? No

Please give a brief summary of your issue:
Unable to load xlsx file in webviewer

Please describe your issue and provide steps to reproduce it:
I have xlsx file which I am trying to load in Webviewer. But it is showing error:

Exception during conversion: Exception:
Message: What!? The column is not a alphabet!?
Conditional expression: isalpha(pos_ref[0])
Version : 10.0.0-d44c04330b
Platform : Emscripten
Architecture : Emscripten
Filename : Common.cpp
Function : SplitPositionReference
Linenumber : 16

But when I am editing the same file and trying to load again, it loads even though contents were kept same post editing

Attaching the excel file which is causing the issue
Book (2).xlsx (3.0 KB)

1 Like

Hello, I’m AiRon, an automated tech support bot :robot:
While you wait for one of our customer support representatives, I can help you with your question.


It seems like you’re encountering a conversion error when trying to load an XLSX file in Apryse WebViewer. The error message suggests an issue with the column references not being recognized as alphabets, which may be due to a formatting or structural anomaly in the XLSX file.

Some things you can try:

  • Open the problematic XLSX file in Excel and save it again, ensuring that it is saved as a standard XLSX file. This can sometimes resolve hidden format issues.

  • Check for any unusual or non-standard column headers in your spreadsheet that might not be alphabetic and correct them if necessary.

  • Try opening the file in a different spreadsheet application to see if it displays any warnings or errors that might give more insight.

  • Ensure that your WebViewer setup is correctly configured for handling Office files, as described in the documentation.

  • Consider preprocessing the document using the WebViewer’s preprocessing capabilities to fix any potential content issues before loading.



Here are some resources that might help you:


Hopefully, this helps you solve your problem while you wait for a human to get back to you.

1 Like

Hello @bhushank,

Thank you for posting on our forum.

I was able to confirm this issue on Version 10. That said, I am unable to reproduce the issue on our latest release (Version 11.5). You can test it yourself here: https://sdk.apryse.com/samples/web/samples/viewing/viewing/

We recommend upgrading to the latest version to take advantage of any fixes that would’ve resolved this issue. See our helpful guide here for more information: https://docs.apryse.com/web/faq/upgrading-webviewer

Let us know if this works for you!

Best Regards,
Jacob Romano Carlsen
Web Development Support Engineer
Apryse Software Inc.

1 Like