How to Import Exel File into Stimul Soft Report?

Stimulsoft Reports.NET discussion
Post Reply
sadat_prog
Posts: 2
Joined: Mon Nov 05, 2012 7:11 am

How to Import Exel File into Stimul Soft Report?

Post by sadat_prog »

hi..
Please tell me How to Import Exel File into Stimul Soft Report?
Thanks for your help!!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to Import Exel File into Stimul Soft Report?

Post by HighAley »

Hello.

You could create OleDB connection with one of next connection strings:

Code: Select all

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyExcel.xls;Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";

Code: Select all

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx;Extended Properties="Excel 12.0 Xml;HDR=YES";
Thank you.
sadat_prog
Posts: 2
Joined: Mon Nov 05, 2012 7:11 am

Re: How to Import Exel File into Stimul Soft Report?

Post by sadat_prog »

thank you for your answer but I want to import table Design and Fields in my report .Actually I have some Tables with many fields and special design in Excel file and now I want to use them in my report without designing tables again.Is it Possible?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to Import Exel File into Stimul Soft Report?

Post by Alex K. »

Hello,

Unfortunately, it is not possible.
As a way, you can try to copy the designed table from excel to word and then use our "Convert RTF (Rich Text Format) to Stimulsoft Reports" utility.

Thank you.
Post Reply