Skip to content

WorkbookReporter should be able to create it's own output sheet #29

@connerk

Description

@connerk

when assigning WorkbookReporter.ConnectTo(), it will attach to any worksheet.

if you try to run WorkbookReporter.Start() subsequently, a runtime error will occur if the sheet connected to does not contain specificly named ranges and shapes.

it would be great if Start() or Initialize() could do the following

  1. me.pSheet is null => create a new sheet with pretty report formatting and the required shapes and ranges
  2. me.pSheet does not contain each of the required named ranges or shapes => create these entities, or describe to the user why it can't continue, and how to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions