Stories recently tagged with 'Office2007'

Reuse Excel business logic with PHPExcel(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 10 months ago

In many companies, business logic resides in Excel. This business logic is sometimes created by business analysts and sometimes by business users who want to automate parts of their everyday job using Excel. This Excel-based business logic is often copied into an application (i.e. a website) and is maintained on 2 places: if the Excel logic changes, the application should also be modified. Did you know you can use PHPExcel to take advantage of the Excel-based business logic without having to worry about duplicate business logic? read more...

add a comment |category: |Views: 14

tags: another

An easy way to add a Ribbon Panel Office 2007 style - The Code Project(codeproject.com)

submitted by jiltedcitizenjiltedcitizen(563) 4 years, 9 months ago

Office 2007 Ribbon panel control read more...

1 comment |category: |Views: 180

tags: another

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

submitted by jtnnjtnn(155) 5 years, 1 month 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: 104

tags: another

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

submitted by jtnnjtnn(155) 5 years, 1 month 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

Being a responsible open source developer(weblogs.asp.net)

submitted by x.staticx.static(435) 5 years, 1 month ago

I've been following the Office 2007 UI for quite some time, ever since I got my hands on early dog food alphas from the Office team. While some might not call it innovation, it just makes sense to me and I think it's a well designed and thought out piece of work. Yes, there are those that are not going to get it and require gobs of training and scream and kick and moan and want their beloved File menu and toolbar back. There is the other group where we embrace it and actually like it. I'll be the first to *** and complain when I'm building presentations where the freakin' buttons are as I'm still getting used to it, but in the end that's it. I'll get used to it, just give it time. I like the look and think it's a good way to go and frankly, Microsoft made that decision long ago and like or not, we have to adapt and live with it (or not, but that's a different blog post). read more...

add a comment |category: |Views: 0

tags: another

Free Copies of Vista Business and Office 2007 Professional(weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 2 months ago

Microsoft just launched several Webcasts that provide details on Windows Vista and Office 2007. Watch 3 and get a free copy of Vista Business and/or Office 2007 Professional. Sounds like a good deal for getting some free training on the new products. read more...

4 comments |category: |Views: 5

tags: another

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

submitted by javierRomerojavierRomero(1010) 5 years, 2 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

Your first Boo control. Office 2007 SupertoolTip.(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 3 months ago

This is an extremely simple introduction to creating a control with Boo. This article will concentrate on the creation of a SuperToolTip control (Office 2007). read more...

add a comment |category: |Views: 53

tags: another