Question
remove cell style overrides without effect paragraph style
My document don't have cell styles when remove the cell style overrides. Its remove all the applied paragraphs style. How to fix the issue
I am using the below code
app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().clearCellStyleOverrides();