Create report using data from 3 excel sheets sheets in pentaho - pentaho

I just want to create a report using few excel sheets as the input in pentaho. After creating the report need to send it through email and to be specific the email should be scheduled.

Related

Embeding Part of SSRS Report on body and attach excel file in the same email subscription

I want to have one SSRS subscription with Table A in the email body and table B in the excel attachment.
How can I do this using SSRS or SSIS or SQL? Thanks

SSIS copy data from SQL db to multiple tabs on the same excel destination

I've got an SSIS package that loads data from a flat file source into a table within a SQL Server Database i then have a SQL task to get specific data and load into an excel destination, i want to add another SQL task to load different data into the same excel workbook but on a different tab is this possible?
Yes it's possible. You can use same excel file to save diffrent data sets in different worksheets. In Excel destination editor for Excel Destination component press [New] button and change name of the table in CREATE TABLE statment to name of the worksheet you want to use. After that select new it as a worksheet name.

How to split table data into separate named Excel sheets in Excel File using an SSIS package?

Hi I have same question with different Result Set .
How to split table data into separate named Excel files using an SSIS package?
Here in this question, SO expecting output into multiple Excel Files but here the same result Set need to be in multiple sheets in one excel file .
like
Site = North related data in sheet1 and South related data in sheet2

How to export data from SQL Server table to Excel file

I have a table in a SQL Server database. I want to send the Excel sheet via Email attachment. I have a code to send the mail but i need to generate an excel sheet of a given table.
Why don't you have a look at this link from Mr. P Dave
http://blog.sqlauthority.com/2013/11/20/sql-server-how-to-export-data-from-sql-server-to-excel-or-any-other-format/

Generate word documents from excel file using mail merge

I am trying to generate word documents using the mail merge feature in Microsoft Word. To be as clear as possible my dream would be to:
(1) Place all values for all documents to be created in one excel document
(2) Use Word to create a template by selecting the above excel file as the data sheet
(3) Run a macro that would use the values from the excel sheet and perhaps the built in mail merge feature of Word to generate 1 file for each line in the excel sheet using one of the cells as the name of the file to be saved.
The end result would be the ability to create x number of Word documents using a template that pulls all the values from an excel sheet including the file name of the generated document.
Please help.
Thanks in advance.
You can do it by using Word and Excel Automation, using languages such as Visual Basic 6 (through COM), VB .Net (through interop) or C# (through interop), for example for getting data from a database. In your case because you simply want to create a documente based on excel data the simplest manner is to use the MS Word Mail's Merge Wizard.
Take a look at:
http://office.microsoft.com/en-us/excel-help/print-labels-by-using-excel-data-in-a-word-mail-merge-HP005203760.aspx