mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
attribute "quotePrefix" in style
skip temporary , to analyze the using
This commit is contained in:
parent
0c517a9b0a
commit
167c14e908
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user