attribute "quotePrefix" in style

skip temporary , to analyze the using
This commit is contained in:
sukoi26 2017-02-13 15:01:42 +01:00 committed by GitHub
parent 0c517a9b0a
commit 167c14e908

View File

@ -1529,6 +1529,8 @@ void xlsx_consumer::read_stylesheet()
while (in_element(qn("spreadsheetml", "xf")))
{
auto xf_child_element = expect_start_element(xml::content::simple);
// temporary to analyse
skip_attribute("quotePrefix");
if (xf_child_element == qn("spreadsheetml", "alignment"))
{