Stories recently tagged with 'Office'

Microsoft Office Communicator 2007 Presence Controls(microsoft.com)

submitted by JemmJemm(9604) 4 years, 2 months ago

Microsoft Office Communicator 2007 Presence Controls are designed to provide presence information and real time collaboration options to Microsoft Windows Forms, Web Forms and GUI applications that are based on the Microsoft Win32 application programming interface. The controls provide developers of these applications with the ability to drag-and-drop the control from the toolbox in Visual Studio onto applications and provide access to the capabilities of Communicator in an easy to incorporate manner. read more...

add a comment |category: |Views: 403

tags: another

Why are the Microsoft Office file formats so complicated?(joelonsoftware.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 3 months ago

"Last week, Microsoft published the binary file formats for Office. These formats appear to be almost completely insane. The Excel 97-2003 file format is a 349 page PDF file."... read more...

add a comment |category: |Views: 3

tags: another

Microsoft releases Office binary file formats (doc, xls, ppt)(microsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 3 months ago

.doc, .xls and .ppt specifications are available. A few years too late for me, but good news none the less. read more...

add a comment |category: |Views: 6

tags: another

Excel 2007's Multiplication Bug: Food for thought(thinkersroom.com)

submitted by GandalfGandalf(465) 4 years, 8 months ago

Excel 2007 has an interesting (though embarrassing) multiplication bug that ought to give developers quite some food for thought for some of the things that they take for granted ... read more...

add a comment |category: |Views: 1

tags: another

Data Connectivity Components:2007 Office System Driver(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 9 months ago

In case you need to read or write from/to MS Office System Files (e.g Access 2007 or Excel 2007) .This set of components from Microsoft can make your life easer .Connectivity to MS SharePoint Services and text files is also supported. read more...

add a comment |category: |Views: 192

tags: another

Visual Studio Vista extensions (blog.csharp-online.net)

submitted by HyleHyle(2755) 4 years, 11 months ago

A collection of tools is now available for Visual Studio 2005 to develop for the Windows Vista and Office 2007 systems. read more...

add a comment |category: |Views: 1

tags: another

Microsoft Office documents parsing Using Windows Indexing Service for (dotlucene.net)

submitted by jasper22jasper22(1320) 5 years, 2 months ago

On Windows 2000+ you can use the IFilter interface to parse the most common file types. IFilter interface is a part of Microsoft Indexing Service. The IFilter interface is also used by Windows Desktop Search. More about it + example of C# file is on site read more...

add a comment |category: |Views: 34

tags: another

Office Development Bloggers OPML(microsoft.com)

submitted by ekampfekampf(3195) 5 years, 4 months ago

Download this OPML for use in RSS feeds to get a list of over 60 Office-related blogs. read more...

2 comments |category: |Views: 1

tags: another

Open-source API for SpreadsheetML documents(blogs.msdn.com)

submitted by jtnnjtnn(155) 5 years, 4 months ago

Doug's found a great API for creating Excel 2007 files on the server WITHOUT needing Excel installed! read more...

add a comment |category: |Views: 439

tags: another

Using the Packaging API and Office Open XML to create Excel 2007 files(openxmldeveloper.org)

submitted by jtnnjtnn(155) 5 years, 4 months ago

Cool overview of how to write Open XML files on the server. This makes it real easy to create Excel 2007 files WITHOUT Excel! read more...

add a comment |category: |Views: 105

tags: another

How to create Microsoft Excel 2007 files on the server(codeproject.com)

submitted by jtnnjtnn(155) 5 years, 4 months ago

ExcelPackage provides server-side generation of Excel 2007 spreadsheets. It is a set of classes and wrappers around the .NET 3.0 System.IO.Packaging API and the new Office Open XML file format. It extracts away the complexity of dealing with the individual XML components making it real easy to create sophisticated spreadsheets on the server. read more...

1 comment |category: |Views: 8

tags: another

Complementary copy of Office Professional 2007(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years, 4 months ago

Complementary copy of Office Professional 2007 read more...

add a comment |category: |Views: 4

tags: another

Controlling Outlook 2007 with C# and Visual Studio Tools for Office(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

This post describes how to use C# and the Visual Studio Tools for Office to program Outlook 2007. The focus is on showing the preliminary steps necessary to programmatically run a set of Outlook rules. read more...

add a comment |category: |Views: 469

tags: another

Coding Horror: Office 2007 -- not so WIMPy(codinghorror.com)

submitted by javierRomerojavierRomero(1010) 5 years, 6 months ago

In my opinion, the new Office 2007 user interface is one of the most innovative things to come out of Redmond in years. It's nothing less than the death of the main menu as a keystone GUI metaphor. This is a big deal. Historically, where Office goes, everyone else follows. It's already starting to trickle down: IE7 does not show its main menu by default, and neither does Vista. You have to press Alt to expose the menu. The main menu has been demoted to a sort of configuration panel for advanced users; for everyone else, there's the Ribbon and toolbar buttons. read more...

add a comment |category: |Views: 3

tags: another

Server-Side Generation of Word 2007 Docs(msdn.microsoft.com)

submitted by korayemkorayem(1240) 5 years, 6 months ago

In this month's MSDN magazine, November issue... learn how to read, write and generate Word, Excel and Powerpoint documents on the server without running Office using ASP.NET and Sharepoint read more...

add a comment |category: |Views: 33

tags: another

View revisions to a WordprocessingML document in a browser(openxmldeveloper.org)

submitted by JemmJemm(9604) 5 years, 8 months ago

This article explains the usage of ASP.NET application in converting a WordprocessingML document with simple textual content and comments into HTML using XSLT. If the document revision (“track changes”) is set “on”, then the tracked changes are also converted to HTML. read more...

add a comment |category: |Views: 15

tags: another