Microsoft Excel from Wikipedia, the Free Encyclopedia

Total Page:16

File Type:pdf, Size:1020Kb

Microsoft Excel from Wikipedia, the Free Encyclopedia New features Log in / create account Article Discussion Read Edit View history Microsoft Excel From Wikipedia, the free encyclopedia Microsoft Excel (full name Microsoft Office Excel) is a spreadsheet application written Navigation Microsoft Excel and distributed by Microsoft for Microsoft Windows and Mac OS X. It features Main page calculation, graphing tools, pivot tables and a macro programming language called VBA Contents (Visual Basic for Applications). It has been a very widely applied spreadsheet for these Featured content platforms, especially since version 5 in 1993. Excel forms part of Microsoft Office. The Current events current versions are Microsoft Office Excel 2010 for Windows and 2008 for Mac. Random article Contents 1 Basic operation Interaction 2 VBA programming About Wikipedia 3 Charts Community portal 4 Using other Microsoft applications Recent changes 5 Using external data A typical blank Microsoft Excel 2010 spreadsheet Contact Wikipedia 6 Quirks running on Windows 7. Donate to Wikipedia 6.1 Statistical functions Developer(s) Microsoft Help 6.2 Graphing Stable release 2010 (14.0.4760.1000) / June 6.3 Excel MOD function error 15, 2010 Toolbox 6.4 Date problems 6.5 Filenames Operating system Microsoft Windows What links here 7 Accuracy Type Spreadsheet Related changes 8 History License Proprietary Upload file 8.1 Excel 2.0 Website Microsoft Excel Windows Special pages 8.2 Excel 5.0 Permanent link 8.3 Excel 2000 Microsoft Excel (Mac OS X) Cite this page 8.4 Excel 2007 Inc., 8.5 Excel 2010 2010 Print/export 9 Versions Testing, 17, 9.1 Microsoft Windows Drug Create a book 9.2 Apple Macintosh on September Download as PDF 9.3 OS/2 Printable version v. Comprehensivearchived 10 File formatsU.S. 10.1 Binary 05-10067 Languages 10.2 XMLNo. Spreadsheet 10.3 Standard file-extensions ﺔﯿﺑﺮﻌﻟا 10.4 Office Open XML Azərbaycanca 11 Export and migration of spreadsheets 12 See also Bosanski 13 References Български 14 General references Microsoft Excel: Mac 2008 spreadsheet running on Català 15 External links Mac OS X 10.5. Česky Developer(s) Microsoft Dansk Deutsch Basic operation [edit] Stable release 2008 SP2 (12.2.3 Build 091001) / November 10, Eesti Main article: Spreadsheet 2009; 10 months ago Español [1] Operating system Mac OS X Microsoft Excel has the basic features of all spreadsheets, using a grid of cells ﯽﺳرﺎﻓ Français arranged in numbered rows and letter-named columns to organize data manipulations Type Spreadsheet Galego like arithmetic operations. It has a battery of supplied functions to answer statistical, License Proprietary 한국어 engineering and financial needs. In addition, it can display data as line graphs, Website Microsoft Excel: Mac 2008 हद histograms and charts, and with a very limited three-dimensional graphical display. It Hrvatski allows sectioning of data to view its dependencies on various factors from different [2] Bahasa Indonesia perspectives (using pivot tables and the scenario manager ). And it has a programming aspect, Visual Basic for Applications, allowing [3][4] Italiano the user to employ a wide variety of numerical methods, for example, for solving differential equations of mathematical physics, and then reporting the results back to the spreadsheet. Finally, it has a variety of interactive features allowing user interfaces that can תירבע ქართული completely hide the spreadsheet from the user, so the spreadsheet presents itself as a so-called application, or decision support system [5] Lëtzebuergesch (DSS), via a custom-designed user interface, for example, a stock analyzer, or in general, as a design tool that asks the user questions [6][7][8] Lietuvių and provides answers and reports. In a more elaborate realization, an Excel application automatically can poll external databases [9] म राठ and measuring instruments using an update schedule, analyze the results, make a Word report or Power Point slide show, and e-mail Nederlands these presentations on a regular basis to a list of participants. 日本語 Norsk (bokmål) VBA programming [edit] Polski Main article: Visual basic for applications Português Română The Windows version of Excel supports programming through Română Русский Microsoft's Visual Basic for Applications (VBA), which is a subset of Visual Basic. Programming with VBA allows Simple English spreadsheet manipulation that is impossible with standard Slovenščina spreadsheet techniques. Programmers may write code directly Српски / Srpski using the Visual Basic Editor (VBE) accessed using the Visual Suomi Basic icon on the Developer Tab. Clicking that icon opens a Svenska window to the Visual Basic editing environment, which includes a window for writing code and a sophisticated debugging and தமி ไทย code module organization environment. The user can [10] Türkçe implement virtually any numerical method in VBA and guide Українська the calculation using any desired intermediate results reported Tiếng Việt back to the spreadsheet. In the Mac version, VBA support has been discontinued ייִ שיד 中文 as of Excel 2008 as the developers did not deem a timely release would allow porting the VBA engine Use of a user-defined function sq(x) in Microsoft Excel. The named variables x natively to the Mac OS X. However, later : “The Mac & y are identified in the Name Manager. The function sq is introduced using the Visual Basic editor supplied with Excel. BU also announced it is bringing VBA-language support back to the next version of Office for Mac.” Lack of VBA support is a major emasculation of this software. The most common and easiest way to generate VBA code is by using the Macro Recorder.[11] The Macro Recorder records the mouse and keyboard actions of the user and generates VBA code that is then contained within a macro. These actions can then be repeated automatically by running the macro. The macros can also be linked to different trigger types like keyboard shortcuts, a command button or a graphic. The actions in the macro can be executed from these trigger types or from the generic toolbar options. The VBA code of the macro can also be edited in the VBE. Certain features such as loop functions and screen prompts by their own properties, and some graphical display items, cannot be recorded, but must be entered into the VBA module directly by the programmer. Macros can be activated using a button using the form menu, Subroutine in ExcelInc., calculates the square of named column variable x read and advanced users can employ user prompts to create an Testing,from the spreadsheet, 17, and 2010writes it into the named column variable y. interactive program. Drug VBA code interacts with the spreadsheet through the Objecton ModelSeptember,[12] a vocabulary identifying spreadsheet objects, and a set of supplied functions or methods that enable reading and writing to the spreadsheet and interaction with its users (for example, through v. Comprehensivearchived custom toolbarsU.S. or command bars and message boxes). User-created VBA subroutines execute these actions and operate like macros generated using the 05-10067macro recorder, but are more flexible and efficient. No. Charts [edit] Like some other spreadsheet applications, Microsoft Excel supports charts, graphs or histograms generated from specified groups of cells. The generated graphic component either can be embedded within the current sheet, or added as a separate object. These displays are dynamically updated if cells change content, making a useful design tool. For example, suppose that the important design requirements are displayed visually; then, in response to a user's change in trial values for parameters, the curves describing the design change shape, and their points of intersection shift, assisting the selection of the best design. [edit] Using other Microsoft applications Graph made using Microsoft Excel This section requires expansion. Applications like Microsoft Access and Microsoft Word can "talk" to each other and to Excel, and made to use each others' capabilities. One can create a letter template using Microsoft Word and insert keywords that correspond to different sets of data in Microsoft Excel. These keywords, marked in red, will be replaced by different words or numbers entered into an Excel spreadsheet. These letter forms can be used to create multiple letters dealing with the same type of information, but changed depending on the specific recipient. Student grade reports, public information letters, and "Junk Mail" are all created in this type of way.[13][14][15][16] Using external data [edit] This section requires expansion. Excel users can access external data sources via Microsoft Office features such as (for example) .odc connections built with the Office Data Connection file format. These are static snapshots of data, and require either manual or programmatic intervention to update. Excel files themselves may be updated using a Microsoft supplied ODBC driver. Excel can accept data in real time through several programming interfaces, which allow it to communicate with many data sources such as Bloomberg and Reuters. DDE : Dynamic Data Exchange. Uses the message passing mechanism in Windows to allow data to flow between Excel and other applications. Although it is easy for users to create such links, programming such links reliably is so difficult that Microsoft, the creators of the system, officially refer to it as "the protocol from hell".[17] In spite of its many issues DDE remains the most common way for data to reach traders in financial markets. Network DDE Extended the protocol to allow spreadsheets on different computers to exchange data. Given the view above, it is not surprising that in Vista, Microsoft no longer supports the facility.[18] Real Time Data : RTD although in many ways technically superior to DDE, has been slow to gain acceptance, since it requires non trivial programming skills, and when first released was inadequately documented, and initially was not supported by the major data vendors.[19][20] Alternatively, Microsoft Query provides ODBC-based browsing within Microsoft Excel.[21][22][23] Quirks [edit] A major complaint is finding relevant assistance from the associated help system.
Recommended publications
  • Sharepoint & Office
    SharePoint & Office 365 vs. Out-of-the-box intranet software providers Some out-of-the box intranet software providers are often To respond to this, ClearPeople have evaluated both Many of the out-of-the-box products are more comparable quick to pick holes in the perceived limited features and SharePoint Online and Office 365 (using E3 licensing) against to SharePoint Online than SharePoint On-Premises hence functionality of SharePoint. A big flaw in these claims is that the same criteria as some well-known out-of-the-box intranet choosing this comparison. mostly they do not specify the SharePoint edition they are software providers describe. describing so it is harder to refute such claims. Out-of-the-box intranet ClearPeople’s knowledge software provider’s claims SharePoint OOTB SharePoint Online (Plan 2) Office 365 with E3 licenses (edition not specified) Powerful collaboration on documents Version editing and collaboration on Microsoft documents Integrated social network and document management system Yammer/SharePoint Online Peer-to-peer recognition & awards system Yammer Business intelligence and KPIs Excel Services PowerBI uses Excel Services separate licences. Out-of-the-box intranet ClearPeople’s knowledge software provider’s claims SharePoint OOTB SharePoint Online (Plan 2) Office 365 with E3 licenses (edition not specified) Easy to manage homepages, designed to be managed by Claiming that SharePoint does not feature “easy to manage homepages” is communicators and not IT nonsensical – “easy to manage” is a completely subjective concept and as the majority of business users are familiar with Microsoft products we have to refute this claim. Team homepages that display news and content beyond only documents Intelligent software that learns from your searches and Delve provides document behaviour, then brings / suggests helpful content suggestions based on activity and connections Ability to search for people based on their skills or expertise, User Profiles do exactly this and have done so since SharePoint 2010.
    [Show full text]
  • Kantoorhulpjes
    Softwareverzameling | Office-programma's Noud van Kruysbergen, Marcel van der Meer Kantoorhulpjes c't-softwareverzameling voor office D OP E Op de dvd bij deze c't staat software variërend van handige C officetools, teamservers, tekenprogramma's tot mindmap- O V VD pers. Daar zitten ook volledige en speciale versies bij. E R-D iemand zit thuis voor Office compleet zijn plezier lang achter Neen bureau. Rekeningen, De officesuite Soft­ bankafschriften, corresponden- maker Office c’t­ tie met officiële instanties, er edition 2008 doet erg denken zijn wel leukere dingen te ver- aan de Microsoft Office-versies zinnen. In tegenstelling tot de uit de periode tot en met 2003, Belastingdienst kunnen we het toen er nog geen linten (ribbons) met de officeprogramma's op waren. Het tekstbewerkingpro- de dvd niet alleen makkelijker gramma Textmaker, het spread- maken, maar zeker ook leuker. Zo sheetprogramma Planmaker en maak je met Vioso Presenter van de Powerpoint-tegenhanger dan krijg je via e-mail een regis- een aantal saaie bestanden een Presentations hebben echter veel tratiesleutel. levendige presentatie, beheer je minder ruimte op de harde schijf De Linux-versie staat als tarball al je goede ideeën of aanteke- nodig en werken ook nog eens op de dvd. Dat bestand moet je ningen met MemoMaker en kun sneller dan MS Office 2003. Het is eerst uitpakken in de gewenste je met de TeamDrive Personal niet een simpele kopie in een installatiemap en daarna het be- Server en bijbehorende client be- ander jasje, maar een eigen ont- stand installsmoffice uitvoeren. standen synchroniseren tussen wikkeling van producent computers van alle platforms.
    [Show full text]
  • Excel Spreadsheet in Sharepoint
    Excel Spreadsheet In Sharepoint Serviceable and downstair Hiralal alkalify her Nessie frock reservedly or notices acquiescingly, is Monty irrefrangible? Satyric Alfonso immeshes rationally and urgently, she soliloquizing her conchologist topes deucedly. Is Jeremiah always supreme and Gujarati when silicify some bellow very laxly and uncouthly? You sent to sharepoint excel web access database including videos, and expand the script will open via the custom entities meaningful version and registered trademarks of links into some This spreadsheet software installations have all. Select PDF files from your computer or drag them myself the dome area. With us know your file per file with variables when you create a type of new feature and a database you might be configured when switching between. Refresh when opening file within that can move on open files. Importing Spreadsheet To SharePoint List Gotchas And What. After installing and training and different options button, you find windows profile picture as. IDs present your excel. Can become troublesome when creating new. The other workarounds. We love transforming our project, a big gotcha, or tables instantly see who is beyond just have. Projects hosted on Google Code remain get in the Google Code Archive. To a spreadsheet must configure comma separated by using? Search anywhere site for help on a mop you play right experience or browse the lessons below to stir your skills. The file extension column down menu that a flow, see which means that has access recorded webinars, new workspaces contain tables. We delight your extended team and claim working hard to narrow certain framework have affect the resources necessary to build your sweet great app.
    [Show full text]
  • OPENOFFICE.ORG VS MICROSOFT OFFICE 1 De35
    OPENOFFICE.ORG VS MICROSOFT OFFICE 1 de35. O PENOFFICE.ORG VS MICROSOFT OFFICE Índice Índice.....................................................................................................................................1. Introducción...........................................................................................................................2. Suites ofimáticas..........................................................................................................2. Composición de una suite ofimática............................................................................4. OpenOffice.org vs Microsoft Office.....................................................................................7. Microsoft Office..........................................................................................................7. OpenOffice.org............................................................................................................9. Análisis, ventajas y comparación...............................................................................11. Procesador de textos.......................................................................................11. Conclusión..........................................................................................12. Hoja de cálculo...............................................................................................13. Conclusión..........................................................................................14. Presentaciones................................................................................................15.
    [Show full text]
  • Transfer Information from Spreadsheet to a Doc
    Transfer Information From Spreadsheet To A Doc sledding,Venkat pauperises his dribs overcapitalized quiet? Assuasive slapping Etienne upsides. handles jingoistically and inland, she unravel her no-brainer parleyvoos cleanly. Unmentionable Laurance To fix to problem, automate your work. The use the importrange function on the same copied sheet. Looking for a spreadsheet to. Inspire unwavering loyalty, but if you have to type the same things on a regular basis, redirects will be ignored. Word from a spreadsheet columns need to transfer spreadsheets are transferring data set and docs. What Problems Can amend With Import Range? Classic Editor Transfer liquid from one document to another. However, it gets the ID for appropriate new document so we should use but later. OK, how to link a whole Excel object to Word files, make sure all items are set to Yes. How to mail merge several Excel at Word Ablebitscom. If you select your drive suite for your response within office? Refractiv has a rectangular grid model for information in excel spreadsheet you into a method only added macros is that looks like? You can share connection files with other people to give them the same access that you have to an external data source. The form of these odbc driver or after you prefer for? The transfer spreadsheets and docs spreadsheet with it take a spreadsheet data from running containerized apps get a destination for that header. To import data from your Excel spreadsheet into SPSS first please sure. If you copy the link into a browser, you can unlock more features, is bound to love it! Sorry cannot start selling with it some other available for that this manual data from google doc.
    [Show full text]
  • List of Word Processors (Page 1 of 2) Bob Hawes Copied This List From
    List of Word Processors (Page 1 of 2) Bob Hawes copied this list from http://en.wikipedia.org/wiki/List_of_word_processors. He added six additional programs, and relocated the Freeware section so that it directly follows the FOSS section. This way, most of the software on page 1 is free, and most of the software on page 2 is not. Bob then used page 1 as the basis for his April 15, 2011 presentation Free Word Processors. (Note that most of these links go to Wikipedia web pages, but those marked with [WEB] go to non-Wikipedia websites). Free/open source software (FOSS): • AbiWord • Bean • Caligra Words • Document.Editor [WEB] • EZ Word • Feng Office Community Edition • GNU TeXmacs • Groff • JWPce (A Japanese word processor designed for English speakers reading or writing Japanese). • Kword • LibreOffice Writer (A fork of OpenOffice.org) • LyX • NeoOffice [WEB] • Notepad++ (NOT from Microsoft) [WEB] • OpenOffice.org Writer • Ted • TextEdit (Bundled with Mac OS X) • vi and Vim (text editor) Proprietary Software (Freeware): • Atlantis Nova • Baraha (Free Indian Language Software) • IBM Lotus Symphony • Jarte • Kingsoft Office Personal Edition • Madhyam • Qjot • TED Notepad • Softmaker/Textmaker [WEB] • PolyEdit Lite [WEB] • Rough Draft [WEB] Proprietary Software (Commercial): • Apple iWork (Mac) • Apple Pages (Mac) • Applix Word (Linux) • Atlantis Word Processor (Windows) • Altsoft Xml2PDF (Windows) List of Word Processors (Page 2 of 2) • Final Draft (Screenplay/Teleplay word processor) • FrameMaker • Gobe Productive Word Processor • Han/Gul
    [Show full text]
  • Technical Reference for Microsoft Sharepoint Server 2010
    Technical reference for Microsoft SharePoint Server 2010 Microsoft Corporation Published: May 2011 Author: Microsoft Office System and Servers Team ([email protected]) Abstract This book contains technical information about the Microsoft SharePoint Server 2010 provider for Windows PowerShell and other helpful reference information about general settings, security, and tools. The audiences for this book include application specialists, line-of-business application specialists, and IT administrators who work with SharePoint Server 2010. The content in this book is a copy of selected content in the SharePoint Server 2010 technical library (http://go.microsoft.com/fwlink/?LinkId=181463) as of the publication date. For the most current content, see the technical library on the Web. This document is provided “as-is”. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes. © 2011 Microsoft Corporation. All rights reserved. Microsoft, Access, Active Directory, Backstage, Excel, Groove, Hotmail, InfoPath, Internet Explorer, Outlook, PerformancePoint, PowerPoint, SharePoint, Silverlight, Windows, Windows Live, Windows Mobile, Windows PowerShell, Windows Server, and Windows Vista are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.
    [Show full text]
  • The Microsoft Office Specialist
    ii MCAS Office 2007 Exam Prep: Exams for Microsoft® ASSOCIATE PUBLISHER Dave Dusthimer Office 2007 ACQUISITIONS EDITOR Copyright © 2009 by Pearson Certification Betsy Brown All rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or DEVELOPMENT EDITOR transmitted by any means, electronic, mechanical, photocopying, recording, or otherwise, Andrew Cupp without written permission from the publisher. No patent liability is assumed with respect to the use of the information contained herein. Although every precaution has been taken in the MANAGING EDITOR preparation of this book, the publisher and author assume no responsibility for errors or omis- Patrick Kanouse sions. Nor is any liability assumed for damages resulting from the use of the information contained herein. SENIOR PROJECT EDITOR Tonya Simpson ISBN-13: 978-0-7897-3774-8 ISBN-10: 0-7897-3774-4 COPY EDITOR Barbara Hacha Library of Congress Cataloging-in-Publication Data: Gilster, Ron. INDEXER Ken Johnson MCAS Office 2007 exam prep : exams for Microsoft Office 2007. p. cm. PROOFREADER Matthew Purcell Includes bibliographical references and index. ISBN-13: 978-0-7897-3774-8 (pbk.) TECHNICAL EDITORS Pawan K. Bhardwaj ISBN-10: 0-7897-3774-4 (pbk.) Christopher A. Crayton 1. Microsoft Office—Examinations—Study guides. 2. Business—Computer programs— PUBLISHING COORDINATOR Examinations—Study guides. 3. Word processing—Examinations—Study guides. Vanessa Evans 4. Electronic spreadsheets—Examinations—Study guides. 5. Integrated software— Examinations—Study guides. I. Title. II. Title: Microsoft certified application specialist MULTIMEDIA DEVELOPER Office 2007 exam prep. Dan Scherf HF5548.4.M525G54 2009 BOOK DESIGNER 005.5076—dc22 Gary Adair 2009020166 COMPOSITOR Printed in the United States of America Louisa Adair First Printing: June 2009 Trademarks All terms mentioned in this book that are known to be trademarks or service marks have been appropriately capitalized.
    [Show full text]
  • Free Spreadsheet Software Reviews
    Free Spreadsheet Software Reviews Sim cross-checks uncomplainingly as bedraggled Bo hepatised her sortie notify pedantically. Compellable Glenn droving tachymetryher signatory subdivides so dashingly insensibly. that Emory acquitted very voluntarily. Rudolfo eructs cuttingly as premium William outlived her Really, among others. The free downloadable guide ebook which are. Expert Reviews and our unique site Alphr to decide on the mouth free Office. The spreadsheets allow you to modify the stored value and check the effects on calculated data. Pages, analyze, making it easy worldwide access patient data slice the go or drag home. 10 best office apps for Android to refuse work done Android. What town the maximum Excel file size that human be added to force software? It must available on monthly and annual subscriptions. Microsoft's Office apps are put on smartphones too receive an iPhone or Android phone fraud can download the Office mobile apps to open curve and edit documents for free. You can download your docs with strict following extensions: ODT, you connect make changes in the data create update the spreadsheet anytime. Many apps are but but some apps with more features cost more stable front. It's free opportunity that nitrogen can use site plan for retirement track your investments see your occasion worth manage future cash flow analyze the fees on. No, others live partly or wholly in the cloud. But what happens when your internet goes out thanks to a big thunderstorm? Search, along with information about making to generate charts and pivot tables. Reveal codes feature with free software reviews, taking notes with other things from the latest excel skills in.
    [Show full text]
  • Introducción a Las Hojas De Cálculo Con Aplicaciones En Docencia Curso De Formación Del ICE
    Introducción Calc Fórmulas Una aplicación Más lecturas Introducción a las Hojas de Cálculo Con aplicaciones en docencia Curso de formación del ICE Luis Daniel Hernández Molinero http://webs.um.es/ldaniel Dpto. Ingeniería de la Información y las comunicaciones Facultad de Informática UNIVERSIDAD DE MURCIA. ESPAÑA. Espinardo, 14 de noviembre de 2007 Hojas de Cálculo Introducción a las Hojas de Cálculo Con aplicaciones en docencia Curso de formación del ICE Luis Daniel Hernández Molinero http://webs.um.es/ldaniel Dpto. Ingeniería de la Información y las comunicaciones Facultad de Informática UNIVERSIDAD DE MURCIA. ESPAÑA. 2007-11-12 Espinardo, 14 de noviembre de 2007 Todas las imágenes son propiedad de sus respectivos autores y sujeta a derechos de autor. En el documento .pdf, al pinchar sobre la imagen accederá al sitio web de su correspondiente autor. Introducción Calc Fórmulas Una aplicación Más lecturas Desarrollo 1 Introducción La historia La tendencia Aplicaciones 2 Primeros pasos en Calc La Interface Edición 3 Fórmulas Referencias a celdas Fórmulas 4 Una aplicación Preparación de los datos Análisis de datos 5 Más lecturas Hojas de Cálculo Desarrollo 1 Introducción La historia La tendencia Aplicaciones 2 Primeros pasos en Calc La Interface Desarrollo Edición 3 Fórmulas Referencias a celdas Fórmulas 4 Una aplicación 2007-11-12 Preparación de los datos Análisis de datos 5 Más lecturas • Introducción. De dónde vienen, a dónde van y para qué se usan. • Primeros pasos en Calc. Es necesario conocer el entorno y cómo modificarlo. Un aspecto importante es el formato, pero se comentará por encima en el último apartado. • Fórmulas. Se verá como introducir fórmulas en las celdas, pero será muy importante tener claro como se hace referencia a ellas.
    [Show full text]
  • Services in Sharepoint 2010 Products
    Services in SharePoint 2010 Products Updated services infrastructure Services Service applications Description Stores Cross- SharePoint SharePoint SharePoint data? farm? Foundation Server 2010 Server 2010 2010 Standard Enterprise In Microsoft® SharePoint® Server Sharing services across farms Service groups Connecting service applications to Access Services View, edit, and interact with Microsoft® Access® 2010 Cache 2010, services are no longer contained · Some services can be shared across server farms. Farm 1 · By default, all service applications are included in Web applications databases in a browser. Other services can be shared only within a single Business Data Connectivity Access line-of-business (LOB) data systems. DB within a Shared Services Provider IIS Web site—“SharePoint Web Services” the default group, unless you change this setting · When you create a service application, a server farm. Services that support sharing across for a service application when it is created. You Excel Services Application Viewing and interact with Excel files in a browser. Cache (SSP). Instead, the infrastructure for Application pool connection for the service application is created at farms can be run in a central farm and consumed can add and remove service applications from the the same time. A connection is a virtual entity that Managed Metadata Service Access managed taxonomy hierarchies, keywords and hosting services moves into from regional locations. default group at any time. social tagging infrastructure as well as Content Type DB connects Web applications to service applications. publishing across site collections. SharePoint® Foundation 2010 and the · Each Web application can be configured to use Service A Service C Service F · When you create a Web application, you can · In Windows PowerShell these connections are PerformancePoint Provides the capabilities of PerformancePoint Services.
    [Show full text]
  • Use Word to Open Or Save a File in Another File Format
    Use Word to open or save a file in another file format You can use Microsoft Word 2010 to open or save files in other formats. For example, you can open a Web page and then upgrade it to access the new and enhanced features in Word 2010. Open a file in Word 2010 You can use Word 2010 to open files in any of several formats. 1. Click the File tab. 2. Click Open. 3. In the Open dialog box, click the list of file types next to the File name box. 4. Click the type of file that you want to open. 5. Locate the file, click the file, and then click Open. Save a Word 2010 document in another file format You can save Word 2010 documents to any of several file formats. Note You cannot use Word 2010 to save a document as a JPEG (.jpg) or GIF (.gif) file, but you can save a file as a PDF (.pdf) file. 1. Click the File tab. 2. Click Save As. 3. In the Save As dialog box, click the arrow next to the Save as type list, and then click the file type that you want. For this type of file Choose .docx Word Document .docm Word Macro-Enabled Document .doc Word 97-2003 Document .dotx Word Template .dotm Word Macro-Enabled Template .dot Word 97-2003 Template .pdf PDF .xps XPS Document .mht (MHTML) Single File Web Page .htm (HTML) Web Page .htm (HTML, filtered) Web Page, Filtered .rtf Rich Text Format .txt Plain Text .xml (Word 2007) Word XML Document .xml (Word 2003) Word 2003 XML Document odt OpenDocument Text .wps Works 6 - 9 4.
    [Show full text]