Skip to content

Sync Header-Related Features to v1 Version #943

@dazhu6666

Description

@dazhu6666

In the main source code, we have added header-related settings (e.g., header centering, text wrapping, etc.). Please backport these features to the v1 version to keep functionality consistent. Thank you.

in package
public class OpenXmlStyleOptions
{
public bool WrapCellContents { get; set; }
}

sourceCode
public class OpenXmlStyleOptions
{
public bool WrapCellContents { get; set; }
public OpenXmlHeaderStyle? HeaderStyle { get; set; }
public HorizontalCellAlignment HorizontalAlignment { get; set; } = HorizontalCellAlignment.Left;
public VerticalCellAlignment VerticalAlignment { get; set; } = VerticalCellAlignment.Bottom;
}

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