[x2t] Add Cell::fromXMLtoXLSB for performance reasons. Add other fixes

This commit is contained in:
Sergey Konovalov
2019-06-14 18:05:01 +03:00
parent 34c5a4b3af
commit 7c6218ccb5
18 changed files with 922 additions and 456 deletions

View File

@ -342,7 +342,7 @@ namespace XmlUtils
inline const char* GetTextChar()
{
if (!IsValid())
return NULL;
return "";
const xmlChar* pValue = xmlTextReaderConstValue(reader);
if (NULL == pValue)