Monday, September 20, 2010

Excel Automation

Excel automation is unavoidable scenario in most of the Enterprise IT solution. Primarily the automation targets following area

  1. Pivot Report Generation
  2. Complex formula abstraction
  3. Report Attachment
  4. Data Transfer medium

In addition to typical Interop Assembly usage, we can take advantage of Open XML APIs. In addition to that there are lot of third party tools available to address the same. In this blog will keep adding the relevant tools and techniques of Excel Automation.

Note: If you are using SSIS, there is good amount challenge. Check out Dougbert blog for solutions.

No comments:

Post a Comment

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...