Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<!-- The assembly-list="true" attribute will make the config treat each row in Excel as one part assembly -->
<ExcelPartAssemblyConfig on-update-keep-previous-value-if-null="true" remove-macros="false" config-name="Part assembly list" assembly-list="true">
  <Identity row="3" column="1" direction="Down" validate-column-name="Identity"/>
  <Name row="3" column="2" direction="Down" validate-column-name="Name" culture="en-GB"/>
  <Description row="3" column="3" direction="Down" validate-column-name="Description" culture="en-GB"/>
  <!-- Filter -->
  <FilterSerialNumber>
    <Lower row="3" column="4" direction="Down" />
    <Upper row="3" column="5" direction="Down" />
    <Group1 row="3" column="6" direction="Down" />
  </FilterSerialNumber>				
  <SpecificationType culture="en-GB" name="Year From" type="DateTime" persistent-id="YearFrom" if-exists-do-not-edit="true">
    <Specification row="3" column="7" direction="Down" culture="sv-SE"/>
  </SpecificationType>
  <SpecificationType culture="en-GB" name="Year To" type="DateTime" persistent-id="YearTo" if-exists-do-not-edit="true">
    <Specification row="3" column="8" direction="Down" culture="sv-SE"/>
  </SpecificationType>			
</ExcelPartAssemblyConfig>

Import part

...

assemblies as a list with level and parts

From version 5.1 it is possible to import part assemblies as a list of assemblies and parts where a level column determines if following parts belong to an assembly. Eg below table will import two assemblies with 3 parts each.

...