473,382 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How to access SharePoint at runtime?

Airslash
221 100+
Hello,

I'm currently investigating SharePoint for our company as a means to make Excel processing accessible through our web application without relying on the Office Interop DLL files. (our sysadmin doesnt want to install Office on the production server, for good reason)

I'm aware that Sharepoint has an Excel Webservice that can be enabled and used by the application. The problem, if it is a problem, is that I need to make a class that wraps all the logic for transforming an Excel into HTML.
So I need to add the references to this webservice to the application.

But what if we need to deploy the application with a customer that has no SharePoint server available, will this cause a problem in the application? We will use checks to make stuff visible and invisible depending on whether a parameter is set, but I'm looking for a means to ensure that I can for example add the required references at runtime when I need them for Sharepoint.

I hope the question is clear.
Feb 25 '11 #1
1 1851
eneyardi
180 100+
When you publish an Excel list to a SharePoint site, it automatically becomes a SharePoint list. SharePoint lists and Excel lists handle data in much the same way, with a couple of important differences you should be aware of:

Formulas When you publish an Excel list to a SharePoint site, any formulas in the Excel list will be converted to values in the SharePoint list. If the lists are linked, this means the formulas in your Excel list will be converted to values, too.
Also, if you create a calculated column in the linked SharePoint list, you will be able to read the formulas and values for that column in the Excel list, but you will be unable to edit them in Excel.

Data types When you publish a list to a SharePoint site, each column will be assigned one of the following SharePoint data types:
Text (single line)
Text (multiple lines)
Currency
Date/Time
Number
Hyperlink
If a column has cells with different data types, Excel applies the data type that is appropriate for every cell in the column. For example, if a column contains numbers and text, the data type in the SharePoint list will be text.

Note To ensure the integrity of SharePoint list data, Excel conforms to the data types used in the SharePoint list. If you type data into a cell of either linked list that doesn't match the SharePoint data type for that column, an error message will be displayed.
Jul 7 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Ken Wigle | last post by:
All, I am trying to add some .net applications I wrote to a virtual directory underneath the sharepoint services web site. I am having some problems and wondering if a) this is possible and/or...
15
by: (PeteCresswell) | last post by:
Got a sample of MS's "Advisor Guide To Microsoft Access" in the mail today - accompanied by a sample "Advisor Guide To Microsoft SharePoint". I skimmed both, but the SharePoint explanation is too...
0
by: abhijeet.tale | last post by:
I am a newbie to .NET programming. I need to get the names of the documents in the document library in a particular sharepoint site. Is the code below correct? SPSite site = new...
1
by: John Bailo | last post by:
I'm trying to extract some basic information about /Sharepoint/ from the muck of marketing hype and technical documents. Perhaps someone can help. I think I can: 1. Set up a Sharepoint web...
0
by: =?Utf-8?B?QmFyZW4=?= | last post by:
Hi! I have created a ASP.NET web application and accessing the same in SharePoint Portal Server using PageViewer Control. My application has a search, wherein I am sending the search string as a...
8
by: GaryDean | last post by:
I was advised by a Microsoft speaker at a local .Net conference that "SharePoint" had a lot to offer for asp.net developers. I've spent a few hours hunting down links on Sharepoint Services in...
20
by: Neil | last post by:
What is Sharepoint, and should I care?
4
by: frikk | last post by:
I previously posted about accessing SharePoint over the web. Well I have since given up any easy means of doing this, since something else has perked my interest. Instead of going to...
8
by: ARC | last post by:
Hmmm...This is interesting. While reading info on packaging an Access 2007 runtime app, it's mentioned that a file such as, .accde (mde for 2007) will be changed to .accdr, where the final r means...
0
by: bsmith1077 | last post by:
Need information on how to migrate Access 2007 DB to SharePoint. Existing Setup: ~Complex Access 2007 database (been evolving for 15 years) ~Accde file renamed to Accdr provided via network...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.