Apply https://closedxml.codeplex.com/SourceControl/network/forks/NickNack2020/ClosedXml/contribution/8268 :
Possibly fixes #63

Added XML encoder util. Will encode invalid XML characters based on
XML Spec http://www.w3.org/TR/REC-xml/#charsets

-Encode shared string on save
-Decoded shared strings on load

Quick fix only applied to shared strings,
could be other problematic areas in code

# Conflicts:
#	ClosedXML_Tests/ClosedXML_Tests.csproj
#	ClosedXML_Tests/Excel/Cells/XLCellTests.cs
1 parent 7d40301 commit 3bbfedd5b320b092dcd71cbf29eb2e1f80e8c4a2
@Francois Botha Francois Botha authored on 13 Oct 2016
Showing 8 changed files
View
ClosedXML/ClosedXML.csproj
View
ClosedXML/Excel/XLWorkbook_Load.cs
View
ClosedXML/Excel/XLWorkbook_Save.cs
View
ClosedXML/Utils/XmlEncoder.cs 0 → 100644
View
ClosedXML_Net3.5/ClosedXML_Net3.5.csproj
View
ClosedXML_Tests/ClosedXML_Tests.csproj
View
ClosedXML_Tests/Excel/Cells/XLCellTests.cs
View
ClosedXML_Tests/Excel/Misc/XmlEncoderTests.cs 0 → 100644