Sign in
Cum Grano Salis
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
CompatibilityChecker
Development
Development Related
EwaCompanion
Excel
Excel Services
Excel Services Gadget
Fluff
Geekdom
General
JSOM
Nmag
Pages
REST
Restplorer
Touchy Feely
TrayRadio
Win7
Browse by Tags
MSDN Blogs
>
Cum Grano Salis
>
All Tags
>
development
Tagged Content List
Blog Post:
So what else can OpenXML + ASPX + Excel Services can do?
Shahar Prish - MSFT
In my previous post , I stole code that showed how developers can write code that will generate XLSX files by using the fancy OpenXML SDK on the fly. At the end though, I explained how a workflow activity would have been much better for the scenario I presented, at least from a performance point of view...
on
15 Dec 2009
Blog Post:
Zeyad Rajabi just got served – Extending the reach of Excel Services with the Open XML SDK – now with more awesomness
Shahar Prish - MSFT
A few days ago, Zeyad Rajabi posted a really nice post about using OpenXML with Excel Services . His solution showed an Excel chart that you use to update a workbook and generate a chart showing, in the case of his example, the status of specs in his group. When I saw this post, I decided to ‘one up...
on
14 Dec 2009
Blog Post:
“Something interesting” Sample app – Coding – Part 3 – Showing the interesting stuff
Shahar Prish - MSFT
This post shows how to code the sample application shown on this blog. This continues part 2 of this coding series. In this stage, I will show how the link we generated in the previous link causes the page to show correctly to the user. In the previous post, we created a link that looks like this: /Docs...
on
10 Dec 2009
Blog Post:
“Something interesting” Sample app – Coding – Part 2 – coding the publish functionality
Shahar Prish - MSFT
This post shows how to code the sample application shown on this blog. This continues part 1 of this coding series. Before we go into the code of the sample app , I will explain the flow of the web part page. The previous post showed the building of the page. The two really interesting parts in there...
on
9 Dec 2009
Blog Post:
“Something interesting” Sample app – Coding – Part 1 – Building the page
Shahar Prish - MSFT
This post shows how to code the sample application shown on this blog. In my previous post, I showed the “I found something interesting” app which allows users to analyze workbooks and publish their insights. With the following few posts, I will show how this solution is coded. The first element...
on
8 Dec 2009
Blog Post:
Sample application “I found something interesting”
Shahar Prish - MSFT
Another week, another app (and I use “app” loosely – it’s a SharePoint web-part page). The following sample application is used to allow people to analyze a certain workbook and add insight. The insight may be as simple as marking a certain area in the workbook and pointing people’s attention to it and...
on
7 Dec 2009
Blog Post:
Using SetParameters with the Excel Web Services APIs
Shahar Prish - MSFT
One of the new methods I listed in the post about new features is the SetParameters() SOAP call. This allows callers to set multiple parameters at the same time in Excel Services. In this example I have a simple list containing items and sales of those items. I then use a PivotTable to aggregate the...
on
30 Nov 2009
Blog Post:
Using the Web Services APIs to open a workbook for editing and set calculation options
Shahar Prish - MSFT
This post is going to be pretty light-weight. It will show how to use the OpenWorkbookForEditing and SetCalculationOptions methods. I won’t create some over-arching example – the skills you have in interacting with sessions in Excel Services are the going to be the same. I will discuss the behavior and...
on
25 Nov 2009
Blog Post:
What’s new in Excel Web Services in SharePoint 2010
Shahar Prish - MSFT
So far I talked about the new extensibility features in Excel Services 2010 – REST and the new JavaScript OM. I thought I would spend some time talking about the existing extensibility mechanism we have – Excel Web Services. With the new release we have added some new functionality to this SOAP interface...
on
24 Nov 2009
Blog Post:
Introduction to the Excel Services JavaScript OM - Part 3 – writing to the workbook
Shahar Prish - MSFT
So far we saw how one can call into the EWA at arbitrary times and respond to events by affecting the page around the EWA. This time around we will combine the two mechanisms to make modifications to the workbook when the selection changes. If you will recall, in part 1 , we listened to events over the...
on
23 Nov 2009
Blog Post:
Introduction to the Excel Services JavaScript OM - Part 2 – listening to events
Shahar Prish - MSFT
The previous post showed how to start using the Excel Services JavaScript OM to automate the EWA web-part. The example given showed how to cause periodic recalculation on a workbook that’s on a SharePoint web-page. In this post, we will add our first event to the EWA and see how we can get an even...
on
20 Nov 2009
Blog Post:
Introduction to the Excel Services JavaScript OM - Part 1 – Humble beginnings
Shahar Prish - MSFT
Edit: I fixed a problem with the skeleton code that made the thing not work in browsers other than IE. In the past few weeks, I wrote a bunch of posts about the new REST APIs in Excel Services. I wanted to take a bit of a breather from those APIs and start writing about the new JavaScript browser...
on
19 Nov 2009
Blog Post:
Coding the Excel Services Windows 7 Gadget – Part 4 - Fly-outs
Shahar Prish - MSFT
One of the features gadgets posses is the ability to have a “fly-out” visual aid for “zooming in” or “drilling down” on parts of the gadget. The Excel Services gadget supports that too – for certain types of links. Generally speaking, one should not muck around with the HTML that comes back from Excel...
on
13 Nov 2009
Blog Post:
Coding the Excel Services Windows 7 Gadget – Part 3 - Ranges
Shahar Prish - MSFT
The first post in this series talked about how to code the settings window and the second talked about how the chart contents is displayed on the gadget itself. In this post, I will show how ranges are treated when the user requests to see them on the gadget. Ranges (and tables and PivotTables) are...
on
12 Nov 2009
Blog Post:
Coding the Excel Services Windows 7 Gadget – Part 2 - Charts
Shahar Prish - MSFT
The first part of this series showed how the code in the Settings form worked in the gadget. In this part, I will start describing how the gadget fetches the requested information from Excel Services and displays it. As a reminder, here’s what the gadget looks like when minimized and showing a chart...
on
11 Nov 2009
Blog Post:
Coding the Excel Services Windows 7 Gadget – Part 1 - Settings
Shahar Prish - MSFT
In the next few days, my posts will revolve around the mechanisms that make the Excel Services gadget tick. I won’t talk a whole lot about Gadget development – that could easily take up 4 or 5 posts – I will give a very brief overview though on what a gadget is and how it works. You can read more about...
on
10 Nov 2009
Blog Post:
Excel Services REST APIs – the basics
Shahar Prish - MSFT
Last week I posted a number of pieces about the various ways the new Excel Services REST APIs allows developers to leverage data and elements from within workbooks by giving direct URLs to them. This post contains details about the available capabilities of the REST APIs – essentially a list of all the...
on
2 Nov 2009
Blog Post:
Reason #4871 why I hate DHTML
Shahar Prish - MSFT
Margins. In script. To set? Use element.style. marginTop . To get in runtime? Use element. topMargin . Arghhhhhhh! It's like DHTML is forcefuly trying to make me hate it.
on
31 Oct 2009
Blog Post:
Getting ranges via Excel Services REST as well as Charts and Discovery
Shahar Prish - MSFT
The previous post (and the one before ) showed how the Excel Services REST API allows developers to discover information about a workbook as well as get back images of live charts from an Excel Workbook. It is also quite possible to get other types of data – specifically ranges from the spreadsheet...
on
30 Oct 2009
Blog Post:
Discovery via the Excel Services REST APIs
Shahar Prish - MSFT
In my previous post , I showed what embedding a chart from Excel Services inside a blog looks like. In this post, we will take a step back and explore the discovery mechanisms built into the Excel Services REST APIs. Discovery allows developers and users to explore the content of the workbook either...
on
29 Oct 2009
Blog Post:
So what does REST on Excel Services look like???
Shahar Prish - MSFT
In my first post about Excel Services and REST , I showed how to construct a simple REST URL pointing directly to a PNG in a workbook. This post was supposed to be about the discovery built into the Excel Services REST API. However, I got a couple of questions about what my previous post actually looks...
on
28 Oct 2009
Blog Post:
Welcome to the new Excel Services!
Shahar Prish - MSFT
Now that Microsoft SharePoint Conference 2009 is done, I have some more time to start posting about all the nice things we have done with SharePoint 2010 – especially with Excel Services. In the coming months, I will post about Excel Services, concentrating on some of the new capabilities we enabled...
on
27 Oct 2009
Blog Post:
Who's Afraid of the big-bad cast operator?
Shahar Prish - MSFT
My previous blog entry (which was completely misunderstood by some people who commented - I blame the fact that English is not my native tongue) reminded me of another poor coding behavior. Just so we don't have a repeat of that last post, let me clarify that I have nothing against the as operator -...
on
24 Mar 2008
Blog Post:
Using a Generic return type that does not appear in the parameter list - when to use it
Shahar Prish - MSFT
EDIT: Contrary to what people understood from this post, it is NOT a "Do not use Generics" post - I think Generics are a GREAT addition to the language/framework and I use them all the time. It is against a very specific usage of Generics Short Answer: Rarely. Slightly longer answer: When you are...
on
23 Mar 2008
Blog Post:
COM Library for Excel Web Services - Use EWS from VBA!
Shahar Prish - MSFT
In the ODC 2008, I gave a demo of how to use Excel Web Services from a VBA client - the demo was basically just a managed library that wrapped a generated Web Services proxy. Since Microsoft no longer seems to supply a SOAP toolkit for office, this is the easiest way of achieving access to Excel Web...
on
5 Mar 2008
Page 1 of 3 (74 items)
1
2
3