You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failure/Error:
expect(docx.elements[1].properties.table_style.table_style_properties_list
.first.table_cell_properties.shade.color.upcase)
NoMethodError:
undefined method `color' for nil:NilClass
Looked inside the documents and found that the style id set for the first cell
<tblStylew:val="1_634" />
Accordingly, in the styles.xml file we find out that in version 7.5 the supported properties have been significantly extended, but
table column property is written correctly
askonev
changed the title
Failure/Error: parser on editor version 7.5 incorrectly parses custom table properties
[7.5] Failure/Error: parser on editor version 7.5 incorrectly parses custom table properties
Oct 17, 2023
askonev
changed the title
[7.5] Failure/Error: parser on editor version 7.5 incorrectly parses custom table properties
[7.5] Failure/Error: parser on editor incorrectly parses custom table properties
Oct 17, 2023
I was gathering files with a script for builder and found this scenario
The set shade property (correctly displayed in the document) is not an attribute of the ooxml-parser object
result
Looked inside the documents and found that the style id set for the first cell
Accordingly, in the styles.xml file we find out that in version 7.5 the supported properties have been significantly extended, but
table column property is written correctly
Here are two files compiled by one script on different versions of the editor for comparison purposes
table_pr_7.4.1.zip
table_pr_7.5.zip
The text was updated successfully, but these errors were encountered: