Editing XML Data in Microsoft Office Word 2003

Size: px
Start display at page:

Download "Editing XML Data in Microsoft Office Word 2003"

Transcription

1 Page 1 of 8 Notice: The file does not open properly in Excel 2002 for the State of Michigan. Therefore Excel 2003 should be used instead Microsoft Corporation. All rights reserved. Microsoft Office 2003 Technical Articles Editing XML Data with Microsoft Office Word 2003 and Microsoft Office Excel 2003 Mary Chipman MCW Technologies February 2004 Applies to: Microsoft Office Word 2003 Microsoft Office Excel 2003 Microsoft Office System Summary: Mary Chipman provides a beginner's walkthrough of new functionality for using XML allowing you to separate the data in a document or worksheet from its presentation in Microsoft Office Word 2003 and Microsoft Office Excel You can then use and modify the content with other tools and exchange data with other XML systems. (9 printed pages) Contents Editing XML Data in Microsoft Office Word 2003 Editing XML Data in Microsoft Office Excel 2003 Conclusion Editing XML Data in Microsoft Office Word 2003 Users can create and edit documents containing information marked by XML tags in a completely intuitive fashion without needing to learn or understand XML. Users can search for specific information, aggregate information from numerous sources, and eliminate many of the time-consuming, error-prone tasks associated with XML document creation and updating. However, if they simply open and start to edit an XML file in Microsoft Office Word 2003, they can inadvertently delete the XML tags. If the XML document is validated against a schema, you cannot save the document as XML if there are missing tags. Note An XML schema is a set of tags that describe the elements, attributes, data types, and structure of a class of XML documents. If you want to create XML documents or templates that users can safely edit, you need to take steps to protect and lock down Word so that users cannot remove the tags. This process is described in detail in later sections of this article. Open an Existing XML File To open an existing XML file, from the File menu, click Open and go to the folder where the file is located. Type the name of file in the File Name list box, or select it from the Open dialog box.

2 Page 2 of 8 The Files of type list box on the Open dialog box determines which types of files to show in the Open dialog. You do not see files with an XML extension listed in the Open dialog box unless you choose All Files, All Word Documents, or XML Files from the Files of type list box. When you open the file, the XML data and their surrounding XML tags appear. To toggle the display of the XML tags press CTRL+SHIFT+X or click the Show XML Tags in the Document check box in the XML Structure task pane. Opening an XML File with a Transform XSLT style sheets are special XML documents used to transform other XML documents. For example, you can apply an XSLT transform to an XML data document to present the data as HTML, complete with graphical elements and styled text. Transforms can also filter, sort, and group data. You can open an XML file in Word and transform it with an XSLT style sheet by selecting the Open with Transform option on the Open dialog box. This loads the Choose an XML Transform dialog box shown in Figure 1. The Files of type list box displays XML Transforms (*.xsl; *.xslt). When you open the XML file, Word transforms it for display using the selected style sheet. Figure 1. Opening an XML file with a transform (XSLT style sheet) Create a New XML Document To use Word to create an XML document, on the File menu, click New. This displays the New Document task pane. Click the XML document link. This creates a document and displays the XML Structure task pane. You must apply a schema to the new XML document. On the XML Structure task pane, click Templates and Add-ins. On the Templates and Add-Ins dialog box, click the XML Schema tab. In the Available XML Schemas list, click the checkbox next to the schema you wish to use as shown in Figure 2. If the schema you want to use does not appear in the list, click Add Schema to locate it.

3 Page 3 of 8 Figure 2. Attaching a schema to a new document Once you select the XML schema for your document, you can mark up the document by applying tags using the XML Structure task pane. To simplify the process of filling in data in a new XML document, you can supply placeholder text for each XML tag in the document. Displaying Placeholder Text Placeholder text in an XML document or template facilitates data entry by allowing users to select the placeholder text easily when inserting new data between XML tags. In the XML Structure task pane, click XML Options. Check the box next to the option labeled Show Placeholder Text for All Empty Elements. The tag names for all empty elements in square brackets when the user does not display the XML tags, as shown in Figure 3. When a user clicks the text in the square brackets and starts to type, Word replaces the entire contents of the placeholder text.

4 Page 4 of 8 Figure 3. A memo with placeholder text Customizing Placeholder Text To customize the text displayed in the brackets, right-click on each element in the tree view of the XML Structure pane. Choose Attributes and fill in the text you want displayed. When you specify placeholder text in the Attributes dialog box, that individual element always uses your custom placeholder text, regardless of your Show Placeholder Text for All Empty Elements settings. Editing Data in an XML Document When users open an XML document with a schema attached, they can mark up the data in the document by applying XML elements and specifying XML attributes using the XML Structure task pane. Users can edit the data between the tags as long as they do not inadvertently delete the tags. Selecting a word or a sentence that is delimited by tags and then overtyping or deleting the text frequently deletes the tags as well. Any missing tags in a document leads to problems when a user tries to save an XML document that is validated against a schema. If a tag is missing, the user cannot save the document and receives an error message. Preventing Deletion of XML Elements Using placeholder text for empty elements does not prevent users from inadvertently deleting the XML tags while editing data in an XML document. To prevent users from deleting XML elements, you need to protect the document or template. On the Tools menu, click Protect Document to load the Protect Document task pane. In the Editing Restrictions section, Check the Allow Only This Type of Editing in the Document box, and select No Changes (Read Only) from the drop-down list. At this point, Word locks the entire document and you need to create an exception for the contents of each tag so that users can edit the XML data without deleting the tags. In the Protect Document task pane, in the Exceptions section, select the contents of each element, and click the Everyone check box as shown in Figure 4. You need to repeat this process for the contents of each editable element in the document.

5 Page 5 of 8 Figure 4. Create an exception so that users can edit XML data without deleting the tags Click Yes, Start Enforcing Protection in the Protect Document pane. Click the default option, Prevent Accidental Changes. You can also add an optional password to make any changes to your protection scheme. The contents of the elements you have unprotected are now shaded in light yellow. This is the only area that users can edit; Word locks the rest of the document so that users cannot delete the XML tags. If you need to make changes to your protection scheme, on the Tools menu, click Unprotect Document or click Stop Protection in the Protect Document task pane. Saving XML Data There are several options for saving an XML document: you can save it as a template file for Word (*.dot), an XML file (*.xml), or as a Word document (*.doc). On the File menu, when you choose the Save As option, you can choose the XML Document (XML) option in the Save as type drop-down list. If you click Save, the document is saved in Word Markup Language (WordprocessingML) and preserves the Word document, including formatting, hyperlinks, paragraphs, and all other aspects of the document. When you select the XML Document option in the Save As dialog box, you can also click the Save Data Only checkbox located next to Save and Cancel. In this case, only the XML data that you mark up is saved and all other text and formatting is lost. If you attach a separate schema, Word saves the data that is marked with elements from the attached schema. Saving with a Transform To save an XML document through a transform (XSLT style sheet), check the Apply Transform checkbox

6 Page 6 of 8 located next to Save and Cancel. This displays the Transform button, which you can click to select the XML transform (XSLT) you want to use. Editing XML Data in Microsoft Office Excel 2003 Editing XML data in Excel is much simpler than editing XML data in Word. There are not any tasks to prevent users from deleting the XML tags in an XML document because the user interface does not display the tags. Microsoft Excel 2002 and Microsoft Office Excel 2003 support XML in a format designed specifically for Excel, named XML Spreadsheet. You can make data contained in an XML Spreadsheet available easily to other programs, and still manipulate it in Excel. Excel 2003 adds additional XML features that allow you to add XML schemas to a workbook and to manipulate XML using visual tools to select, drag, and drop XML elements onto a worksheet. Once you add the schema to Excel 2003, it is known as an XML map. You can use these maps to import, export, or save XML data. Another new feature in Excel 2003 is an XML list, automatically created when one or more elements repeat (an element is everything between and including the start and end tags in raw XML). Excel associates the columns in an XML list with an XML schema element by setting the XPath property of each column. Excel maps non-repeating elements to single cells called XML-mapped cells. Open an XML Data File To open an XML file, on the File menu, click Open. In the Look In list, go to the hard disk, folder, or Internet location that contains the XML file you want to open. The Open XML dialog box presents the following options to open the file: As an XML list. Excel creates the XML file in a new workbook. If the XML data file does not refer to a schema, Excel infers the schema. As a read-only workbook. Excel opens the XML file as a read-only workbook with a flattened structure. Use the XML Source task pane. Excel displays the schema of the XML data in the XML Source task pane. You can then drag schema elements onto the worksheet to map elements to cells. If you choose this option, the data itself does not display, and you need to import the data as a separate step after you mapped the desired elements. When the XML data does not have an associated schema, Excel infers a schema based on the data in the XML file. Work with the XML Source Task Pane The XML Source task pane is the tool you use to work with schemas and maps on your spreadsheet. It provides a hierarchical tree view of your XML schemas, as well as some user-configurable options. To load the XML Source task pane, on the Data menu, click XML, and then click XML Source. Add XML Maps to a Workbook When you add an XML schema to a workbook, Excel automatically creates an XML map that enables you to map elements directly into your worksheet. On the task pane, click Workbook Maps to load the XML Maps dialog box. Click Add and locate the XML schema file. The XML Source task pane displays the map in a tree view, as shown in Figure 5.

7 Page 7 of 8 Figure 5. The XML Source task pane with a mapping to the Customers schema Import XML Data into an Existing Mapping To import data into an existing mapping, on the Data menu point to XML, and then click Import. Alternatively, on the List toolbar, click Import XML Data. Go to the disk, folder, or Internet location that contains the XML data file associated with the schema mapping, and click Import. Note To open the List toolbar, on the View menu, point to Toolbars, and then click List. The default settings for Excel specify to overwrite any mapped data already in the worksheet. Append XML Data To append XML data in a mapped range without overwriting existing data, select the mapped range and on the List toolbar, click XML Map Properties. Click Append New Data to Existing XML Lists and then click OK. Work with XML Lists Excel automatically creates an XML list when you drag one or more of repeating elements onto the worksheet. Excel maps non-repeating elements to single cells. Using Formulas in an XML List You can use formulas in columns with mapped elements that have an XML Schema Definition (XSD) data type that corresponds to a data type of number, date, or time in Excel 2003.

8 Page 8 of 8 Working with Denormalized Data and List of Lists Any time you associate a single data point in an incoming XML data file with one or more repeating elements, and the single data point and repeating elements are in a single list, Excel renders the data in the list by denormalizing it. The data point only appears once in the XML file, but Excel associates it with multiple rows. Excel renders the data point multiple times, once on each related row. Figure 6. A denormalized list where the last three columns are repeating elements (Click picture to see larger image) You can't export data to an XML file from an XML map containing denormalized data because there is ambiguity about to which of the many data points in the worksheet Excel should write to the single data point in the XML file. Repeating element XML maps are not exportable. To remedy the situation, map the denormalized element to a single cell. A list of lists occurs when a schema defines an element that repeats and that can itself be the parent of repeating elements for example, multiple customer elements, each of which contain multiple orders elements, and so on. Because Excel associates a single parent element with a repeating child element, Excel denormalizes the data when it maps data in the same list. Save XML Data to XML Spreadsheet File Format To save your XML data with the workbook, on the toolbar, click the Save button or on the File menu, click Save. This saves your XML data in the XML Spreadsheet format, which retains many, but not all, Excel features. For a complete list of features and functionality available in XML Spreadsheet format, see the Microsoft Office Excel 2003 help documentation. Save or Export a Mapped Range to an XML Data File To save the XML data, on the File menu, click Save As and in the Save as type list, select XML Data. This writes the data to a file defined by the XML schema associated with the XML map in your workbook. On the List and XML toolbar, click the Export button or on the Data menu, click XML and Export to export data to an XML data file. On the List and XML toolbar, click the XML Map Properties button to configure data validation against the schema when exporting data. If XML schema validation is on, Excel validates the XML data file and provides error messages as appropriate. Conclusion Editing XML data in Microsoft Office Word 2003 may require that you protect your document or template to prevent users from accidentally deleting XML tags when they edit data. You can save XML data in Word to the Word Markup Language (WordprocessingML) format, which preserves the document formatting and options, or you can save only the XML data. Editing XML data in Microsoft Office Excel 2003 does not require any extra steps to protect XML tags. You can open an XML file in Excel and map schema elements to a worksheet. You can save XML data in the XML Spreadsheet format, retaining many of the features of Excel, or you can save the data to an XML data file.

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Setting Security in Microsoft Excel 2003

Setting Security in Microsoft Excel 2003 Setting Security in Microsoft Excel 2003 Introduction Excel worksheets are often used as forms or templates for users to type in their own information and upon which set calculations are then carried out.

More information

EXCEL CONNECT USER GUIDE

EXCEL CONNECT USER GUIDE USER GUIDE Developed and published by Expedience Software Copyright 2012-2017 Expedience Software Excel Connect Contents About this Guide... 1 The Style Palette User Guide 1 Excel Connect Overview... 2

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report.

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report. Creating Address Labels from Microsoft Word Mail Merge If you want to send a mass mailing to an address list that you maintain in a Microsoft Office Excel worksheet, you can use a Microsoft Office Word

More information

Global Standard for the Paper and Forest Products

Global Standard for the Paper and Forest Products Global Standard for the Paper and Forest Products papinet ISS tool user guide V2R20 February 2010 Table of Contents Table of Contents...1 Introduction...2 Background... 2 Overview of papinet ISS... 2 papinet

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

Science, Technology, Engineering and Math Revised Summer 2017 Division Implemented Fall COURSE OUTLINE Advanced Computer Applications

Science, Technology, Engineering and Math Revised Summer 2017 Division Implemented Fall COURSE OUTLINE Advanced Computer Applications Butler Community College Karen Waddell Science, Technology, Engineering and Math Revised Summer 2017 Division Implemented Fall 2017 COURSE OUTLINE Advanced Computer Applications Course Description BA 245.

More information

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

23 - Report & Export

23 - Report & Export 23 - Report & Export Contents 23 - REPORT & EXPORT... 1 SMART PUBLISHER... 1 Opening Smart Publisher... 1 Smart Publisher Settings... 2 The Finished Report... 5 Alias Names for Codes... 6 The Word Template

More information

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc.

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc. SPESCOM SOFTWARE User Guide eb Layout Editor User Guide Document Number : SAN03810 Rev 0.2 Release Date : 15 December 2006 Document Status : Not Approved Author : Gayle Clark, Business Solutions Analyst,

More information

Microsoft Excel 2013 Unit 1: Spreadsheet Basics & Navigation Student Packet

Microsoft Excel 2013 Unit 1: Spreadsheet Basics & Navigation Student Packet Microsoft Excel 2013 Unit 1: Spreadsheet Basics & Navigation Student Packet Signing your name below means the work you are turning in is your own work and you haven t given your work to anyone else. Name

More information

Tutorial 7. Working With Excel s Editing and Web Tools. Review

Tutorial 7. Working With Excel s Editing and Web Tools. Review Tutorial 7 Working With Excel s Editing and Web Tools Review Worksheet Group changes to one are applied to the entire group (think of all the time you can save!) Using 3D references to refer to cells on

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

Computer Applications Final Exam Study Guide

Computer Applications Final Exam Study Guide Name: Computer Applications Final Exam Study Guide Microsoft Word 1. To use -and-, position the pointer on top of the selected text, and then drag the selected text to the new location. 2. The Clipboard

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Getting Started Guide. Sage MAS Intelligence 500

Getting Started Guide. Sage MAS Intelligence 500 Getting Started Guide Sage MAS Intelligence 500 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3 Dashboard

More information

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Table of Contents 1 System Requirements... 4 2 Installation and Overview... 4 2.1 Definitions... 4 2.1.1 Report Distribution Manager...

More information

Agilent MassHunter Workstation Software Report Designer Add-in

Agilent MassHunter Workstation Software Report Designer Add-in Agilent MassHunter Workstation Software Report Designer Add-in Quick Start Guide What is the Agilent MassHunter Workstation Software Report Designer Add-in? 2 Report Designer UI elements 3 Getting Started

More information

Microsoft Word 2003.

Microsoft Word 2003. Microsoft Word 2003. Q1: if you try to quit word for windows without first saving changes to your document: a. the changes will be lost. b. word for windows will save the changes automatically. c. you

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sage MAS Intelligence 90/200 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3

More information

Workshare Professional 10. Getting Started Guide

Workshare Professional 10. Getting Started Guide Workshare Professional 10 Getting Started Guide Introducing Workshare Professional 10 Workshare is dedicated to helping professionals compare, protect and share their documents. New features Compare Excel

More information

Use mail merge to create and print letters and other documents

Use mail merge to create and print letters and other documents Use mail merge to create and print letters and other documents Contents Use mail merge to create and print letters and other documents... 1 Set up the main document... 1 Connect the document to a data

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

Create a Relationship to build a Pivot Table

Create a Relationship to build a Pivot Table Create a Relationship to build a Pivot Table In Excel 2013 and 2016/365 you can now create a relationship between tables of data. This is a feature that can be used to pull data from the different tables

More information

Creating Accessible Microsoft Excel Spreadsheets

Creating Accessible Microsoft Excel Spreadsheets Creating Accessible Microsoft Excel Spreadsheets Microsoft Excel is one of the most commonly used spreadsheet applications. However Excel brings unique challenges for building accessible workbooks. Some

More information

Section 9 Linking & Importing

Section 9 Linking & Importing Section 9 Linking & Importing ECDL Excel 2003 Section 9 Linking & Importing By the end of this Section you should be able to: Link Cells Link between Worksheets Link between Workbooks Link to a Word Document

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

SiteAssist Professional Help Documentation. Copyright 2008 WebAssist.com Corporation All rights reserved.

SiteAssist Professional Help Documentation. Copyright 2008 WebAssist.com Corporation All rights reserved. SiteAssist Professional Help Documentation Copyright 2008 WebAssist.com Corporation All rights reserved. User Interface Access WebAssist Category of Insert toolbar SiteAssist Professional Wizard SiteAssist

More information

Quark XML Author September 2016 Update for Platform with Business Documents

Quark XML Author September 2016 Update for Platform with Business Documents Quark XML Author 05 - September 06 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository... Creating a new document from

More information

MICROSOFT EXCEL TUTORIAL HANDOUT

MICROSOFT EXCEL TUTORIAL HANDOUT MICROSOFT EXCEL TUTIAL HANDOUT Opening Microsoft Excel 1. Click on the START button. 2. Click on PROGRAMS. 3. Click on MICROSOFT EXCEL. The Excel Screen Formula Bar Minimize Buttons Restore Buttons Close

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Reviewing Changes. 5. Click Search. A list of changes that include the specified word or words is displayed in the lower text area.

Reviewing Changes. 5. Click Search. A list of changes that include the specified word or words is displayed in the lower text area. COMPARING DOCUMENTS USING WORKSHARE COMPARE 5. Click Search. A list of changes that include the specified word or words is displayed in the lower text area. Selecting a change in the search results highlights

More information

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office 1 2 Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel * Close the Excel program Click on the Close

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.7. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

Quark XML Author October 2017 Update for Platform with Business Documents

Quark XML Author October 2017 Update for Platform with Business Documents Quark XML Author 05 - October 07 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository...3 Creating a new document from

More information

Topic 4D: Import and Export Contacts

Topic 4D: Import and Export Contacts Topic 4D: Import and Export Contacts If a corporation merges with another corporation it may become necessary to add the contacts to the new merged companies contact folder. This can be done by Importing

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

2. Key the titles in cells A1 to D1, adjust to size 12, click on the bold button, and format with an underline.

2. Key the titles in cells A1 to D1, adjust to size 12, click on the bold button, and format with an underline. Excel Assignment 3 1. Create a new worksheet on Sheet 3. 2. Key the titles in cells A1 to D1, adjust to size 12, click on the bold button, and format with an underline. 3. Under Class in column D key Algebra

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

Add The Footer Page 1 To The Current Worksheet. Do Not Manually Type

Add The Footer Page 1 To The Current Worksheet. Do Not Manually Type Add The Footer Page 1 To The Current Worksheet. Do Not Manually Type Learn how to insert page numbers into your Excel 2010 spreadsheet and Unfortunately, Excel 2010 does not make it easy to find the options

More information

Tutorial 8 Sharing, Integrating and Analyzing Data

Tutorial 8 Sharing, Integrating and Analyzing Data Tutorial 8 Sharing, Integrating and Analyzing Data Microsoft Access 2013 Objectives Session 8.1 Export an Access query to an HTML document and view the document Import a CSV file as an Access table Use

More information

The File menu contains all the operations that we will discuss in this lesson: New, Open, Close, Save and Save As.

The File menu contains all the operations that we will discuss in this lesson: New, Open, Close, Save and Save As. Excel 2003 Create, open and save workbooks Introduction Page 1 By the end of this lesson, learners should be able to: State the differences between New, Open, Close Save and Save As Create a workbook Save

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

This book is about using Microsoft Excel to

This book is about using Microsoft Excel to Introducing Data Analysis with Excel This book is about using Microsoft Excel to analyze your data. Microsoft Excel is an electronic worksheet you can use to perform mathematical, financial, and statistical

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Database to XML Wizard

Database to XML Wizard Database to XML Wizard Jitterbit Connect TM provides a fast, easy route to data transformation. This is made possible through a wizard-based integration tool built directly into Jitterbit. The wizard executes

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Excel 2013 Getting Started

Excel 2013 Getting Started Excel 2013 Getting Started Introduction Excel 2013 is a spreadsheet program that allows you to store, organize, and analyze information. While you may think that Excel is only used by certain people to

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Unit 6 - Data Integration Quick Links & Text References Overview Pages AC418 AC419 Showing Data on the Web Pages AC420 AC423 CSV Files Pages AC423 AC428 XML Files Pages

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

ECDL Full Course Content

ECDL Full Course Content ECDL Full Course Content Module 1 1. Getting Started 1.1. Computer Terms 1.2. Computer Hardware 1.3. Computer Accessories 1.4. Memory and Storage 1.5. Computer Software 2. Using Information Technology

More information

IP4 - Running reports

IP4 - Running reports To assist with tracking and monitoring HRIS recruitment and personnel, reports can be run from Discoverer Plus. This guide covers the following process steps: Logging in... 2 What s changed? Changed reference

More information

Troubleshooting in Microsoft Excel 2002

Troubleshooting in Microsoft Excel 2002 Page 1 of 8 Troubleshooting in Microsoft Excel 2002 Result: To understand how to work with the Excel software to enter data, navigate the page, and print materials. Tabs Look at the tabs at the bottom

More information

A Brief Word About Your Exam

A Brief Word About Your Exam Exam 1 Studyguide A Brief Word About Your Exam Your exam will be MONDAY, FEBRUARY 20 DURING CLASS TIME. You will have 50 minutes to complete Exam 1. If you arrive late or leave early, you forfeit any time

More information

Reviewing Hidden Content during Native Review

Reviewing Hidden Content during Native Review Reviewing Hidden Content during Native Review Introduction When conducting a native file review it is important to note that certain files can have hidden content. These are features of certain software

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

Sage 500 ERP Business Intelligence

Sage 500 ERP Business Intelligence Sage 500 ERP Business Intelligence Getting Started Guide Sage 500 Intelligence (7.4) Getting Started Guide The software described in this document is protected by copyright, And may not be copied on any

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

More Skills 12 Create Web Queries and Clear Hyperlinks

More Skills 12 Create Web Queries and Clear Hyperlinks CHAPTER 9 Excel More Skills 12 Create Web Queries and Clear Hyperlinks Web queries are requests that are sent to web pages to retrieve and display data in Excel workbooks. Web queries work best when retrieving

More information

OX Documents Release v Feature Overview

OX Documents Release v Feature Overview OX Documents Release v7.8.4 Feature Overview 1 Objective of this Document... 3 1.1 The Purpose of this Document... 3 2 General Improvements... 4 2.1 Security First: Working with Encrypted Files (OX Guard)...

More information

Microsoft Excel > Shortcut Keys > Shortcuts

Microsoft Excel > Shortcut Keys > Shortcuts Microsoft Excel > Shortcut Keys > Shortcuts Function Keys F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end* F3 Displays the (Insert

More information

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1 Word 2010 Using Mail Merge Introduction Page 1 Mail merge is a useful tool that will allow you to easily produce multiple letters, labels, envelopes, name tags and more using information stored in a list,

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.7. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

Make Your Documents Accessible Worksheet (Microsoft Word 2010)

Make Your Documents Accessible Worksheet (Microsoft Word 2010) Make Your Documents Accessible Worksheet (Microsoft Word 2010) This exercise is intended for staff attending the Make your documents accessible course, although other staff will also find this resource

More information

FILEROOM ADD-IN RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 31, 2013 ONESOURCE.THOMSONREUTERS.

FILEROOM ADD-IN RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 31, 2013 ONESOURCE.THOMSONREUTERS. FILEROOM ADD-IN RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 31, 2013 ONESOURCE.THOMSONREUTERS.COM Proprietary Materials No use of these Proprietary materials is permitted

More information

Formatting Spreadsheets in Microsoft Excel

Formatting Spreadsheets in Microsoft Excel Formatting Spreadsheets in Microsoft Excel This document provides information regarding the formatting options available in Microsoft Excel 2010. Overview of Excel Microsoft Excel 2010 is a powerful tool

More information

USER GUIDE MADCAP FLARE Topics

USER GUIDE MADCAP FLARE Topics USER GUIDE MADCAP FLARE 2018 Topics Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

Lesson 5 Styles, Tables, and Frames

Lesson 5 Styles, Tables, and Frames In this lesson you will learn how to create a new document that imports the custom page and paragraph styles created in earlier lessons. You will also see how to add tables to your documents. If LibreOffice

More information

Introduction to Information Technology

Introduction to Information Technology Introduction to Information Technology Assessment of Fundamental Competencies Model Paper 50 marks 1 hour 30 minutes Instructions to Candidates: (i) Select the most appropriate answer from the options

More information

6. Essential Spreadsheet Operations

6. Essential Spreadsheet Operations 6. Essential Spreadsheet Operations 6.1 Working with Worksheets When you open a new workbook in Excel, the workbook has a designated number of worksheets in it. You can specify how many sheets each new

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc Copyright This document is Copyright 2006 2013 by its contributors as listed below. You may distribute it and/or modify it under

More information

B I Z N E T B R O A D C A S T Release Notes. BizNet Broadcast Build /5/ P a g e

B I Z N E T B R O A D C A S T Release Notes. BizNet Broadcast Build /5/ P a g e B I Z N E T B R O A D C A S T 2. 2. 1 Release Notes BizNet Broadcast Build 2.2.1 5/5/2015 1 P a g e Copyright Notice BizNet Software makes no representations or warranties with respect to the contents

More information

Create a Relationship to build a Pivot Table

Create a Relationship to build a Pivot Table Create a Relationship to build a Pivot Table In Excel 2013 and 2016/365 you can now create a relationship between tables of data. This is a feature that can be used to pull data from the different tables

More information

Microsoft Excel 2007 Macros and VBA

Microsoft Excel 2007 Macros and VBA Microsoft Excel 2007 Macros and VBA With the introduction of Excel 2007 Microsoft made a number of changes to the way macros and VBA are approached. This document outlines these special features of Excel

More information

Creating Accessible Excel Tutorial

Creating Accessible Excel Tutorial Creating Accessible Excel Tutorial General Information This helps a screen reader to get a brief view of the worksheet before reading it. 1. Name the worksheet. Double-click on the tab name and type in

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Sage Intelligence: Copying, Pasting and Renaming Reports 3. Sage Intelligence: Creating and Linking a Report 5

Sage Intelligence: Copying, Pasting and Renaming Reports 3. Sage Intelligence: Creating and Linking a Report 5 Table of Contents Sage Intelligence: Copying, Pasting and Renaming Reports 3 Sage Intelligence: Creating and Linking a Report 5 Bulk Import of Sage Intelligence Reports 7 Converting an Excel 2003 template

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

A Guided Tour of Doc-To-Help

A Guided Tour of Doc-To-Help A Guided Tour of Doc-To-Help ii Table of Contents Table of Contents...ii A Guided Tour of Doc-To-Help... 1 Converting Projects to Doc-To-Help 2005... 1 Using Microsoft Word... 10 Using HTML Source Documents...

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

PM4 + Partners Knowledge Articles

PM4 + Partners Knowledge Articles PM4 + Partners Knowledge Articles Customizing your PM4+ user experience r 1 November 30, 2108 PM4+ Partners Workspace - customize your experience Page 2 Contents Customizing Your Workspace... 1 Customizing

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

IntegriSign for MS Excel

IntegriSign for MS Excel IntegriSign for MS Excel Contents 1. Introduction... 2 2. Using IntegriSign in MS Excel 2003... 2 2.1 Creating a Signature... 2 2.2 Sheetwise signing... 3 2.3 Workbook Verification... 4 3. Using IntegriSign

More information