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
If an Excel file contains special characters, they are returned with XML-encoding intact. For example, if my cell contains Special Characters: 'apos & <lt >gt "quot, then get_xlsx_cell_value returns Special Characters: 'apos &amp <lt >gt "quot. I believe this is because internally it uses .getstringval().
The text was updated successfully, but these errors were encountered:
If an Excel file contains special characters, they are returned with XML-encoding intact. For example, if my cell contains
Special Characters: 'apos & <lt >gt "quot
, then get_xlsx_cell_value returnsSpecial Characters: 'apos &amp <lt >gt "quot
. I believe this is because internally it uses .getstringval().The text was updated successfully, but these errors were encountered: