|
February 6, 2012
|
|
Search_Blog
|
 |
|
|
|
|
|
Blog_Archive
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
Blog
|
|
|
View_Blog
|
 |
|
Dec
22
Written by:
host
Tuesday, December 22, 2009 8:34 PM
Ever wondered...
How can I display an EXCEL Spreadsheet in DotNetNuke?
I have been asked this question several times in the last few weeks and have seen the same question posted in the forums too. The answer is rather straight forward and the work is mostly done by Microsoft. But there is always a catch. In most causes, it's view only! Also, the syntax to extract the data is a special version of T-SQL, so there are some limits.
First, lets look at the connection string required to access the the spreadsheet. The standard format is something like: (See www.connectionstrings.com for more detail.)
Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=C:\MyExcel.xls;
Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";
The provider is Mircosoft's JET engine that in part of the ACCESS family. It does understand SpreadSheets prior to EXCEL 2007. So if you are using EXCEL 2007, you will need to save the file as a true XLS file. The Extended properties HDR=YES indicates that the first row contains the column names.
To access the data, you can use SQL - but it has given syntax. For example, use
SELECT * FROM [sheet1$]
where the source of the select is the EXCEL worksheet name followed by a "$" and wrapped in "[" "]" brackets.
So if you have a spreadsheet called SCORES.XLS with the default sheet names and the first sheet like
| PlayDate |
Player |
Course |
Par |
Score |
| 01-JUL-2009 |
Paul |
The Dells |
72 |
80 |
| 01-JUL-2009 |
Bob |
The Dells |
72 |
79 |
| 02-JUL-2009 |
Paul |
SummerHill |
70 |
78 |
| 02-JUL-2009 |
Bob |
SummerHill |
70 |
79 |
Then the connection string would be something like the following - the location of the file is arbitrary:
Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=C:\DOTNETNUKE\PORTALS\0\SCORES.xls;
Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";
and the select would be
Select * from [Sheet1$]
with a result like
| PlayDate |
Player |
Course |
Par |
Score |
| 01-JUL-2009 |
Paul |
The Dells |
72 |
80 |
| 01-JUL-2009 |
Bob |
The Dells |
72 |
79 |
| 02-JUL-2009 |
Paul |
SummerHill |
70 |
78 |
| 02-JUL-2009 |
Bob |
SummerHill |
70 |
79 |
There are several different modules that can generate a display like this:
- Reports Modules - the core module can display the data
- SQLGrid from DNNStuff (www.dnnstuff.com)
- SQLGridSelectedView from this site (www.tressleworks.ca) can display the data and allow you to filter the data in various ways. You can see an example of EXCEL spreadsheet data display here
Hope this helps - if you have questions -- let me know
Paul.
Tags:
5 comment(s) so far...
Re: Display EXCEL Spreadsheet data - Yes Virginia, there is a Santa Clause
All of the projects look great! You make it so simple to this. Thanks
By abercrombie and fitch deutschland on
Sunday, January 29, 2012 1:40 AM
|
Re: Display EXCEL Spreadsheet data - Yes Virginia, there is a Santa Clause
What a fun pattern! It's great to hear from you and see what you've sent up to. All of the projects look great! You make it so simple to this. Thanks
By abercrombie on
Sunday, January 29, 2012 1:41 AM
|
Re: Chinese Footware - and the removal of...
GameCoach Factory Outlet Onlineare usuallyCoach Factoryin By Coach Outlet Online on
Thursday, February 02, 2012 1:21 AM
|
beats by dre uk
The author of the paper joint, Cornell university application and engineering physics institute scientists morty-Fred mann according to design a special method, "this method through the change of laser beam frequency and wavelength, Cheap Beats By Dre so the spread in different rate, thus produce a (time) gap." Then, time holes on the other side of the second pulse laser beam, this bunch of pulse laser the function of the one is in the opposite direction to change the attributes of the laser beam, so that the laser beam back to the original attributes. In the experiment, occurs in time of vulnerability of events, can escape the probe detection. University of rochester institute of optics scientists ShiZhiMin (Zhimin Shi) said, "this is the first real time gap between the produce experiment, is also the first realize objects in space and in time and invisible experiment." ShiZhiMin was not involved in the study. Although the study is still in the early stages, but this time to the operation will has a broad prospect of application. ShiZhiMin said, "I believe, may the people do not have to this kind of technology exactly how much use thinking too much. auriculares beats Maybe people thinks of above all is to let something invisible don't be detected, or intentionally let some event in 'the cloak of'." However, time lens technology and may be quietly to the continuous flow of data to insert specific information, this behaviour can be perfect, and it is hard to find. Fred mann explains, "I think you can bring some data is coming into the hidden in optical fiber in data flow. Using the time lens, beats by dr dre australia you can follow one's inclinations to manipulate data, they may be reduction." Experts think, the technology will can be applied to the research and development due to chip, speed up the Internet and computer internal data and data flow processing speed. ShiZhiMin says, beats by dre headphones any application will depend on whether to expand the time holes. In addition, in the present experiment, simply by a single laser experiments, and the actual application to consider three dimensional light from different point of view to illuminate. ShiZhiMin think, Cornell university experiment has taken the first step in the key.
By beats by dre uk on
Friday, February 03, 2012 1:28 AM
|
ed hardy uk
With the Murano nike shoes sale the genuine article has been heat treated to be extremely tough and durable. The nike air shoes are likely to be made of cheaper materials, and are therefore more prone to chipping and damage. Genuine mens nike shox shoes is crafted to a high standard, making this premium jewellery both desirable and practical. With such a huge range of discount nike shoes available,makes the perfect gift for ladies of any age. If you are a Nike Air Max collector and you are concerned about being given imitation as gifts, then why not set up a Club account, and create a wish list? The wholesale nike shoes can be found for less when you shop on the Internet.
By ed hardy uk on
Friday, February 03, 2012 2:48 AM
|
|
|
|
|
|
Blog_List
|
 |
|
|
|
|
|
|
|
|
|
|