Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow column style to be set in addition to column width #81

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Allow column style to be set in addition to column width #81

wants to merge 3 commits into from

Commits on Feb 26, 2019

  1. Replace sheet.col_widths number field, with sheet.cols map field

    The cols field in sheet is a map, which can contain a width value as well as other values e.g. bg_color, numfmt etc.
    ryanhart2 committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    76c4d7f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Compiler registers col styles and xml_templates includes style id

    The compiler registers styles based on properties stored in sheet.cols. The registration method is the same as registering cell styles. The xml template generator looks up the style id and includes in the xml definition for a column.
    ryanhart2 committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    6aa1cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291d9e4 View commit details
    Browse the repository at this point in the history