ooxml_parser
ooxml_parser copied to clipboard
Add opportunity to get cell color
GetTableCellPr (1).docx
This code returns PresentationFill obj. Need to return Color class obj
docx.elements[1].rows.first.cells.first.properties.color
Need a lot of refactoring of old (and shitty) color code, so move to P2 by now