dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
565 stars 147 forks source link

Update excelcompiler.py #146

Closed SDIdo closed 2 years ago

SDIdo commented 2 years ago

Added support for difficult chars in Excel (i.e. Σ) when writing the graph in the yaml file. Simply added encoding='utf-8' when writing.

dgorissen commented 2 years ago

Acted to quick, this breaks the build (e.;g, https://app.travis-ci.com/github/dgorissen/pycel/jobs/568857575) so reverted it. Can you please review and update?