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
>
excel services
Tagged Content List
Blog Post:
It’s been a while… Welcome Windows Live Embedding!
Shahar Prish
This has been a long time coming. But I finally have something new for you guys. It has been all over the news/twitter/blogs by now, but one of the new features we added is the ability to embed Excel workbooks in your blogs/sites. There’s a pretty straightforward explanation about this here: Embedding...
on
23 Sep 2010
Blog Post:
Restplorer – visual exploration tool for Excel Services 2010 REST capabilities
Shahar Prish
At the beginning of the year, I wrote a little web app that lets you get embed code for REST URLs/elements in Excel Services in a very easy way – instead of crafting the URL yourself, or navigating through ATOM feeds, you get a nice UI to do that. Well.. Not really “nice” as much as an “eye sore” – the...
on
17 Feb 2010
Blog Post:
“Scratch pad” mode in Excel Services 2010 – how to bring it back
Shahar Prish
One of the things that were a side-effect of the massive re-write we did on the Excel Web Access component (EWA) to enable editing scenarios and better scrolling was the fact that, when in view-mode, we could allow the user to type directly into the cells of the workbook (as opposed to the way we did...
on
8 Feb 2010
Blog Post:
Charts based on dynamic ranges in Excel Services 2010
Shahar Prish
Hey folks, been asked about this a few times already, so thought I would post – if you are using any of the betas, you will notice that your charts based on dynamic ranges that used to work in 2007 no longer work. This has been fixed and will be available in the RTM bits. If you have any questions, feel...
on
2 Feb 2010
Blog Post:
So what else can OpenXML + ASPX + Excel Services can do?
Shahar Prish
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
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 4 – Summary
Shahar Prish
This post shows how to code the sample application shown on this blog. This continues part 3 of this coding series. In this series, I tried to show how you can play with multiple technologies to achieve your goal. In this case, this “app” uses the following SharePoint 2010 technologies: 1. Excel Web...
on
11 Dec 2009
Blog Post:
“Something interesting” Sample app – Coding – Part 3 – Showing the interesting stuff
Shahar Prish
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
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
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
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:
Summary – new programmability capabilities in Excel Services
Shahar Prish
The last 20 posts or so on the blog discussed the new Excel Services programmability capabilities – I went into detail on most of them. I hope I was able to convey some of the new and exciting (I am allowed to use this word when I really believe it!) capabilities we built into Excel Services 2010. Here...
on
1 Dec 2009
Blog Post:
Using SetParameters with the Excel Web Services APIs
Shahar Prish
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
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
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
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
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
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:
Creative workarounds – Windings edition
Shahar Prish
11/24/09 - Correction - Sergei contacted me to explain that I got it all wrong - Windings does not give all the required shapes (Circle, Triangle and Square).Instead, Sergei had to hunt until he found the perfect font that supported all that perfectly - Good ol' "Arial Unicode MS". In older posts...
on
18 Nov 2009
Blog Post:
Excel Services REST limitations
Shahar Prish
We just went through two or three weeks worth of posts and I tried to show you some of the new stuff we can do with Excel Services. It’s cool, it’s exciting, it’s great. But here comes the caveat post!! There are a number of things that do not currently work in REST – the following is a partial list...
on
17 Nov 2009
Blog Post:
Coding the Excel Services Windows 7 Gadget – Part 5 – Next steps
Shahar Prish
There are a few things I want to change/fix and a few features I want to add to the gadget. Here they are, in no particular order: Changes: 1. I want to change the way the gadget works to be more like the fly-out – instead of relying on the settings to tell the gadget how to display the content, I want...
on
16 Nov 2009
Blog Post:
Coding the Excel Services Windows 7 Gadget – Part 4 - Fly-outs
Shahar Prish
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
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
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
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
Page 1 of 5 (112 items)
1
2
3
4
5