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
Expected Behaviour
When creating documents with styled tables, that table styles are not cleared.
Element formatting for items in table cells works (e.g. formatN())
Actual Behaviour
Table styles are cleared, formatting not carried out
Steps to reproduce
Create a Word or ODT document with a table with styled cell elements or table styling, add formatting rules
Generate document that populates the table
Cell styles are removed, formatting does not occur.
Screenshots
ODT Template with table, notice 2nd column is right-aligned and has top/bottom borders
Render - notice
cell formatting is gone, no right alignment, borders missing - Manual header row formats correctly
formatN(2) does not occur (nor does formatC()).
Style is cleared for PDF or ODT outputs.
Style is cleared for ODT and DOCX templates.
Reproduction Link / Code example
You can share your Carbone code through https://codesandbox.io/ or directly on this file.
Other comments
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Environment
Carbone Version: Carbone On-Premise: v4.21.0 (via Docker)
Node Version: [e.g. Node 8.16.1]
Browsers: N/A
Desktop OS: MacOS
Other: LibreOffice, Word 365, Python SDK
Expected Behaviour
When creating documents with styled tables, that table styles are not cleared.
Element formatting for items in table cells works (e.g.
formatN()
)Actual Behaviour
Table styles are cleared, formatting not carried out
Steps to reproduce
Create a Word or ODT document with a table with styled cell elements or table styling, add formatting rules
Generate document that populates the table
Cell styles are removed, formatting does not occur.
Screenshots
ODT Template with table, notice 2nd column is right-aligned and has top/bottom borders
Render - notice
cell formatting is gone, no right alignment, borders missing - Manual header row formats correctly
formatN(2)
does not occur (nor doesformatC()
).Style is cleared for PDF or ODT outputs.
Style is cleared for ODT and DOCX templates.
Reproduction Link / Code example
You can share your Carbone code through https://codesandbox.io/ or directly on this file.
Other comments
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: