Read + write style information to .xlsx #263

Open
protobi wants to merge 104 commits from protobi/master into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4f4f7fc6bc - Show all commits

View File

@ -226,7 +226,7 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
}
} else if (attributes.color.rgb) { // not both rgb and theme
$font.append(XmlNode('rgb').attr('theme', attributes.color.rgb))
$font.append(XmlNode('color').attr('rgb', attributes.color.rgb))
}
}

View File

@ -5727,7 +5727,7 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
}
} else if (attributes.color.rgb) { // not both rgb and theme
$font.append(XmlNode('rgb').attr('theme', attributes.color.rgb))
$font.append(XmlNode('color').attr('rgb', attributes.color.rgb))
}
}