pcctc / affirm

Data affirmation and validation
https://pcctc.github.io/affirm/
Other
6 stars 2 forks source link

custom excel report #26

Closed shannonpileggi closed 10 months ago

shannonpileggi commented 10 months ago

I'd like to create a custom excel report. Please let me know if you think this should go in affirm_report_excel or in a different function.

Proposed changes:

  1. Name tabs with ID instead of label.
  2. Add label to row 1.
  3. Start data printout on row 2; use croquet::add_labelled_sheet() for data printout format.
  4. Allow sheets to print empty even if no errors are found.
  5. Add first sheet with summary of affirm report.

I am happy to tackle!

shannonpileggi commented 10 months ago

broke this down into smaller issues for easier review