Skip to content

Update Excel export to specify columns. #1

Description

@wesleyzloza

The user should be able to configure the layout / columns displayed in the Microsoft Excel document created using BOM.export(). A example configuration can be:

{
   columns: [
      {name: "Part Number", key: "pn", width: 1},
      {name: "Description", key: "desc", width: 3}
   ]
}

In this case width would be the column width in inches. The key property would bind to a key that should be available in every BOM item.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions