Skip to content

A dynamic report-building class library with these formats (excel, pdf, html, markdown)

License

Notifications You must be signed in to change notification settings

DevOpsThinh/ReportLibrary

Repository files navigation

Dynamic Report-building Class Library 🤝


Introduction

A dynamic report-building class library with these formats: Excel, Pdf, HTML and Markdown.

Technology Stack

  • It uses C# based on reflection to read attributes of a class, access type members, and execute methods.
  • It uses the advanced topics of Microsoft's technology document reference: Native interoperability (COM interop programming).

Output formats released

An Excel spreadsheet with two options

  • Without dynamic (uses strongly typed code to generate an Excel report).
  • With dynamic (uses dynamic code to generate an Excel report).

PDF (Coming soon)

HTML (Coming soon)

Markdown (Coming soon)

Usage / Testing


Reference