Skip to main content
7 votes
Accepted

how do you automate multiple reports requirements that are complex?

Programmatically transforming Excel sheets is not the way to go. I would review the whole procedure completely and use a database as data source for the reports. Either let the users enter the source ...
Olivier Jacot-Descombes's user avatar
3 votes

how do you automate multiple reports requirements that are complex?

Depending on how diverse your teams are and what the guts of your objective is, an approach to consider is: Providing one or two common reporting solutions to the projects and let projects that have ...
Paul Jowett's user avatar
2 votes

Best practices/patterns for generation PDF reports

Looks like an old thread, but I will comment anyway: hopefully, it will help people coming across this post in search of PDF best practices. I'll second what Killian said ^^^, and would also link to ...
Arkadiy Birger's user avatar
1 vote

Software architecture for a dynamic reporting system

Based on the presented information, a simple interface will cover your reusability needs. Note: One could argue about using a base class (abstract or not) instead of an interface. I suggest erring on ...
Flater's user avatar
  • 59.5k

Only top scored, non community-wiki answers of a minimum length are eligible