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
I suppose it is possible, we may need to switch from minidom to a different xml library perhaps lxml. I did notice lxml turns \r to , not sure if this is what you want. I suppose also, it will still not be possible to use in xls, \r and probably \n will have to do. Not sure when I can get around to this, but am excited about it all together.
The xml newline character is
PYXForm will convert this to
&#10
.Is there a workaround to prevent the
&
from being converted in the newline character?I tried using an actual newline (with Ctrl-Enter) in the XLS sheet, but this does not have the desired result.
The text was updated successfully, but these errors were encountered: