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

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

Open
connerk opened this issue Oct 2, 2018 · 0 comments
Open

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

connerk opened this issue Oct 2, 2018 · 0 comments

Comments

@connerk
Copy link
Contributor

connerk commented Oct 2, 2018

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant