List/Grid
Tag Archives: Excel
Writing into Excel file from .NET
In my last task, requirement is to generate an excel report using a macro enabled file. Writing data into excel file using SQL server and rest is done by the… Read more
Converting Excel into XML – .NET
we have a scenario, where we need to pull the report from SSRS server using ReportExecution Service (check Get SSRS report programatically using C#/.NET). However the stream returned in some… Read more
Excel/VB Macro
Recently we were working on a report which actually throws an excel file as an output. Excel include huge amount of data and then a lot of calculations to be… Read more