Skip to content

Be able to pass a CsvConfiguration object to the ExcelWriter #36

Description

@benspeth

Is your feature request related to a problem? Please describe.
I want to omit writing a header row when using the ExcelWriter.
I can't do that because pass a CsvConfiguration object to the ExcelWriter

Describe the solution you'd like
Basically just make the following ctor public :

private ExcelWriter(Stream stream, string sheetName, CsvConfiguration configuration)

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions