How can I change a content level through excel integration in excel?
I want to change a content level in excel.
| Section | Text |
|---|---|
| 1 | here is text...... |
| 2 | here is text.... |
| 3 | here is text.... |
| Section | Text |
|---|---|
| 1 | here is text...... |
| 1.1 | here is text.... |
| 2 | here is text.... |
So I'm finding many blogging, it could do at MKS solution (maybe in 2008) (reference : https://change.unigroupinc.com/documentation/pdf/MicrosoftExcelIntegrationGuide.pdf , 23page)
But it doesn't work.
this is code that I try in excel integration.
<field external="Relationship" internal="Contained By" field-type="relationship" direction="both" reldirection="backward"/>
and this is error message in excel integration.
"Could not save modified item 3788: MKS124080: Cannot modify standard field: Contained By"

