PydPiper / pylightxl

A light weight, zero dependency, minimal functionality excel read/writer python library
https://pylightxl.readthedocs.io
MIT License
300 stars 47 forks source link

My xlxs output is converting & to & #103

Open rich-fts opened 6 months ago

rich-fts commented 6 months ago

My output is converting the & to &. The field itself only contains the ampersand and if I write it out to a csv file directly, it doesn't convert. I have tried escaping the character in the field \& but that doesn't work either. Is there a way to keep pylightxl from converting the ampersand that way?