What is excel wikipedia

Microsoft Excel

Microsoft Office Excel (2019–present).svg
Microsoft Excel.png

A simple bar graph being created in Excel, running on Windows 11

Developer(s) Microsoft
Initial release November 19, 1987; 35 years ago
Stable release

2103 (16.0.13901.20400)
/ April 13, 2021; 23 months ago[1]

Written in C++ (back-end)[2]
Operating system Microsoft Windows
Type Spreadsheet
License Trialware[3]
Website microsoft.com/en-us/microsoft-365/excel
Microsoft Excel for Mac

Excel for Mac screenshot.png

Excel for Mac (version 16.67), running on macOS Big Sur 11.5.2

Developer(s) Microsoft
Initial release September 30, 1985; 37 years ago
Stable release

16.70 (Build 23021201)
/ February 14, 2023; 54 days ago[4]

Written in C++ (back-end), Objective-C (API/UI)[2]
Operating system macOS
Type Spreadsheet
License Proprietary commercial software
Website products.office.com/mac
Microsoft Excel for Android

Excel for Android.png

Excel for Android running on Android 13

Developer(s) Microsoft Corporation
Stable release

16.0.14729.20146
/ December 22, 2021; 15 months ago[5]

Operating system Android Oreo and later
Type Spreadsheet
License Proprietary commercial software
Website products.office.com/en-us/excel
Microsoft Excel for iOS and iPadOS

Developer(s) Microsoft Corporation
Stable release

2.70.1
/ February 15, 2023; 53 days ago[6]

Operating system iOS 15 or later
iPadOS 15 or later
Type Spreadsheet
License Proprietary commercial software
Website products.office.com/en-us/excel

Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android, iOS and iPadOS. It features calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications (VBA). Excel forms part of the Microsoft 365 suite of software.

Features

Basic operation

Microsoft Excel has the basic features of all spreadsheets,[7] using a grid of cells arranged in numbered rows and letter-named columns to organize data manipulations like arithmetic operations. It has a battery of supplied functions to answer statistical, engineering, and financial needs. In addition, it can display data as line graphs, histograms and charts, and with a very limited three-dimensional graphical display. It allows sectioning of data to view its dependencies on various factors for different perspectives (using pivot tables and the scenario manager).[8] A PivotTable is a tool for data analysis. It does this by simplifying large data sets via PivotTable fields. It has a programming aspect, Visual Basic for Applications, allowing the user to employ a wide variety of numerical methods, for example, for solving differential equations of mathematical physics,[9][10] and then reporting the results back to the spreadsheet. It also 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 (DSS), via a custom-designed user interface, for example, a stock analyzer,[11] or in general, as a design tool that asks the user questions and provides answers and reports.[12][13] In a more elaborate realization, an Excel application can automatically poll external databases and measuring instruments using an update schedule,[14] analyze the results, make a Word report or PowerPoint slide show, and e-mail these presentations on a regular basis to a list of participants. Excel was not designed to be used as a database.[citation needed]

Microsoft allows for a number of optional command-line switches to control the manner in which Excel starts.[15]

Functions

Excel 2016 has 484 functions.[16] Of these, 360 existed prior to Excel 2010. Microsoft classifies these functions in 14 categories. Of the 484 current functions, 386 may be called from VBA as methods of the object «WorksheetFunction»[17] and 44 have the same names as VBA functions.[18]

With the introduction of LAMBDA, Excel will become Turing complete.[19]

Macro programming

VBA programming

Use of a user-defined function sq(x) in Microsoft Excel. The named variables x & y are identified in the Name Manager. The function sq is introduced using the Visual Basic editor supplied with Excel.

Subroutine in Excel calculates the square of named column variable x read from the spreadsheet, and writes it into the named column variable y.

The Windows version of Excel supports programming through Microsoft’s Visual Basic for Applications (VBA), which is a dialect of Visual Basic. Programming with VBA allows spreadsheet manipulation that is awkward or impossible with standard spreadsheet techniques. Programmers may write code directly using the Visual Basic Editor (VBE), which includes a window for writing code, debugging code, and code module organization environment. The user can implement numerical methods as well as automating tasks such as formatting or data organization in VBA[20] and guide the calculation using any desired intermediate results reported back to the spreadsheet.

VBA was removed from Mac Excel 2008, as the developers did not believe that a timely release would allow porting the VBA engine natively to Mac OS X. VBA was restored in the next version, Mac Excel 2011,[21] although the build lacks support for ActiveX objects, impacting some high level developer tools.[22]

A common and easy way to generate VBA code is by using the Macro Recorder.[23] The Macro Recorder records actions of the user and generates VBA code in the form of 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 prompt by their own properties, and some graphical display items, cannot be recorded but must be entered into the VBA module directly by the programmer. Advanced users can employ user prompts to create an interactive program, or react to events such as sheets being loaded or changed.

Macro Recorded code may not be compatible with Excel versions. Some code that is used in Excel 2010 cannot be used in Excel 2003. Making a Macro that changes the cell colors and making changes to other aspects of cells may not be backward compatible.

VBA code interacts with the spreadsheet through the Excel Object Model,[24] 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 custom toolbars or command bars and message boxes). User-created VBA subroutines execute these actions and operate like macros generated using the macro recorder, but are more flexible and efficient.

History

From its first version Excel supported end-user programming of macros (automation of repetitive tasks) and user-defined functions (extension of Excel’s built-in function library). In early versions of Excel, these programs were written in a macro language whose statements had formula syntax and resided in the cells of special-purpose macro sheets (stored with file extension .XLM in Windows.) XLM was the default macro language for Excel through Excel 4.0.[25] Beginning with version 5.0 Excel recorded macros in VBA by default but with version 5.0 XLM recording was still allowed as an option. After version 5.0 that option was discontinued. All versions of Excel, including Excel 2021 are capable of running an XLM macro, though Microsoft discourages their use.[26]

Charts

Graph made using Microsoft Excel

Excel supports charts, graphs, or histograms generated from specified groups of cells. It also supports Pivot Charts that allow for a chart to be linked directly to a Pivot table. This allows the chart to be refreshed with the Pivot Table. The generated graphic component can either be embedded within the current sheet or added as a separate object.

These displays are dynamically updated if the content of cells changes. 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.

Add-ins

Additional features are available using add-ins. Several are provided with Excel, including:

  • Analysis ToolPak: Provides data analysis tools for statistical and engineering analysis (includes analysis of variance and regression analysis)
  • Analysis ToolPak VBA: VBA functions for Analysis ToolPak
  • Euro Currency Tools: Conversion and formatting for euro currency
  • Solver Add-In: Tools for optimization and equation solving

Data storage and communication

Number of rows and columns

Versions of Excel up to 7.0 had a limitation in the size of their data sets of 16K (214 = 16384) rows. Versions 8.0 through 11.0 could handle 64K (216 = 65536) rows and 256 columns (28 as label ‘IV’). Version 12.0 onwards, including the current Version 16.x, can handle over 1M (220 = 1048576) rows, and 16384 (214, labeled as column ‘XFD’) columns.[27]

File formats

Excel Spreadsheet

Filename extension

.xls, (.xlsx, .xlsm, .xlsb — Excel 2007)

Internet media type

application/vnd.ms-excel

Uniform Type Identifier (UTI) com.microsoft.excel.xls
Developed by Microsoft
Type of format Spreadsheet

Microsoft Excel up until 2007 version used a proprietary binary file format called Excel Binary File Format (.XLS) as its primary format.[28] Excel 2007 uses Office Open XML as its primary file format, an XML-based format that followed after a previous XML-based format called «XML Spreadsheet» («XMLSS»), first introduced in Excel 2002.[29]

Although supporting and encouraging the use of new XML-based formats as replacements, Excel 2007 remained backwards-compatible with the traditional, binary formats. In addition, most versions of Microsoft Excel can read CSV, DBF, SYLK, DIF, and other legacy formats. Support for some older file formats was removed in Excel 2007.[30] The file formats were mainly from DOS-based programs.

Binary

OpenOffice.org has created documentation of the Excel format. Two epochs of the format exist: the 97-2003 OLE format, and the older stream format.[31] Microsoft has made the Excel binary format specification available to freely download.[32]

XML Spreadsheet

The XML Spreadsheet format introduced in Excel 2002[29] is a simple, XML based format missing some more advanced features like storage of VBA macros. Though the intended file extension for this format is .xml, the program also correctly handles XML files with .xls extension. This feature is widely used by third-party applications (e.g. MySQL Query Browser) to offer «export to Excel» capabilities without implementing binary file format. The following example will be correctly opened by Excel if saved either as Book1.xml or Book1.xls:

<?xml version="1.0"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:o="urn:schemas-microsoft-com:office:office"
 xmlns:x="urn:schemas-microsoft-com:office:excel"
 xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:html="http://www.w3.org/TR/REC-html40">
 <Worksheet ss:Name="Sheet1">
  <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="2" x:FullColumns="1" x:FullRows="1">
   <Row>
    <Cell><Data ss:Type="String">Name</Data></Cell>
    <Cell><Data ss:Type="String">Example</Data></Cell>
   </Row>
   <Row>
    <Cell><Data ss:Type="String">Value</Data></Cell>
    <Cell><Data ss:Type="Number">123</Data></Cell>
   </Row>
  </Table>
 </Worksheet>
</Workbook>

Current file extensions

Microsoft Excel 2007, along with the other products in the Microsoft Office 2007 suite, introduced new file formats. The first of these (.xlsx) is defined in the Office Open XML (OOXML) specification.

Excel 2007 formats

Format Extension Description
Excel Workbook .xlsx The default Excel 2007 and later workbook format. In reality, a ZIP compressed archive with a directory structure of XML text documents. Functions as the primary replacement for the former binary .xls format, although it does not support Excel macros for security reasons. Saving as .xlsx offers file size reduction over .xls[33]
Excel Macro-enabled Workbook .xlsm As Excel Workbook, but with macro support.
Excel Binary Workbook .xlsb As Excel Macro-enabled Workbook, but storing information in binary form rather than XML documents for opening and saving documents more quickly and efficiently. Intended especially for very large documents with tens of thousands of rows, and/or several hundreds of columns. This format is very useful for shrinking large Excel files as is often the case when doing data analysis.
Excel Macro-enabled Template .xltm A template document that forms a basis for actual workbooks, with macro support. The replacement for the old .xlt format.
Excel Add-in .xlam Excel add-in to add extra functionality and tools. Inherent macro support because of the file purpose.

Old file extensions

Format Extension Description
Spreadsheet .xls Main spreadsheet format which holds data in worksheets, charts, and macros
Add-in (VBA) .xla Adds custom functionality; written in VBA
Toolbar .xlb The file extension where Microsoft Excel custom toolbar settings are stored.
Chart .xlc A chart created with data from a Microsoft Excel spreadsheet that only saves the chart. To save the chart and spreadsheet save as .XLS. XLC is not supported in Excel 2007 or in any newer versions of Excel.
Dialog .xld Used in older versions of Excel.
Archive .xlk A backup of an Excel Spreadsheet
Add-in (DLL) .xll Adds custom functionality; written in C++/C, Fortran, etc. and compiled in to a special dynamic-link library
Macro .xlm A macro is created by the user or pre-installed with Excel.
Template .xlt A pre-formatted spreadsheet created by the user or by Microsoft Excel.
Module .xlv A module is written in VBA (Visual Basic for Applications) for Microsoft Excel
Library .DLL Code written in VBA may access functions in a DLL, typically this is used to access the Windows API
Workspace .xlw Arrangement of the windows of multiple Workbooks

Using other Windows applications

Windows applications such as Microsoft Access and Microsoft Word, as well as Excel can communicate with each other and use each other’s capabilities. The most common are Dynamic Data Exchange: although strongly deprecated by Microsoft, this is a common method to send data between applications running on Windows, with official MS publications referring to it as «the protocol from hell».[34] As the name suggests, it allows applications to supply data to others for calculation and display. It is very common in financial markets, being used to connect to important financial data services such as Bloomberg and Reuters.

OLE Object Linking and Embedding allows a Windows application to control another to enable it to format or calculate data. This may take on the form of «embedding» where an application uses another to handle a task that it is more suited to, for example a PowerPoint presentation may be embedded in an Excel spreadsheet or vice versa.[35][36][37][38]

Using external data

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. 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 (through addins such as Power Plus Pro).

  • 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».[34] 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. Starting with Windows Vista, Microsoft no longer supports the facility.[39]
  • 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 neither adequately documented nor supported by the major data vendors.[40][41]

Alternatively, Microsoft Query provides ODBC-based browsing within Microsoft Excel.[42][43][44]

Export and migration of spreadsheets

Programmers have produced APIs to open Excel spreadsheets in a variety of applications and environments other than Microsoft Excel. These include opening Excel documents on the web using either ActiveX controls, or plugins like the Adobe Flash Player. The Apache POI opensource project provides Java libraries for reading and writing Excel spreadsheet files.

Password protection

Microsoft Excel protection offers several types of passwords:

  • Password to open a document[45]
  • Password to modify a document[46]
  • Password to unprotect the worksheet
  • Password to protect workbook
  • Password to protect the sharing workbook[47]

All passwords except password to open a document can be removed instantly regardless of the Microsoft Excel version used to create the document. These types of passwords are used primarily for shared work on a document. Such password-protected documents are not encrypted, and a data sources from a set password is saved in a document’s header. Password to protect workbook is an exception – when it is set, a document is encrypted with the standard password «VelvetSweatshop», but since it is known to the public, it actually does not add any extra protection to the document. The only type of password that can prevent a trespasser from gaining access to a document is password to open a document. The cryptographic strength of this kind of protection depends strongly on the Microsoft Excel version that was used to create the document.

In Microsoft Excel 95 and earlier versions, the password to open is converted to a 16-bit key that can be instantly cracked. In Excel 97/2000 the password is converted to a 40-bit key, which can also be cracked very quickly using modern equipment. As regards services that use rainbow tables (e.g. Password-Find), it takes up to several seconds to remove protection. In addition, password-cracking programs can brute-force attack passwords at a rate of hundreds of thousands of passwords a second, which not only lets them decrypt a document but also find the original password.

In Excel 2003/XP the encryption is slightly better – a user can choose any encryption algorithm that is available in the system (see Cryptographic Service Provider). Due to the CSP, an Excel file cannot be decrypted, and thus the password to open cannot be removed, though the brute-force attack speed remains quite high. Nevertheless, the older Excel 97/2000 algorithm is set by the default. Therefore, users who do not change the default settings lack reliable protection of their documents.

The situation changed fundamentally in Excel 2007, where the modern AES algorithm with a key of 128 bits started being used for decryption, and a 50,000-fold use of the hash function SHA1 reduced the speed of brute-force attacks down to hundreds of passwords per second. In Excel 2010, the strength of the protection by the default was increased two times due to the use of a 100,000-fold SHA1 to convert a password to a key.

Other platforms

Excel for mobile

Excel Mobile is a spreadsheet program that can edit XLSX files. It can edit and format text in cells, calculate formulas, search within the spreadsheet, sort rows and columns, freeze panes, filter the columns, add comments, and create charts. It cannot add columns or rows except at the edge of the document, rearrange columns or rows, delete rows or columns, or add spreadsheet tabs.[48][49][50][51][52][53] The 2007 version has the ability to use a full-screen mode to deal with limited screen resolution, as well as split panes to view different parts of a worksheet at one time.[51] Protection settings, zoom settings, autofilter settings, certain chart formatting, hidden sheets, and other features are not supported on Excel Mobile, and will be modified upon opening and saving a workbook.[52] In 2015, Excel Mobile became available for Windows 10 and Windows 10 Mobile on Windows Store.[54][55]

Excel for the web

Excel for the web is a free lightweight version of Microsoft Excel available as part of Office on the web, which also includes web versions of Microsoft Word and Microsoft PowerPoint.

Excel for the web can display most of the features available in the desktop versions of Excel, although it may not be able to insert or edit them. Certain data connections are not accessible on Excel for the web, including with charts that may use these external connections. Excel for the web also cannot display legacy features, such as Excel 4.0 macros or Excel 5.0 dialog sheets. There are also small differences between how some of the Excel functions work.[56]

Microsoft Excel Viewer

Microsoft Excel Viewer was a freeware program for Microsoft Windows for viewing and printing spreadsheet documents created by Excel.[57] Microsoft retired the viewer in April 2018 with the last security update released in February 2019 for Excel Viewer 2007 (SP3).[58][59]

The first version released by Microsoft was Excel 97 Viewer.[60][61] Excel 97 Viewer was supported in Windows CE for Handheld PCs.[62] In October 2004, Microsoft released Excel Viewer 2003.[63] In September 2007, Microsoft released Excel Viewer 2003 Service Pack 3 (SP3).[64] In January 2008, Microsoft released Excel Viewer 2007 (featuring a non-collapsible Ribbon interface).[65] In April 2009, Microsoft released Excel Viewer 2007 Service Pack 2 (SP2).[66] In October 2011, Microsoft released Excel Viewer 2007 Service Pack 3 (SP3).[67]

Microsoft advises to view and print Excel files for free to use the Excel Mobile application for Windows 10 and for Windows 7 and Windows 8 to upload the file to OneDrive and use Excel for the web with a Microsoft account to open them in a browser.[58][68]

Quirks

In addition to issues with spreadsheets in general, other problems specific to Excel include numeric precision, misleading statistics functions, mod function errors, date limitations and more.

Numeric precision

Excel maintains 15 figures in its numbers, but they are not always accurate: the bottom line should be the same as the top line.

Despite the use of 15-figure precision, Excel can display many more figures (up to thirty) upon user request. But the displayed figures are not those actually used in its computations, and so, for example, the difference of two numbers may differ from the difference of their displayed values. Although such departures are usually beyond the 15th decimal, exceptions do occur, especially for very large or very small numbers. Serious errors can occur if decisions are made based upon automated comparisons of numbers (for example, using the Excel If function), as equality of two numbers can be unpredictable.[citation needed]

In the figure, the fraction 1/9000 is displayed in Excel. Although this number has a decimal representation that is an infinite string of ones, Excel displays only the leading 15 figures. In the second line, the number one is added to the fraction, and again Excel displays only 15 figures. In the third line, one is subtracted from the sum using Excel. Because the sum in the second line has only eleven 1’s after the decimal, the difference when 1 is subtracted from this displayed value is three 0’s followed by a string of eleven 1’s. However, the difference reported by Excel in the third line is three 0’s followed by a string of thirteen 1’s and two extra erroneous digits. This is because Excel calculates with about half a digit more than it displays.

Excel works with a modified 1985 version of the IEEE 754 specification.[69] Excel’s implementation involves conversions between binary and decimal representations, leading to accuracy that is on average better than one would expect from simple fifteen digit precision, but that can be worse. See the main article for details.

Besides accuracy in user computations, the question of accuracy in Excel-provided functions may be raised. Particularly in the arena of statistical functions, Excel has been criticized for sacrificing accuracy for speed of calculation.[70][71]

As many calculations in Excel are executed using VBA, an additional issue is the accuracy of VBA, which varies with variable type and user-requested precision.[72]

Statistical functions

The accuracy and convenience of statistical tools in Excel has been criticized,[73][74][75][76][77] as mishandling missing data, as returning incorrect values due to inept handling of round-off and large numbers, as only selectively updating calculations on a spreadsheet when some cell values are changed, and as having a limited set of statistical tools. Microsoft has announced some of these issues are addressed in Excel 2010.[78]

Excel MOD function error

Excel has issues with modulo operations. In the case of excessively large results, Excel will return the error warning #NUM! instead of an answer.[79]

Fictional leap day in the year 1900

Excel includes February 29, 1900, incorrectly treating 1900 as a leap year, even though e.g. 2100 is correctly treated as a non-leap year.[80][81] The bug originated from Lotus 1-2-3 (deliberately implemented to save computer memory), and was also purposely implemented in Excel, for the purpose of bug compatibility.[82] This legacy has later been carried over into Office Open XML file format.[83]

Thus a (not necessarily whole) number greater than or equal to 61 interpreted as a date and time are the (real) number of days after December 30, 1899, 0:00, a non-negative number less than 60 is the number of days after December 31, 1899, 0:00, and numbers with whole part 60 represent the fictional day.

Date range

Excel supports dates with years in the range 1900–9999, except that December 31, 1899, can be entered as 0 and is displayed as 0-jan-1900.

Converting a fraction of a day into hours, minutes and days by treating it as a moment on the day January 1, 1900, does not work for a negative fraction.[84]

Conversion problems

Entering text that happens to be in a form that is interpreted as a date, the text can be unintentionally changed to a standard date format. A similar problem occurs when a text happens to be in the form of a floating-point notation of a number. In these cases the original exact text cannot be recovered from the result. Formatting the cell as TEXT before entering ambiguous text prevents Excel from converting to a date.

This issue has caused a well known problem in the analysis of DNA, for example in bioinformatics. As first reported in 2004,[85] genetic scientists found that Excel automatically and incorrectly converts certain gene names into dates. A follow-up study in 2016 found many peer reviewed scientific journal papers had been affected and that «Of the selected journals, the proportion of published articles with Excel files containing gene lists that are affected by gene name errors is 19.6 %.»[86] Excel parses the copied and pasted data and sometimes changes them depending on what it thinks they are. For example, MARCH1 (Membrane Associated Ring-CH-type finger 1) gets converted to the date March 1 (1-Mar) and SEPT2 (Septin 2) is converted into September 2 (2-Sep) etc.[87] While some secondary news sources[88] reported this as a fault with Excel, the original authors of the 2016 paper placed the blame with the researchers misusing Excel.[86][89]

In August 2020 the HUGO Gene Nomenclature Committee (HGNC) published new guidelines in the journal Nature regarding gene naming in order to avoid issues with «symbols that affect data handling and retrieval.» So far 27 genes have been renamed, including changing MARCH1 to MARCHF1 and SEPT1 to SEPTIN1 in order to avoid accidental conversion of the gene names into dates.[90]

Errors with large strings

The following functions return incorrect results when passed a string longer than 255 characters:[91]

  • type() incorrectly returns 16, meaning «Error value»
  • IsText(), when called as a method of the VBA object WorksheetFunction (i.e., WorksheetFunction.IsText() in VBA), incorrectly returns «false».

Filenames

Microsoft Excel will not open two documents with the same name and instead will display the following error:

A document with the name ‘%s’ is already open. You cannot open two documents with the same name, even if the documents are in different folders. To open the second document, either close the document that is currently open, or rename one of the documents.[92]

The reason is for calculation ambiguity with linked cells. If there is a cell ='[Book1.xlsx]Sheet1'!$G$33, and there are two books named «Book1» open, there is no way to tell which one the user means.[93]

Versions

Early history

Microsoft originally marketed a spreadsheet program called Multiplan in 1982. Multiplan became very popular on CP/M systems, but on MS-DOS systems it lost popularity to Lotus 1-2-3. Microsoft released the first version of Excel for the Macintosh on September 30, 1985, and the first Windows version was 2.05 (to synchronize with the Macintosh version 2.2) on November 19, 1987.[94][95] Lotus was slow to bring 1-2-3 to Windows and by the early 1990s, Excel had started to outsell 1-2-3 and helped Microsoft achieve its position as a leading PC software developer. This accomplishment solidified Microsoft as a valid competitor and showed its future of developing GUI software. Microsoft maintained its advantage with regular new releases, every two years or so.

Microsoft Windows

Excel 2.0 is the first version of Excel for the Intel platform. Versions prior to 2.0 were only available on the Apple Macintosh.

Excel 2.0 (1987)

The first Windows version was labeled «2» to correspond to the Mac version. It was announced on October 6, 1987, and released on November 19.[96] This included a run-time version of Windows.[97]

BYTE in 1989 listed Excel for Windows as among the «Distinction» winners of the BYTE Awards. The magazine stated that the port of the «extraordinary» Macintosh version «shines», with a user interface as good as or better than the original.

Excel 3.0 (1990)

Included toolbars, drawing capabilities, outlining, add-in support, 3D charts, and many more new features.[97]

Excel 4.0 (1992)

Introduced auto-fill.[98]

Also, an easter egg in Excel 4.0 reveals a hidden animation of a dancing set of numbers 1 through 3, representing Lotus 1-2-3, which is then crushed by an Excel logo.[99]

Excel 5.0 (1993)

With version 5.0, Excel has included Visual Basic for Applications (VBA), a programming language based on Visual Basic which adds the ability to automate tasks in Excel and to provide user-defined functions (UDF) for use in worksheets. VBA includes a fully featured integrated development environment (IDE). Macro recording can produce VBA code replicating user actions, thus allowing simple automation of regular tasks. VBA allows the creation of forms and in‑worksheet controls to communicate with the user. The language supports use (but not creation) of ActiveX (COM) DLL’s; later versions add support for class modules allowing the use of basic object-oriented programming techniques.

The automation functionality provided by VBA made Excel a target for macro viruses. This caused serious problems until antivirus products began to detect these viruses. Microsoft belatedly took steps to prevent the misuse by adding the ability to disable macros completely, to enable macros when opening a workbook or to trust all macros signed using a trusted certificate.

Versions 5.0 to 9.0 of Excel contain various Easter eggs, including a «Hall of Tortured Souls», a Doom-like minigame, although since version 10 Microsoft has taken measures to eliminate such undocumented features from their products.[100]

5.0 was released in a 16-bit x86 version for Windows 3.1 and later in a 32-bit version for NT 3.51 (x86/Alpha/PowerPC)

Excel 95 (v7.0)

Released in 1995 with Microsoft Office for Windows 95, this is the first major version after Excel 5.0, as there is no Excel 6.0 with all of the Office applications standardizing on the same major version number.

Internal rewrite to 32-bits. Almost no external changes, but faster and more stable.

Excel 95 contained a hidden Doom-like mini-game called «The Hall of Tortured Souls», a series of rooms featuring the names and faces of the developers as an easter egg.[101]

Excel 97 (v8.0)

Included in Office 97 (for x86 and Alpha). This was a major upgrade that introduced the paper clip office assistant and featured standard VBA used instead of internal Excel Basic. It introduced the now-removed Natural Language labels.

This version of Excel includes a flight simulator as an Easter Egg.

Excel 2000 (v9.0)

Included in Office 2000. This was a minor upgrade but introduced an upgrade to the clipboard where it can hold multiple objects at once. The Office Assistant, whose frequent unsolicited appearance in Excel 97 had annoyed many users, became less intrusive.

A small 3-D game called «Dev Hunter» (inspired by Spy Hunter) was included as an easter egg.[102][103]

Excel 2002 (v10.0)

Included in Office XP. Very minor enhancements.

Excel 2003 (v11.0)

Included in Office 2003. Minor enhancements.

Excel 2007 (v12.0)

Included in Office 2007. This release was a major upgrade from the previous version. Similar to other updated Office products, Excel in 2007 used the new Ribbon menu system. This was different from what users were used to, and was met with mixed reactions. One study reported fairly good acceptance by users except highly experienced users and users of word processing applications with a classical WIMP interface, but was less convinced in terms of efficiency and organization.[104] However, an online survey reported that a majority of respondents had a negative opinion of the change, with advanced users being «somewhat more negative» than intermediate users, and users reporting a self-estimated reduction in productivity.

Added functionality included Tables,[105] and the SmartArt set of editable business diagrams. Also added was an improved management of named variables through the Name Manager, and much-improved flexibility in formatting graphs, which allow (x, y) coordinate labeling and lines of arbitrary weight. Several improvements to pivot tables were introduced.

Also like other office products, the Office Open XML file formats were introduced, including .xlsm for a workbook with macros and .xlsx for a workbook without macros.[106]

Specifically, many of the size limitations of previous versions were greatly increased. To illustrate, the number of rows was now 1,048,576 (220) and columns was 16,384 (214; the far-right column is XFD). This changes what is a valid A1 reference versus a named range. This version made more extensive use of multiple cores for the calculation of spreadsheets; however, VBA macros are not handled in parallel and XLL add‑ins were only executed in parallel if they were thread-safe and this was indicated at registration.

Excel 2010 (v14.0)

Microsoft Excel 2010 running on Windows 7

Included in Office 2010, this is the next major version after v12.0, as version number 13 was skipped.

Minor enhancements and 64-bit support,[107] including the following:

  • Multi-threading recalculation (MTR) for commonly used functions
  • Improved pivot tables
  • More conditional formatting options
  • Additional image editing capabilities
  • In-cell charts called sparklines
  • Ability to preview before pasting
  • Office 2010 backstage feature for document-related tasks
  • Ability to customize the Ribbon
  • Many new formulas, most highly specialized to improve accuracy[108]

Excel 2013 (v15.0)

Included in Office 2013, along with a lot of new tools included in this release:

  • Improved Multi-threading and Memory Contention
  • FlashFill[109]
  • Power View[110]
  • Power Pivot[111]
  • Timeline Slicer
  • Windows App
  • Inquire[112]
  • 50 new functions[113]

Excel 2016 (v16.0)

Included in Office 2016, along with a lot of new tools included in this release:

  • Power Query integration
  • Read-only mode for Excel
  • Keyboard access for Pivot Tables and Slicers in Excel
  • New Chart Types
  • Quick data linking in Visio
  • Excel forecasting functions
  • Support for multiselection of Slicer items using touch
  • Time grouping and Pivot Chart Drill Down
  • Excel data cards[114]

Excel 2019, Excel 2021, Office 365 and subsequent (v16.0)

Microsoft no longer releases Office or Excel in discrete versions. Instead, features are introduced automatically over time using Windows Update. The version number remains 16.0. Thereafter only the approximate dates when features appear can now be given.

  • Dynamic Arrays. These are essentially Array Formulas but they «Spill» automatically into neighboring cells and does not need the ctrl-shift-enter to create them. Further, dynamic arrays are the default format, with new «@» and «#» operators to provide compatibility with previous versions. This is perhaps the biggest structural change since 2007, and is in response to a similar feature in Google Sheets. Dynamic arrays started appearing in pre-releases about 2018, and as of March 2020 are available in published versions of Office 365 provided a user selected «Office Insiders».

Apple Macintosh

Microsoft Excel for Mac 2011

  • 1985 Excel 1.0
  • 1988 Excel 1.5
  • 1989 Excel 2.2
  • 1990 Excel 3.0
  • 1992 Excel 4.0
  • 1993 Excel 5.0 (part of Office 4.x—Final Motorola 680×0 version[115] and first PowerPC version)
  • 1998 Excel 8.0 (part of Office 98)
  • 2000 Excel 9.0 (part of Office 2001)
  • 2001 Excel 10.0 (part of Office v. X)
  • 2004 Excel 11.0 (part of Office 2004)
  • 2008 Excel 12.0 (part of Office 2008)
  • 2010 Excel 14.0 (part of Office 2011)
  • 2015 Excel 15.0 (part of Office 2016—Office 2016 for Mac brings the Mac version much closer to parity with its Windows cousin, harmonizing many of the reporting and high-level developer functions, while bringing the ribbon and styling into line with its PC counterpart.)[116]

OS/2

  • 1989 Excel 2.2
  • 1990 Excel 2.3
  • 1991 Excel 3.0

Summary

Legend: Old version, not maintained Older version, still maintained Current stable version
Microsoft Excel for Windows release history

Year Name Version Comments
1987 Excel 2 2.0 Renumbered to 2 to correspond with contemporary Macintosh version. Supported macros (later known as Excel 4 macros).
1990 Excel 3 3.0 Added 3D graphing capabilities
1992 Excel 4 4.0 Introduced auto-fill feature
1993 Excel 5 5.0 Included Visual Basic for Applications (VBA) and various object-oriented options
1995 Excel 95 7.0 Renumbered for contemporary Word version. Both programs were packaged in Microsoft Office by this time.
1997 Excel 97 8.0
2000 Excel 2000 9.0 Part of Microsoft Office 2000, which was itself part of Windows Millennium (also known as «Windows ME»).
2002 Excel 2002 10.0
2003 Excel 2003 11.0 Released only 1 year later to correspond better with the rest of Microsoft Office (Word, PowerPoint, etc.).
2007 Excel 2007 12.0
2010 Excel 2010 14.0 Due to superstitions surrounding the number 13, Excel 13 was skipped in version counting.
2013 Excel 2013 15.0 Introduced 50 more mathematical functions (available as pre-packaged commands, rather than typing the formula manually).
2016 Excel 2016 16.0 Part of Microsoft Office 2016
Microsoft Excel for Macintosh release history

Year Name Version Comments
1985 Excel 1 1.0 Initial version of Excel. Supported macros (later known as Excel 4 macros).
1988 Excel 1.5 1.5
1989 Excel 2 2.2
1990 Excel 3 3.0
1992 Excel 4 4.0
1993 Excel 5 5.0 Only available on PowerPC-based Macs. First PowerPC version.
1998 Excel 98 8.0 Excel 6 and Excel 7 were skipped to correspond with the rest of Microsoft Office at the time.
2000 Excel 2000 9.0
2001 Excel 2001 10.0
2004 Excel 2004 11.0
2008 Excel 2008 12.0
2011 Excel 2011 14.0 As with the Windows version, version 13 was skipped for superstitious reasons.
2016 Excel 2016 16.0 As with the rest of Microsoft Office, so it is for Excel: Future release dates for the Macintosh version are intended to correspond better to those for the Windows version, from 2016 onward.
Microsoft Excel for OS/2 release history

Year Name Version Comments
1989 Excel 2.2 2.2 Numbered in between Windows versions at the time
1990 Excel 2.3 2.3
1991 Excel 3 3.0 Last OS/2 version. Discontinued subseries of Microsoft Excel, which is otherwise still an actively developed program.

Impact

Excel offers many user interface tweaks over the earliest electronic spreadsheets; however, the essence remains the same as in the original spreadsheet software, VisiCalc: the program displays cells organized in rows and columns, and each cell may contain data or a formula, with relative or absolute references to other cells.

Excel 2.0 for Windows, which was modeled after its Mac GUI-based counterpart, indirectly expanded the installed base of the then-nascent Windows environment. Excel 2.0 was released a month before Windows 2.0, and the installed base of Windows was so low at that point in 1987 that Microsoft had to bundle a runtime version of Windows 1.0 with Excel 2.0.[117] Unlike Microsoft Word, there never was a DOS version of Excel.

Excel became the first spreadsheet to allow the user to define the appearance of spreadsheets (fonts, character attributes, and cell appearance). It also introduced intelligent cell re-computation, where only cells dependent on the cell being modified are updated (previous spreadsheet programs recomputed everything all the time or waited for a specific user command). Excel introduced auto-fill, the ability to drag and expand the selection box to automatically copy a cell or row contents to adjacent cells or rows, adjusting the copies intelligently by automatically incrementing cell references or contents. Excel also introduced extensive graphing capabilities.

Security

Because Excel is widely used, it has been attacked by hackers. While Excel is not directly exposed to the Internet, if an attacker can get a victim to open a file in Excel, and there is an appropriate security bug in Excel, then the attacker can gain control of the victim’s computer.[118] UK’s GCHQ has a tool named TORNADO ALLEY with this purpose.[119][120]

Games

Besides the easter eggs, numerous games have been created or recreated in Excel, such as Tetris, 2048, Scrabble, Yahtzee, Angry Birds, Pac-Man, Civilization, Monopoly, Battleship, Blackjack, Space Invaders, and others.[121][122][123][124][125]

In 2020, Excel became an esport with the advent of the Financial Modeling World Cup.[126]

See also

  • Comparison of spreadsheet software
  • Numbers (spreadsheet)—the iWork equivalent
  • Spreadmart
  • Financial Modeling World Cup, online esport financial modelling competition using Excel

References

  1. ^ «Update history for Microsoft Office 2019». Microsoft Docs. Retrieved April 13, 2021.
  2. ^ a b «C++ in MS Office». cppcon. July 17, 2014. Archived from the original on November 7, 2019. Retrieved June 25, 2019.
  3. ^ «Microsoft Office Excel 365». Microsoft.com. Retrieved January 25, 2021.
  4. ^ «Update history for Office for Mac». Microsoft Docs.
  5. ^ «Microsoft Excel APKs». APKMirror.
  6. ^ «Microsoft Excel». App Store.
  7. ^
    Harvey, Greg (2006). Excel 2007 For Dummies (1st ed.). Wiley. ISBN 978-0-470-03737-9.
  8. ^
    Harvey, Greg (2007). Excel 2007 Workbook for Dummies (2nd ed.). Wiley. p. 296 ff. ISBN 978-0-470-16937-7.
  9. ^
    de Levie, Robert (2004). Advanced Excel for scientific data analysis. Oxford University Press. ISBN 978-0-19-515275-3.
  10. ^
    Bourg, David M. (2006). Excel scientific and engineering cookbook. O’Reilly. ISBN 978-0-596-00879-6.
  11. ^
    Şeref, Michelle M. H. & Ahuja, Ravindra K. (2008). «§4.2 A portfolio management and optimization spreadsheet DSS». In Burstein, Frad & Holsapple, Clyde W. (eds.). Handbook on Decision Support Systems 1: Basic Themes. Springer. ISBN 978-3-540-48712-8.
  12. ^
    Wells, Eric & Harshbarger, Steve (1997). Microsoft Excel 97 Developer’s Handbook. Microsoft Press. ISBN 978-1-57231-359-0. Excellent examples are developed that show just how applications can be designed.
  13. ^
    Harnett, Donald L. & Horrell, James F. (1998). Data, statistics, and decision models with Excel. Wiley. ISBN 978-0-471-13398-8.
  14. ^
    Some form of data acquisition hardware is required. See, for example, Austerlitz, Howard (2003). Data acquisition techniques using PCs (2nd ed.). Academic Press. p. 281 ff. ISBN 978-0-12-068377-2.
  15. ^
    «Description of the startup switches for Excel». Microsoft Help and Support. Microsoft Support. May 7, 2007. Retrieved December 14, 2010. Microsoft Excel accepts a number of optional switches that you can use to control how the program starts. This article lists the switches and provides a description of each switch.{{cite web}}: CS1 maint: url-status (link)
  16. ^ «Excel functions (alphabetical)». microsoft.com. Microsoft. Retrieved November 4, 2018.{{cite web}}: CS1 maint: url-status (link)
  17. ^ «WorksheetFunction Object (Excel)». Office VBA Reference. Microsoft. March 30, 2022. Retrieved November 4, 2018.{{cite web}}: CS1 maint: url-status (link)
  18. ^ «Functions (Visual Basic for Applications)». Office VBA Reference. Microsoft. September 13, 2021. Retrieved November 4, 2018.{{cite web}}: CS1 maint: url-status (link)
  19. ^ Gordon, Andy (January 25, 2021). «LAMBDA: The ultimate Excel worksheet function». microsoft.com. Microsoft. Retrieved April 23, 2021.{{cite web}}: CS1 maint: url-status (link)
  20. ^
    For example, by converting to Visual Basic the recipes in Press, William H. Press; Teukolsky, Saul A.; Vetterling, William T. & Flannery, Brian P. (2007). Numerical recipes: the art of scientific computing (3rd ed.). Cambridge University Press. ISBN 978-0-521-88068-8. Code conversion to Basic from Fortran probably is easier than from C++, so the 2nd edition (ISBN 0521437210) may be easier to use, or the Basic code implementation of the first edition: Sprott, Julien C. (1991). Numerical recipes: routines and examples in BASIC. Cambridge University Press. ISBN 978-0-521-40689-5.
  21. ^ «Excel». Office for Mac. OfficeforMacHelp.com. Archived from the original on June 19, 2012. Retrieved July 8, 2012.
  22. ^ «Using Excel — PC or Mac? | Excel Lemon». www.excellemon.com. Archived from the original on September 21, 2016. Retrieved July 29, 2015.
  23. ^ However an increasing proportion of Excel functionality is not captured by the Macro Recorder leading to largely useless macros. Compatibility among multiple versions of Excel is also a downfall of this method. A macro recorder in Excel 2010 may not work in Excel 2003 or older. This is most common when changing colors and formatting of cells.
    Walkenbach, John (2007). «Chapter 6: Using the Excel macro recorder». Excel 2007 VBA Programming for Dummies (Revised by Jan Karel Pieterse ed.). Wiley. p. 79 ff. ISBN 978-0-470-04674-6.
  24. ^ Walkenbach, John (February 2, 2007). «Chapter 4: Introducing the Excel object model». cited work. p. 53 ff. ISBN 978-0-470-04674-6.
  25. ^ «The Spreadsheet Page for Excel Users and Developers». spreadsheetpage.com. J-Walk & Associates, Inc. Retrieved December 19, 2012.
  26. ^ «Working with Excel 4.0 macros». microsoft.com. Microsoft Office Support. Retrieved December 19, 2012.
  27. ^ «The «Big Grid» and Increased Limits in Excel 2007″. microsoft.com. May 23, 2014. Retrieved April 10, 2008.{{cite web}}: CS1 maint: url-status (link)
  28. ^ «How to extract information from Office files by using Office file formats and schemas». microsoft.com. Microsoft. February 26, 2008. Retrieved November 10, 2008.{{cite web}}: CS1 maint: url-status (link)
  29. ^ a b «XML Spreadsheet Reference». Microsoft Excel 2002 Technical Articles. MSDN. August 2001. Retrieved November 10, 2008.
  30. ^ «Deprecated features for Excel 2007». Microsoft—David Gainer. August 24, 2006. Retrieved January 2, 2009.
  31. ^ «OpenOffice.org’s documentation of the Microsoft Excel File Format» (PDF). August 2, 2008.
  32. ^ «Microsoft Office Excel 97 — 2007 Binary File Format Specification (*.xls 97-2007 format)». Microsoft Corporation. 2007.
  33. ^ Fairhurst, Danielle Stein (March 17, 2015). Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals. John Wiley & Sons. ISBN 978-1-119-06245-5.
  34. ^ a b Newcomer, Joseph M. «Faking DDE with Private Servers». Dr. Dobb’s.
  35. ^ Schmalz, Michael (2006). «Chapter 5: Using Access VBA to automate Excel». Integrating Excel and Access. O’Reilly Media, Inc. ISBN 978-0-596-00973-1.Schmalz, Michael (2006). «Chapter 5: Using Access VBA to automate Excel». Integrating Excel and Access. O’Reilly Media, Inc. ISBN 978-0-596-00973-1.
  36. ^ Cornell, Paul (2007). «Chapter 5: Connect to other databases». Excel as Your Database. Apress. p. 117 ff. ISBN 978-1-59059-751-4.
  37. ^ DeMarco, Jim (2008). «Excel’s data import tools». Pro Excel 2007 VBA. Apress. p. 43 ff. ISBN 978-1-59059-957-0.
  38. ^
    Harts, Doug (2007). «Importing Access data into Excel 2007». Microsoft Office 2007 Business Intelligence: Reporting, Analysis, and Measurement from the Desktop. McGraw-Hill Professional. ISBN 978-0-07-149424-3.
  39. ^ «About Network DDE — Win32 apps». learn.microsoft.com.
  40. ^ «How to set up and use the RTD function in Excel — Office». learn.microsoft.com.
  41. ^
    DeMarco, Jim (2008). Pro Excel 2007 VBA. Berkeley, CA: Apress. p. 225. ISBN 978-1-59059-957-0. External data is accessed through a connection file, such as an Office Data Connection (ODC) file (.odc)
  42. ^
    Bullen, Stephen; Bovey, Rob & Green, John (2009). Professional Excel Development (2nd ed.). Upper Saddle River, NJ: Addison-Wesley. p. 665. ISBN 978-0-321-50879-9. To create a robust solution, we always have to include some VBA code …
  43. ^ William, Wehrs (2000). «An Applied DSS Course Using Excel and VBA: IS and/or MS?» (PDF). The Proceedings of ISECON (Information System Educator Conference). p. 4. Archived from the original (PDF) on August 21, 2010. Retrieved February 5, 2010. Microsoft Query is a data retrieval tool (i.e. ODBC browser) that can be employed within Excel 97. It allows a user to create and save queries on external relational databases for which an ODBC driver is available.
  44. ^ Use Microsoft Query to retrieve external data Archived March 12, 2010, at the Wayback Machine
  45. ^ «Password protect documents, workbooks, and presentations — Word — Office.com». Office.microsoft.com. Retrieved April 24, 2013.
  46. ^ «Password protect documents, workbooks, and presentations — Word — Office.com». Office.microsoft.com. Retrieved April 24, 2013.
  47. ^ «Password protect worksheet or workbook elements — Excel — Office.com». Office.microsoft.com. Archived from the original on March 26, 2013. Retrieved April 24, 2013.
  48. ^ Ralph, Nate. «Office for Windows Phone 8: Your handy starter guide». TechHive. Archived from the original on October 15, 2014. Retrieved August 30, 2014.
  49. ^ Wollman, Dana. «Microsoft Office Mobile for iPhone hands-on». Engadget. Retrieved August 30, 2014.
  50. ^ Pogue, David. «Microsoft Adds Office for iPhone. Yawn». The New York Times. Retrieved August 30, 2014.
  51. ^ a b Ogasawara, Todd. «What’s New in Excel Mobile». Microsoft. Archived from the original on February 8, 2008. Retrieved September 13, 2007.
  52. ^ a b «Unsupported features in Excel Mobile». Microsoft. Archived from the original on October 20, 2007. Retrieved September 21, 2007.
  53. ^ Use Excel Mobile Archived October 20, 2007, at the Wayback Machine. Microsoft. Retrieved September 21, 2007.
  54. ^ «Excel Mobile». Windows Store. Microsoft. Retrieved June 26, 2016.
  55. ^ «PowerPoint Mobile». Windows Store. Microsoft. Retrieved June 26, 2016.
  56. ^ «Differences between using a workbook in the browser and in Excel — Office Support». support.office.com. Archived from the original on 8 February 2017. Retrieved 7 February 2017.
  57. ^ «Description of the Excel Viewer». Microsoft. February 17, 2012. Archived from the original on April 6, 2013.
  58. ^ a b «How to obtain the latest Excel Viewer». Microsoft Docs. May 22, 2020. Retrieved January 3, 2021.
  59. ^ «Description of the security update for Excel Viewer 2007: February 12, 2019». Microsoft. April 16, 2020. Retrieved January 3, 2021.
  60. ^ «Microsoft Excel Viewer». Microsoft. 1997. Archived from the original on January 20, 1998.
  61. ^ «Excel 97/2000 Viewer: Spreadsheet Files». Microsoft. Archived from the original on January 13, 2004.
  62. ^ «New Features in Windows CE .NET 4.1». Microsoft Docs. June 30, 2006. Retrieved January 3, 2021.
  63. ^ «Excel Viewer 2003». Microsoft. October 12, 2004. Archived from the original on January 15, 2005.
  64. ^ «Excel Viewer 2003 Service Pack 3 (SP3)». Microsoft. September 17, 2007. Archived from the original on October 11, 2007.
  65. ^ «Excel Viewer». Microsoft. January 14, 2008. Archived from the original on September 26, 2010.
  66. ^ «Excel Viewer 2007 Service Pack 2 (SP2)». Microsoft. April 24, 2009. Archived from the original on April 28, 2012.
  67. ^ «Excel Viewer 2007 Service Pack 3 (SP3)». Microsoft. October 25, 2011. Archived from the original on December 29, 2011.
  68. ^ «Supported versions of the Office viewers». Microsoft. April 16, 2020. Retrieved January 3, 2021.
  69. ^
    Microsoft’s overview is found at: «Floating-point arithmetic may give inaccurate results in Excel». Revision 8.2 ; article ID: 78113. Microsoft support. June 30, 2010. Retrieved July 2, 2010.
  70. ^
    Altman, Micah; Gill, Jeff; McDonald, Michael (2004). «§2.1.1 Revealing example: Computing the coefficient standard deviation». Numerical issues in statistical computing for the social scientist. Wiley-IEEE. p. 12. ISBN 978-0-471-23633-7.
  71. ^ de Levie, Robert (2004). cited work. pp. 45–46. ISBN 978-0-19-515275-3.
  72. ^
    Walkenbach, John (2010). «Defining data types». Excel 2010 Power Programming with VBA. Wiley. pp. 198 ff and Table 8–1. ISBN 978-0-470-47535-5.
  73. ^ McCullough, Bruce D.; Wilson, Berry (2002). «On the accuracy of statistical procedures in Microsoft Excel 2000 and Excel XP». Computational Statistics & Data Analysis. 40 (4): 713–721. doi:10.1016/S0167-9473(02)00095-6.
  74. ^ McCullough, Bruce D.; Heiser, David A. (2008). «On the accuracy of statistical procedures in Microsoft Excel 2007». Computational Statistics & Data Analysis. 52 (10): 4570–4578. CiteSeerX 10.1.1.455.5508. doi:10.1016/j.csda.2008.03.004.
  75. ^ Yalta, A. Talha (2008). «The accuracy of statistical distributions in Microsoft Excel 2007». Computational Statistics & Data Analysis. 52 (10): 4579–4586. doi:10.1016/j.csda.2008.03.005.
  76. ^ Goldwater, Eva. «Using Excel for Statistical Data Analysis—Caveats». University of Massachusetts School of Public Health. Retrieved November 10, 2008.
  77. ^
    Heiser, David A. (2008). «Microsoft Excel 2000, 2003 and 2007 faults, problems, workarounds and fixes». Archived from the original on April 18, 2010. Retrieved April 8, 2010.
  78. ^
    Function improvements in Excel 2010 Archived April 6, 2010, at the Wayback Machine Comments are provided from readers that may illuminate some remaining problems.
  79. ^ «The MOD bug». Byg Software. Archived from the original on January 11, 2016. Retrieved November 10, 2008.
  80. ^ «Days of the week before March 1, 1900 are incorrect in Excel». Microsoft. Archived from the original on July 14, 2012. Retrieved November 10, 2008.
  81. ^ «Excel incorrectly assumes that the year 1900 is a leap year». Microsoft. Retrieved May 1, 2019.
  82. ^ Spolsky, Joel (June 16, 2006). «My First BillG Review». Joel on Software. Retrieved November 10, 2008.
  83. ^ «The Contradictory Nature of OOXML». ConsortiumInfo.org. January 17, 2007.
  84. ^ «Negative date and time value are displayed as pound signs (###) in Excel». Microsoft. Retrieved March 26, 2012.
  85. ^ Zeeberg, Barry R; Riss, Joseph; Kane, David W; Bussey, Kimberly J; Uchio, Edward; Linehan, W Marston; Barrett, J Carl; Weinstein, John N (2004). «Mistaken Identifiers: Gene name errors can be introduced inadvertently when using Excel in bioinformatics». BMC Bioinformatics. 5 (1): 80. doi:10.1186/1471-2105-5-80. PMC 459209. PMID 15214961.
  86. ^ a b Ziemann, Mark; Eren, Yotam; El-Osta, Assam (2016). «Gene name errors are widespread in the scientific literature». Genome Biology. 17 (1): 177. doi:10.1186/s13059-016-1044-7. PMC 4994289. PMID 27552985.
  87. ^ Anon (2016). «Microsoft Excel blamed for gene study errors». bbc.co.uk. London: BBC News.
  88. ^ Cimpanu, Catalin (August 24, 2016). «One in Five Scientific Papers on Genes Contains Errors Because of Excel». Softpedia. SoftNews.
  89. ^ Ziemann, Mark (2016). «Genome Spot: My personal thoughts on gene name errors». genomespot.blogspot.co.uk. Archived from the original on August 30, 2016.
  90. ^ Vincent, James (August 6, 2020). «Scientists rename human genes to stop Microsoft Excel from misreading them as dates». The Verge. Retrieved October 9, 2020.
  91. ^ «Excel: type() and WorksheetFunction.IsText() fail for long strings». Stack Overflow. November 3, 2018.
  92. ^ Rajah, Gary (August 2, 2004). «Trouble with macros». The Hindu Business Line. Retrieved March 19, 2019.
  93. ^ Chirilov, Joseph (January 8, 2009). «Microsoft Excel — Why Can’t I Open Two Files With the Same Name?». MSDN Blogs. Microsoft Corporation. Archived from the original on July 29, 2010. Retrieved March 19, 2019.
  94. ^ Infoworld Media Group, Inc. (July 7, 1986). InfoWorld First Look: Supercalc 4 challenging 1-2-3 with new tactic.
  95. ^ «The History of Microsoft — 1987». channel9.msdn.com. Archived from the original on September 27, 2010. Retrieved October 7, 2022.
  96. ^ «The History of Microsoft — 1987». learn.microsoft.com. Retrieved October 7, 2022.
  97. ^ a b Walkenbach, John (December 4, 2013). «Excel Version History». The Spreadsheet Page. John Walkenbach. Retrieved July 12, 2020.
  98. ^ Lewallen, Dale (1992). PC/Computing guide to Excel 4.0 for Windows. Ziff Davis. p. 13. ISBN 9781562760489. Retrieved July 27, 2013.
  99. ^ Lake, Matt (April 6, 2009). «Easter Eggs we have loved: Excel 4». crashreboot.blogspot.com. Retrieved November 5, 2013.
  100. ^ Osterman, Larry (October 21, 2005). «Why no Easter Eggs?». Larry Osterman’s WebLog. MSDN Blogs. Retrieved July 29, 2006.
  101. ^ «Excel 95 Hall of Tortured Souls». Retrieved July 7, 2006.
  102. ^ «Excel Oddities: Easter Eggs». Archived from the original on August 21, 2006. Retrieved August 10, 2006.
  103. ^ «Car Game In Ms Excel». Totalchoicehosting.com. September 6, 2005. Retrieved January 28, 2014.
  104. ^ Dostál, M (December 9, 2010). User Acceptance of the Microsoft Ribbon User Interface (PDF). Palacký University of Olomouc. ISBN 978-960-474-245-5. ISSN 1792-6157. Retrieved May 28, 2013.
  105. ^ [Using Excel Tables to
    Manipulate Billing Data https://mooresolutionsinc.com/downloads/Billing_MJ12.pdf]
  106. ^ Dodge, Mark; Stinson, Craig (2007). «Chapter 1: What’s new in Microsoft Office Excel 2007». Microsoft Office Excel 2007 inside out. Microsoft Press. p. 1 ff. ISBN 978-0-7356-2321-7.
  107. ^ «What’s New in Excel 2010 — Excel». Archived from the original on December 2, 2013. Retrieved September 23, 2010.
  108. ^ Walkenbach, John (2010). «Some Essential Background». Excel 2010 Power Programming with VBA. Indianapolis, Indiana: Wiley Publishing, Inc. p. 20. ISBN 9780470475355.
  109. ^ Harris, Steven (October 1, 2013). «Excel 2013 — Flash Fill». Experts-Exchange.com. Experts Exchange. Retrieved November 23, 2013.
  110. ^ «What’s new in Excel 2013». Office.com. Microsoft. Retrieved January 25, 2014.
  111. ^ K., Gasper (October 10, 2013). «Does a PowerPivot Pivot Table beat a regular Pivot Table». Experts-Exchange.com. Experts Exchange. Retrieved November 23, 2013.
  112. ^ K., Gasper (May 20, 2013). «Inquire Add-In for Excel 2013». Experts-Exchange.com. Experts Exchange. Retrieved November 23, 2013.
  113. ^ «New functions in Excel 2013». Office.com. Microsoft. Retrieved November 23, 2013.
  114. ^ «What’s new in Office 2016». Office.com. Microsoft. Retrieved August 16, 2015.
  115. ^ «Microsoft Announces March Availability of Office 98 Macintosh Edition». Microsoft. January 6, 1998. Retrieved December 29, 2017.
  116. ^ «Office for Mac Is Finally a ‘First-Class Citizen’«. Re/code. July 16, 2015. Retrieved July 29, 2015.
  117. ^ Perton, Marc (November 20, 2005). «Windows at 20: 20 things you didn’t know about Windows 1.0». switched.com. Archived from the original on April 11, 2013. Retrieved August 1, 2013.
  118. ^ Keizer, Gregg (February 24, 2009). «Attackers exploit unpatched Excel vulnerability». Computerworld. IDG Communications, Inc. Retrieved March 19, 2019.
  119. ^ «JTRIG Tools and Techniques». The Intercept. First Look Productions, Inc. July 14, 2014. Archived from the original on July 14, 2014. Retrieved March 19, 2019.
  120. ^ Cook, John. «JTRIG Tools and Techniques». The Intercept. p. 4. Retrieved March 19, 2019 – via DocumentCloud.
  121. ^ Phillips, Gavin (December 11, 2015). «8 Legendary Games Recreated in Microsoft Excel». MUO.
  122. ^ «Excel Games – Fun Things to Do With Spreadsheets». November 10, 2021.
  123. ^ «Unusual Uses of Excel». techcommunity.microsoft.com. August 5, 2022.
  124. ^ «Someone made a version of ‘Civilization’ that runs in Microsoft Excel». Engadget.
  125. ^ Dalgleish, Debra. «Have Fun Playing Games in Excel». Contextures Excel Tips.
  126. ^ «Microsoft Excel esports is real and it already has an international tournament». ONE Esports. June 9, 2021.

References

  • Bullen, Stephen; Bovey, Rob; Green, John (2009). Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA (2nd ed.). Boston: Addison Wesley. ISBN 978-0-321-50879-9.
  • Dodge, Mark; Stinson, Craig (2007). Microsoft Office Excel 2007 Inside Out. Redmond, Wash.: Microsoft Press. ISBN 978-0-7356-2321-7.
  • Billo, E. Joseph (2011). Excel for Chemists: A Comprehensive Guide (3rd ed.). Hoboken, N.J.: John Wiley & Sons. ISBN 978-0-470-38123-6.
  • Gordon, Andy (January 25, 2021). «LAMBDA: The ultimate Excel worksheet function». microsoft.com. Microsoft. Retrieved April 23, 2021.

External links

Wikibooks has a book on the topic of: Excel

  • Microsoft Excel – official site
Microsoft Excel (Windows)

Логотип Excel
Microsoft Excel 2010
Microsoft Excel 2010
Тип

Табличный процессор

Разработчик

Microsoft

Операционная система

Microsoft Windows

Последняя версия

14.0.6023.1000 (27 июня 2011)

Лицензия

Microsoft EULA

Сайт

Домашняя страница продукта

Microsoft Excel (Mac OS X)

Excel mac 2008 icon.png
Excel 2008 mac os x.jpg
Microsoft Excel 2008
Тип

Табличный процессор

Разработчик

Microsoft

Операционная система

Mac OS X

Последняя версия

14.1.0 Build 110310 (2011) (12 апреля 2011)

Лицензия

Microsoft EULA

Сайт

Домашняя страница продукта

Microsoft Excel (также иногда называется Microsoft Office Excel[1]) — программа для работы с электронными таблицами, созданная корпорацией Microsoft для Microsoft Windows, Windows NT и Mac OS. Она предоставляет возможности экономико-статистических расчетов, графические инструменты и, за исключением Excel 2008 под Mac OS X, язык макропрограммирования VBA (Visual Basic for Application). Microsoft Excel входит в состав Microsoft Office и на сегодняшний день Excel является одним из наиболее популярных приложений в мире.

Содержание

  • 1 История
  • 2 Версии
    • 2.1 Версии для Windows и Windows NT
    • 2.2 Версии для Macintosh
    • 2.3 Версии для OS/2
  • 3 Форматы файлов
    • 3.1 Office Open XML
    • 3.2 Экспорт и перемещение таблиц
  • 4 Программирование
  • 5 Парольная защита MS Excel
  • 6 Критика
    • 6.1 Точность
    • 6.2 Проблемы с датой
    • 6.3 Ошибки отображения Excel
  • 7 Примечания
  • 8 Ссылки

История

В 1982 году Microsoft запустила на рынок свой первый электронный табличный процессор Multiplan, который был очень популярен на CP/M системах, но на MS-DOS системах он уступал Lotus 1-2-3. Первая версия Excel предназначалась для Mac и была выпущена в 1985 году, а первая версия для Windows была выпущена в ноябре 1987 года. Lotus не торопилась выпускать 1-2-3 под Windows, и Excel с 1988 года начала обходить по продажам 1-2-3, что в конечном итоге помогло Microsoft достичь позиций ведущего разработчика программного обеспечения. Microsoft укрепляла свое преимущество с выпуском каждой новой версии, что имело место примерно каждые два года. Текущая версия для платформы Windows — Excel 14, также известная как Microsoft Office Excel 2010. Текущая версия для платформы Mac OS X — Microsoft Excel 2011.

В начале своего пути Excel стал причиной иска о товарном знаке от другой компании, уже продававшей пакет программ под названием «Excel». В результате спора Microsoft была обязана использовать название «Microsoft Excel» во всех своих официальных пресс-релизах и юридических документах. Однако со временем эта практика была позабыта, и Microsoft окончательно устранила проблему, приобретя товарный знак другой программы. Microsoft также решила использовать буквы XL как сокращённое название программы: иконка Windows-программы состоит из стилизованного изображения этих двух букв, а расширение файлов по умолчанию в Excel — .xls. В сравнении с первыми табличными процессорами Excel представляет множество новых функций пользовательского интерфейса, но суть остается прежней: как и в программе-родоначальнике, VisiCalc, организованные в строки и столбцы клетки-ячейки могут содержать данные или формулы с относительными или абсолютными ссылками на другие клетки.

Excel был первым табличным процессором, позволявшим пользователю менять внешний вид таблицы на экране: шрифты, символы и внешний вид ячеек. Он также первым представил метод умного пересчёта ячеек — обновления только ячеек, зависящих от изменённых ячеек: раньше табличные процессоры пересчитывали все ячейки; это делалось либо после каждого изменения (что на больших таблицах долго), либо по команде пользователя (что могло вводить пользователя в заблуждение непересчитанными значениями).

Будучи впервые объединёнными в Microsoft Office в 1993 году, Microsoft Word и Microsoft PowerPoint получили новый графический интерфейс для соответствия Excel, главного стимула модернизации ПК в то время.

Начиная с 1993 года, в состав Excel входит Visual Basic для приложений (VBA), язык программирования, основанный на Visual Basic, позволяющий автоматизировать задачи Excel. VBA является мощным дополнением к приложению и в более поздних версиях Excel доступна полнофункциональная интегрированная среда разработки. Можно создать VBA-код, повторяющий действия пользователя и таким образом автоматизировать простые задачи. VBA позволяет создавать формы для общения с пользователем. Язык поддерживает использование (но не создание) DLL от ActiveX; более поздние версии позволяют использовать элементы объектно-ориентированного программирования.

Функциональность VBA делала Excel легкой мишенью для макровирусов. И это было серьёзной проблемой до тех пор, пока антивирусные продукты не научились обнаруживать их. Фирма Microsoft, с опозданием приняв меры для уменьшения риска, добавила возможность выбора режима безопасности:

  • полностью отключить макросы
  • включить макросы при открытии документа
  • доверять всем макросам, подписанным с использованием надёжных сертификатов.

Версии Excel от 5.0 до 9.0 содержат различные «пасхальные яйца», хотя, начиная с версии 10 Microsoft начала принимать меры по их ликвидации.

Версии

Версии для Windows и Windows NT

Excel 97 (8.0) на Windows XP

Microsoft Office Excel 2003

  • 1988 год — Excel 2.0 для Windows
  • 1990 год — Excel 3.0
  • 1992 год — Excel 4.0
  • 1993 год — Excel 5.0 (Office 4.2 и 4.3, также есть 32-битная версия только для Windows NT)
  • 1995 год — Excel 7 для Windows 95 (включён в пакет Microsoft Office 95)
  • 1997 год — Excel 97 (включён в пакет Microsoft Office 97)
  • 1999 год — Excel 2000 (9) — Microsoft Office 2000
  • 2001 год — Excel 2002 (10) — Microsoft Office XP
  • 2003 год — Excel 2003 (11) — Microsoft Office 2003
  • 2007 год — Excel 2007 (12) — Microsoft Office 2007
  • 2010 год — Excel 2010 (14) — Microsoft Office 2010
  • Замечание: Версия 1.0 не использовалась, чтобы избежать путаницы с продуктами Apple
  • Замечание: Excel 6.0 не существует, так как версия Windows 95 поставлялась с Word 7. Все программы Office 95 и Office 4.x использовали OLE 2.0 (автоматическая передача данных между различными программами), и Excel 7 должен был показывать, что он соответствует Word 7.
  • Замечание: Версия 13.0 была пропущена. Excel 2010 имеет внутреннюю версию 14.0.

Версии для Macintosh

  • 1985 год — Excel 1.0
  • 1988 год — Excel 1.5
  • 1989 год — Excel 2.2
  • 1990 год — Excel 3.0
  • 1992 год — Excel 4.0
  • 1993 год — Excel 5.0
  • 1998 год — Excel 8.0 (Office ’98)
  • 2000 год — Excel 9.0 (Office 2001)
  • 2001 год — Excel 10.0 (Office v. X)
  • 2004 год — Excel 11.0 (Office 2004)
  • 2008 год — Excel 12.0 (Office 2008)
  • 2011 год — Excel 14.0 (Office 2011)

Версии для OS/2

  • 1989 год — Excel 2.2
  • 1990 год — Excel 2.3
  • 1991 год — Excel 3.0

Версии Excel до 7.0 были ограничены в возможностях хранения данных, вмещая до 16 384 (214) строк. Версии 8.0-11.0 могли справиться с 65 536 (216) строк и 256 колонками (28). Версии 12.0 и 14.0 обрабатывают до 1 048 576 (220) строк и 16 384 (214) колонок.[2]

Форматы файлов

В Microsoft Excel вплоть до 2003 версии включительно, использовался свой собственный бинарный формат файлов (BIFF) в качестве основного.[3] Excel 2007 использует Microsoft Office Open XML в качестве своего основного формата.

Несмотря на то, что Excel 2007 поддерживает и направлен на использование новых XML-форматов в качестве основных, он по-прежнему совместим с традиционными бинарными форматами. Кроме того, большинство версий Microsoft Excel могут читать CSV, DBF, SYLK, DIF и другие форматы.

Office Open XML

Microsoft Excel 2007, наряду с другими продуктами Microsoft Office 2007, вводит множество новых форматов файлов. Они являются частью Office Open XML (OOXML) спецификации.

Новые форматы Excel 2007

Формат Расширение Примечания
Рабочая книга Excel .xlsx Стандартный формат рабочих книг Excel 2007. В действительности это сжатый ZIP-архив каталога XML документов. Является заменой бывшего бинарного формата .xls, хотя и не поддерживает макросы по соображениям безопасности.
Рабочая книга Excel с макросами .xlsm Та же рабочая книга Excel, но с поддержкой макросов.
Бинарная рабочая книга Excel .xlsb Та же рабочая книга Excel с макросами, но хранящая информацию в бинарном формате, открывая документы быстрее чем XML. В особенности часто используется для очень больших документов с десятками тысяч строк и/или сотнями колонок.
Шаблон Excel с макросами .xltm Шаблон, созданный как основа для рабочих книг, включена поддержка макросов. Заменяет старый формат .xlt.
Надстройка Excel .xlam Надстройка Excel, направленная на добавление дополнительных функциональных возможностей и инструментов.

Экспорт и перемещение таблиц

API позволяет открывать таблицы Excel в ряде других приложений. Это включает в себя открытие документов Excel на веб-страницах с помощью ActiveX или таких плагинов, как Adobe Flash Player. Проект Apache POI представляет Java-библиотеки для чтения и записи электронных таблиц Excel. Также предпринимались попытки копировать таблицы Excel в веб-приложения с использованием разделённых запятыми значений (CSV).

Программирование

Ценной возможностью Excel является возможность писать код на основе Visual Basic для приложений (VBA). Этот код пишется с использованием отдельного от таблиц редактора. Управление электронной таблицей осуществляется посредством объектно-ориентированной модели кода и данных. С помощью этого кода данные входных таблиц будут мгновенно обрабатываться и отображаться в таблицах и диаграммах (графиках). Таблица становится интерфейсом кода, позволяя легко работать изменять его и управлять расчётами.

Парольная защита MS Excel

Защита Microsoft Excel предоставляет несколько типов различных паролей:

  • пароль для открытия документа[4]
  • пароль для изменения документа[5]
  • пароль для защиты листа
  • пароль для защиты книги
  • пароль для защиты общей книги[6]

Все пароли, кроме пароля для открытия документа, можно удалить мгновенно, вне зависимости от версии MS Excel, в которой был создан документ. Эти типы паролей в первую очередь служат для коллективной работы над документом. При их использовании документ не шифруется, а в документе сохраняется хэш от установленного пароля. Хотя при использовании пароля для защиты книги документ шифруется на известном пароле «VelvetSweatshop», это не добавляет документу дополнительной защиты. Единственным типом пароля который может помешать злоумышленнику получить доступ к документу является «пароль для открытия», но криптостойкость такой защиты сильно зависит от версии MS Excel, в которой был создан документ.

В MS Excel версии 95 и ранее, «пароль на открытие» преобразовывается в 16-битный ключ, который взламывается мгновенно. В MS Excel 97/2000 пароль преобразовывался уже в 40-битный ключ, который на современном оборудовании также может быть взломан очень быстро. К тому же программы для взлома паролей могут перебирать сотни тысяч паролей в секунду, что позволяет не только расшифровать документ, но и найти оригинальный пароль. В MS Excel 2003 / XP ситуация немного улучшилась — пользователь может выбрать практический любой алгоритм шифрования, доступный в системе (CryptoServiceProvider). Но по умолчанию осталась все та же защита MS Excel 97/2000.[7] Для пользователей, привыкшим доверять поведению программ по умолчанию, это означает отсутствие стойкой защиты на их документы.

Ситуация кардинально изменилась в MS Excel 2007 — для шифрования стал использоваться современный алгоритм AES с ключем в 128 бит, а для получения ключа применяться 50000 кратное использование хэш-функции SHA1, что уменьшило скорость перебора до сотен паролей в секунду.[8] В MS Excel стойкость защиты по умолчанию была увеличена еще в 2 раза, благодаря применению уже 100000 кратного SHA1 преобразования пароля в ключ. Вывод: на данный момент стойкую защиту обеспечивает только документы, сохраненные в формате Office 2007 2010 с установленным на них стойким «паролем на открытие».

Критика

Общая критика табличных процессоров применима и к Excel. Специфичные предметы критики в Excel — это точность, проблемы с датами и ошибки отображения Excel 2007.

Точность

Из-за того, что Excel работает на основе расчетов с плавающей запятой, статистическая точность Excel подвергается критике.[9][10][11][12] Сторонники Excel заявляют в ответ, эти ошибки проявляются лишь в особых условиях специально подобранных исходных данных, которые затрагивают относительно небольшое число пользователей, и с низкой вероятностью могут встретиться на практике. Для версий 97, 2000, 2002 зафиксированы ошибки при выполнении функции MOD (деление с остатком) при определённых аргументах, где функция вместо результата возвращает ошибку #NUM!.[13]

Проблемы с датой

В версиях Excel до 2007 включительно 1900 год ошибочно считался високосным.[14][15] Ошибка возникла в Lotus 1-2-3 и была намеренно внесена в Excel для совместимости и поддерживалась для обратной совместимости.[16][17]

Ошибки отображения Excel

Скриншот Microsoft Excel 2007, показывающий ошибку отображения 65535

22 сентября 2007 года было сообщено[18], что в определённых ситуациях Excel 2007 будет показывать неправильные результаты. В частности, для тех пар чисел, чье произведение равно 65535 (например, 850 и 77,1), Excel отобразит в качестве итога 100000. Это происходит с примерно 14,5 % таких пар.[19] Кроме того, если к результату добавить единицу, Excel выведет итог 100001. Однако, если вычесть из итога единицу, на дисплее отобразится правильный результат 65534. (Также, если итог умножить или разделить на 2, будут отображены 131070 и 32767,5 соответственно.)

Microsoft сообщила в блоге Microsoft Excel[20], что проблема существует в отображении шести конкретных значений с плавающей запятой между 65534,99999999995 и 65535 и шести значений между 65535,99999999995 и 65536 (не включая границ). Любые расчеты, результат которых равен одному из двенадцати значений, будут отображаться неправильно. Фактические данные, хранящиеся и передающиеся в другие ячейки, верны, неверно лишь отображение значения. Ошибка появилась в Excel 2007 и не существует в предыдущих версиях. 9 октября 2007 года Microsoft выпустила патч, исправляющий проблему.[21] Он вошёл и в состав исправлений Service Pack 1.

Примечания

  1. Обзор Microsoft Office Excel 2007
  2. Возросшие возможности Excel 2007
  3. How to extract information from Office files by using Office file formats and schemas
  4. Шифрование документа и задание пароля для его открытия
  5. Задание пароля для изменения документа
  6. Защита листа или книги паролем
  7. Парольная защита документов Microsoft Office
  8. Office 2007: новый формат и новая защита
  9. Using Excel for Data Analysis
  10. Reliability of Statistical Procedures in Excel
  11. http://www.practicalstats.com/Pages/excelstats.html
  12. http://www.mis.coventry.ac.uk/~nhunt/pottel.pdf
  13. XL: MOD() Function Returns #NUM! Error Value
  14. Days of the week before March 1, 1900 are incorrect in Excel
  15. Excel 2000 incorrectly assumes that the year 1900 is a leap year
  16. My First BillG Review — Joel on Software
  17. Matthew MacDonald. Excel 2007: the missing manual O’Reilly, 2006. ISBN 0-596-52759-4
  18. Bug in Excel 2007 — microsoft.public.excel | Google Groups
  19. Excel 2007 показывает неверные ответы в простых вычислениях VeroBlog
  20. Обновление вычислений Блог команды Microsoft Excel
  21. Обновление вычислений (патч доступен) Блог команды Microsoft Excel

Ссылки

  • Официальный сайт Microsoft Office
  • Работа с файлами Excel с помощью .NET Framework (англ.)
  • Список сайтов MVP (англ.)
  • Описание формата BIFF
 Просмотр этого шаблона Microsoft Office
Клиентские приложения Accounting · Access · Lync · Entourage · Excel · Groove · InfoPath · InterConnect · MapPoint · OneNote · Outlook · PowerPoint · Project · Publisher · SharePoint Designer · Visio · Word Microsoft Office 2013 symbol.svg
Серверные приложения Communications · Forms · Groove · PerformancePoint · Project · Project Portfolio · SharePoint
Устаревшие приложения Binder · Data Analyzer · FrontPage · Liquid Motion · Mail · Office Assistants · PhotoDraw · Photo Editor · Schedule+ · Vizact · Web Components
Онлайн-службы Office Online · Office 365 · Office Live Meeting · SkyDrive
Версии для Windows 3.0 · 4.0 · 4.3 · 95 · 97 · 2000 · XP · 2003 · 2007 · 2010 · 2013
Версии для Mac OS 98 · 2001 · X · 2004 · 2008 · 2011
Технологии Object Linking and Embedding · Office Open XML · Visual Studio Tools for Office · Visual Basic for Applications
Категория
 Просмотр этого шаблона Электронные таблицы
Свободные Calligra Tables • Gnumeric • KCells • OpenOffice.org Calc • LibreOffice Calc • NeoOffice • Siag
Freeware IBM Lotus Symphony • PlanMaker (2008)
Retail Apple Numbers • Corel Quattro Pro • Lotus 1-2-3 • Microsoft (Excel • Works) • PlanMaker • Quantrix • Oracle Open Office Calc
Online spreadsheet • Категория • Сравнение • Список

What Does Microsoft Excel Mean?

Microsoft Excel is a software program produced by Microsoft that allows users to organize, format and calculate data with formulas using a spreadsheet system.

This software is part of the Microsoft Office suite and is compatible with other applications in the Office suite. Like other Microsoft Office products, Microsoft Excel can now be purchased through the cloud on a subscription basis through Office 365.

Techopedia Explains Microsoft Excel

MS Excel is a commercial spreadsheet application that is produced and distributed by Microsoft for Microsoft Windows and Mac OS operating systems. It features the ability to perform basic calculations, use graphing tools, create pivot tables and create macros, among other useful features.

Spreadsheet applications such as MS Excel use a collection of cells arranged into rows and columns to organize and manipulate data. They can also display data as charts, histograms and line graphs.

MS Excel permits users to arrange data in order to view various factors from different perspectives. Microsoft Visual Basic is a programming language used for applications in Excel, allowing users to create a variety of complex numerical methods. Programmers are given an option to code directly using the Visual Basic Editor, including Windows for writing code, debugging and code module organization.

History and Future of MS Excel

In the early days of accessible PC business computing, Microsoft Excel played a central role in bookkeeping and record-keeping for enterprise operations.

One of the best examples of a use case for MS Excel is a table with an autosum format.

It’s very easy in Microsoft Excel to simply enter a column of values and click into a cell at the bottom of the spreadsheet, and then click the “autosum” button to allow that cell to add up all of the numbers entered above. This takes the place of the manual ledger counts that had been a labor-intensive part of business previous to the evolution of the modern spreadsheet.

The autosum and other innovations have made MS Excel a must-have for various kinds of enterprise computing, including looking at daily, weekly or monthly numbers, tabulating payroll and taxes, and other kinds of similar business processes.

Various types of simple use cases made Microsoft Excel a key end-user technology as well, useful in training and professional development. For a number of years, MS Excel has been included in basic business diploma courses on business computing, and temporary work agencies may assess individuals on their skills with Microsoft Word and Microsoft Excel for a wide range of clerical duties.

However, as the world of business technology has advanced, Microsoft Excel has become largely obsolete in some ways.

The reason for this is a concept called “visual dashboard” technology or “data visualization.”

Generally, companies and vendors have come up with neat new ways to present data visually that do not involve end users looking at a traditional spreadsheet with columns of numbers and identifiers. Instead, they look at graphs and charts and other sophisticated presentations, to understand the numbers better and more quickly. People have realized that the visual presentation is far easier to “read.”

The principle of data visualization has shifted the use cases for Microsoft Excel. Where businesses may have used Microsoft Excel in the past for, say, hundreds of records, most of today’s business use cases involve spreadsheets that handle less than a few dozen values for any particular project.

The idea is that if the spreadsheet is longer than a couple of dozen rows, it will be more effective to display the information on a visual dashboard than in a traditional spreadsheet format.

[Become a Microsoft Excel Expert in no time with this A-Z Microsoft Excel Course from Udemy]

Updated: 11/06/2021 by

Microsoft Excel

Excel is a spreadsheet application developed and published by Microsoft. It is part of the Microsoft Office suite of productivity software.

Unlike a word processor, such as Microsoft Word, Excel organizes data in columns and rows. Rows and columns intersect at a space called a cell. Each cell contains data, such as text, a numerical value, or a formula.

Excel was originally code-named Odyssey during development. It was first released on September 30, 1985.

Excel overview

Excel is a tool for organizing and performing calculations on data. It can analyze data, calculate statistics, generate pivot tables, and represent data as charts or graphs.

For example, you could create an Excel spreadsheet that calculates a monthly budget, tracks associated expenses, and interactively sorts the data by criteria.

Below is an example of Microsoft Excel with each of its major sections highlighted. See the formula bar, cell, column, row, or sheet tab links for further information about each section.

Microsoft Excel spreadsheet

Where do you find or start Excel?

If you have Excel or the entire Microsoft Office package installed on your Windows computer, you can find Excel in the Start menu.

Keep in mind that new computers do not include Excel. It must be purchased and installed before running it on your computer. If you do not want (or cannot afford) to purchase Excel, you can use a limited version for free at the Microsoft Office website.

If Excel is installed on your computer but isn’t in your Start menu, use the following steps to launch Excel manually.

  1. Open My Computer or File Explorer.
  2. Click or select the C: drive. If Microsoft Office is installed on a drive other than the C: drive, select that drive instead.
  3. Find and open the Program Files (x86) or Program Files folder.
  4. Open the Microsoft Office folder.
  5. In the Microsoft Office folder, open the root folder. Then open the OfficeXX folder, where XX is the version of Microsoft Office (e.g., Office16 for Microsoft Office 2016) installed on your computer.

Tip

If there is no root folder, look for and open the folder with Office in the folder name.

  1. Find and double-click the file named EXCEL.EXE to start the Excel program.

How to open Microsoft Excel without using a mouse

  1. Press the Windows key.
  2. Type Excel and select the Microsoft Excel entry in the search results.
  3. If Excel does not open after selecting it in the search results, press Enter to launch it.

How can Excel be formatted?

Each of the rows, columns, and cells can be modified in many ways, including the background color, number or date format, size, text font, layout, etc. In our example above, you can see that the first row (row 1) has a blue background, bold text, and each cell has its text centered.

  • How to format a Microsoft Excel spreadsheet.

Download an example of a spreadsheet file

We created a Microsoft Excel spreadsheet that you can download and open in any spreadsheet program, including Microsoft Excel. This spreadsheet illustrates some capabilities of a spreadsheet, formulas, and functions, and lets you experiment more with a spreadsheet.

  • Download example.xls

Why do people use Excel?

There are many reasons people use Excel. For example, someone might use Excel and a spreadsheet to keep track of their expenses. See our spreadsheet definition for a complete list of reasons and examples of how people use a spreadsheet.

Why would someone use Excel over another spreadsheet program?

Today, there are many free spreadsheet programs that someone could use instead of Excel. However, even with the available free options, Excel remains the most-used spreadsheet because of all its available options, features, and because many businesses still use the program.

  • Where can I get a free spreadsheet program?

Tip

Even with all Excel’s options, a free spreadsheet program like Google Sheets is often all most users need.

Note

If you want to get Excel because it’s a job requirement, it’s still okay to learn all the basics in a free spreadsheet program. However, there are still many differences between Excel and a free spreadsheet program.

Excel file extensions

Microsoft Excel supports the following file extensions. The default format for saving a Microsoft Excel workbook is .xlsx in all modern versions and .xls in early versions.

Extension Name Description
.csv CSV (Comma-separated values) A minimal format compatible with many spreadsheet applications. Rows of data are represented as lines in the text file, with columnar breaks delimited by a single character, usually a comma.
.dbf DBF 3, DBF 4 The native database file format of DBASE III and IV.
.dif Data interchange format A feature-limited, widely-supported file format. Supports saving a single-page spreadsheet only.
.htm, .html HTML Contains data formatted in HTML. When exported by Excel, supporting files such as images and sounds are stored in a folder.
.mht, .mhtml Single-page HTML HTML-formatted single-page data.
.ods OpenDocument Spreadsheet An open-source file format supported by word processors including OpenOffice and LibreOffice.
.pdf PDF (Portable Data Format) An industry-standard document format created by Adobe.
.prn Space-delimited formatted text A format similar to CSV that supports text formatting, created by Lotus. Supports only a single sheet.
.slk SYLK Symbolic Link Format. Supports only a single sheet.
.txt Tab-delimited text A text file format similar to CSV, using tab as the delimiter character. Also, stores Unicode-encoded single-page spreadsheets.
.xla Excel Add-in Supporting file for Visual Basic VBA projects, compatible with Excel 95-2003.
.xlam Excel Add-in with Macros XML-based format compatible with Excel 2007 and 2013-2019, supporting VBA projects and Excel 4.0 macros.
.xls Excel Workbook (deprecated) The native Excel file format for Excel versions 97-2003.
.xlsb Excel Binary Workbook A fast load-and-save format compatible with Excel 2007-2019. Supports VBA projects and Excel 4.0 macros.
.xlsm Excel Workbook with Macros XML-based format compatible with Excel 2007-2019, supporting VBA and Excel 4.0 macros.
.xlsx Excel Workbook The native Excel file format for Excel versions 2007-2019. Supports «ISO Strict» formatting. Does not support macros.
.xlt Excel Template (deprecated) Excel template file format, Excel 97-2003.
.xltx Excel Template Excel template file format, Excel 2007-2019.
.xlw Excel Workbook Only Saves only worksheets, chart sheets, and macro sheets but does not save spreadsheets. Compatible with Excel 2013-2019.
.xml XML Data Spreadsheet data exported as XML.
.xps OpenXML Paper Specification An open-source document format similar to PDF.

What are the different versions of Microsoft Excel?

Microsoft Excel has had many versions throughout its history. The different releases with their release dates are listed below.

Windows versions

Excel 2016 and 97

  • Excel 2019, released in 2018
  • Office 365 and Excel 2016, released in 2016
  • Excel 2013, released in 2013
  • Excel 2010, released in 2010
  • Excel 2007, released in 2007
  • Excel 2003, released in 2003
  • Excel 2002, released in 2002
  • Excel 2000, released in 2000
  • Excel 97, released in 1997
  • Excel 95, released in 1995
  • Excel 5.0, released in 1993
  • Excel 4.0, released in 1992
  • Excel 3.0, released in 1990
  • Excel 2.0, released in 1987

Mac versions

Excel 1.0

  • Excel 2019, released in 2018
  • Excel 2016, released in 2016
  • Excel 2011, released in 2011
  • Excel 2008, released in 2008
  • Excel 2004, released in 2004
  • Excel 2001, released in 2001
  • Excel 2000, released in 2000
  • Excel 98, released in 1998
  • Excel 5.0, released in 1993
  • Excel 4.0, released in 1992
  • Excel 3.0, released in 1990
  • Excel 2.2, released in 1989
  • Excel 1.5, released in 1988
  • Excel 1, released in 1985

What came before Excel?

Microsoft Excel was not the first spreadsheet program. Lotus 1-2-3 and VisiCalc were popular spreadsheet programs released before Excel.

Conditional formatting, Formula, Function, Google Docs, Lookup, Multiplan, Office, Office 365, Office Online, Spreadsheet, Spreadsheet terms

На чтение 4 мин Опубликовано 18.04.2020

Microsoft Office Excel — это программа, предназначенная для работы с электронными таблицами, которая позволяет хранить, организовывать и анализировать информацию. Возможно, у вас сложилось мнение, что приложение Excel использует только определенная группа людей для выполнения каких-нибудь сложных задач. Но вы ошибаетесь! На самом деле любой желающий может освоить эту великолепную программу и применить всю ее мощь для решения исключительно своих бытовых задач.

Excel – это универсальная программа, которая позволяет работать с различными форматами данных. В Excel вы можете вести домашний бюджет, производить как простые, так и очень сложные расчеты, хранить данные, организовывать различные дневники, составлять отчеты, строить графики, диаграммы и многое-многое другое.

Программа Excel входит в состав пакета Microsoft Office, который состоит из целого набора продуктов, позволяющих создавать различные документы, электронные таблицы, презентации и многое другое.

Помимо программы Microsoft Excel существует еще целый ряд похожих программ, которые также в своей основе используют работу с электронными таблицами, но Excel однозначно самая популярная и мощная из них, и по праву считается флагманом этого направления. Осмелюсь заявить, что Excel является одной из самых популярных программ вообще.

Что я могу делать в Excel?

У Microsoft Excel существует множество достоинств, но самым весомым является, конечно же, ее универсальность. Варианты применения Excel практически безграничны, поэтому, чем больше у вас багаж знаний по этой программе, тем большее число применений вы сможете для нее найти. Ниже перечислены возможные области применения приложения Microsoft Office Excel.

  1. Работа с числовыми данными. Например, составление самых различных бюджетов, начиная от домашнего, как самого простого, и, заканчивая бюджетом крупной организации.
  2. Работа с текстом. Разнообразный набор инструментов для работы с текстовыми данными дает возможность представить даже самые сложные текстовые отчеты.
  3. Создание графиков и диаграмм. Большое количество инструментов позволяет создавать самые различные варианты диаграмм, что дает возможность представить ваши данные наиболее ярко и выразительно.
  4. Создание схем и рисунков. Помимо графиков и диаграмм, Excel позволяет вставлять на рабочий лист множество различных фигур и рисунки SmartArt. Эти инструменты значительно увеличивают возможности визуализации данных в программе.
  5. Организация списков и баз данных. В Microsoft Office Excel изначально была заложена структура строк и столбцов, поэтому организовать работу со списками или создать базу данных является для Excel элементарной задачей.
  6. Импорт и экспорт данных.Excel позволяет обмениваться данными с самыми различными источниками, что делает работу с программой еще более универсальной.
  7. Автоматизация однотипных задач. Использование макросов в Excel позволяет автоматизировать выполнение однотипных трудоемких задач и свести участие человека до единственного щелчка мышью для запуска макроса.
  8. Создание панелей управления. В Excel существует возможность размещать элементы управления прямо на листе, что позволяет создавать наглядные интерактивные документы.
  9. Встроенный язык программирования. Встроенный в приложение Microsoft Excel язык программирования Visual Basic for Applications (VBA) позволяет расширить возможности программы как минимум в несколько раз. Знание языка открывает для вас совершенно новые горизонты, к примеру, создание своих пользовательских функций или целых надстроек.

Возможности приложения Excel можно перечислять очень долго, выше я представил только самые основные из них. Но уже сейчас ясно видно насколько знание этой программы будет полезным для вас.

Для кого создано приложение Excel?

Изначально программа Excel создавалась исключительно для работы в офисе, поскольку такую роскошь как компьютер могла себе позволить только организация. Со временем компьютеры все больше стали появляться в домах обычных людей, а число пользователей постепенно расти. На данный момент компьютер имеет практически каждая семья и на большей части из них установлен пакет Microsoft Office.

В России существуют сотни компаний, предлагающие курсы по Microsoft Office. Excel преподают в учебных заведениях, по Excel выпущены сотни книг и обучающих курсов. Знание Office требуют при приеме на работу или же засчитывают эти знания как дополнительное преимущество. Все это говорит о том, что знание офисных программ, в частности Excel, будет полезно всем без исключения.

Оцените качество статьи. Нам важно ваше мнение:

Skip to content

Excel Logo

What is Excel?

What is Excel

Microsoft Excel is a spreadsheet program available in the Microsoft Office Package. MS Excel is used to create Worksheets (spreadsheets) to store and organize data in a table format.

Microsoft Excel is one of the most used software application in the world. Excel have the Powerful Tools and Functions, using it for wide verity of applications across the global IT Companies. It is easy to enter the data, read and manipulate the data. Excel stores the data in a table format in Rows and Columns.

Here is a screen-shot of a Microsoft Excel File:

Microsoft Excel

  • What is Excel in Computer?
  • What is Excel Used for?
  • Where Excel is Used?
  • Features of MS Excel:
    • Key Components:
    • Usage
    • Industries
    • Interface
    • Data Analysis
    • Data Visualization
    • Templates
    • Enhancing Excel Features
    • Programming Language
    • Macros
    • Add-ins
    • Integration with Other Office Applications:
    • Security Features
    • Resource and Support Communities:
    • Limitations
    • Data security and privacy
    • Data accuracy and integrity
    • Alternative Applications
    • Conclusion
  • Excel Objects and Definitions
    • What is Excel Ribbon?
    • What is Excel Workbook?
    • What is Excel Worksheet?
    • What is Excel Range?
    • What is Excel Cell?
    • What is Excel Row?
    • What is Excel Column?
    • What are Excel Macros?
    • What is Excel VLookUp?

What is Excel in Computer?

In computer terms, Excel is a spreadsheet application in Microsoft Office Pack. It is one of the most using Applications in business industries. We can store any kind of the data in the spreadsheets in the Excel Range or Excel Cells. We can also insert Images, Shapes, Charts, Pivot Tables in the Excel Sheets to understand the data.

What is Excel Used for?

Microsoft Excel used for storing the data, processing the data, analyzing and presenting the data.

  • We can enter data in Strings, Dates or Numerical type of Data in the Excel Cells and Save the Files for future reference
  • We can use verity of formulas available in Excel to perform calculations
  • We can Develop Tools and Dashboards
  • We can Interact with Other Applications
  • We can connect to verity of Data Bases
  • We can represent data in Charts
  • We can drill down and analyze the data using Pivot Tables

Read More Uses

Where Excel is Used?

Microsoft Excel used in almost all industries. Here are the some of the real-time Excel Using industries and domains:

  • Financial sector is excessively using to perform different kind of calculations.
  • Analytical professional use Excel almost everyday for applying the basic analytical techniques and tools.
  • Banking Sector use to understand the Customer
  • Retail Associates uses for analyzing the POS data to check the change and trend in sales
  • Reporting Analysts uses for generating Daily, Weekly, Monthly, Quarterly and Yearly Reports.
  • Healthcare Teams uses for performing the longitudinal data analysis.
  • Market Research Analysts uses for finding the frequencies and cumulative aggregates.
  • VBA Developers uses for developing the Office Applications, Tools, Office Add-ins and Dashboards.

Features of MS Excel:

The following features of Excel made the Excel as most widely using application:

  • Graphical Features of Excel

    Excel have verity of the graphical features to represent the data in Charts and pictorial format. For Example, Charts, Shapes, Smart Arts, Clip Arts, Pictures.

  • Data Base Features of Excel

    Excel can be used as data base and perform of verity of data operations. For example, Pivot Tables, Slicers, Tables, Spark lines, Database, Sorting, Filtering, Data Validation, Grouping, etc.

  • Functional Features of Excel

    Excel Tools and Functions will help to perform powerful calculations and enhance the Excel Application Features. For example, Formulas, VBA Macros, Add-ins, Hyperlinks, Conditional Formatting, Spell Check, Protection, etc.

Key Components:

Excel is a spreadsheet software developed by Microsoft that is used to perform calculations, data analysis, and data visualization. Some of the key components of Excel include:

  • Workbook: A workbook is the main file that contains one or more worksheets where you can enter data, perform calculations, and create charts and graphs.
  • Worksheet: A worksheet is a single spreadsheet within a workbook that consists of rows, columns, and cells.
  • Cell: A cell is a rectangular box in a worksheet where you can enter data, formulas, and functions.
  • Range: A group of adjacent cells, which can be selected and formatted together.
  • Chart: A chart is a visual representation of data in a worksheet that can help you to identify patterns and trends.
  • PivotTable: A PivotTable is a powerful tool that allows you to summarize and analyze large amounts of data quickly and easily.
  • Sparklines: Sparklines are small, simple charts that are used to show trends in data over time.
  • Ribbon: The Ribbon is a graphical user interface that contains all the tools and commands you need to work with Excel. It is organized into tabs, which are further divided into groups of related commands.
  • Quick Access Toolbar: The Quick Access Toolbar is a customizable toolbar that provides quick access to frequently used commands.
  • Name box: The box located to the left of the formula bar, which displays the reference of the selected cell or range.
  • Solver: Solver is an add-in tool that allows you to find the optimal solution to a problem by changing the values of certain variables.
  • Goal Seek: Goal Seek is a tool that allows you to determine the value of a variable that will achieve a certain goal in a formula.
  • Scenario Manager: Scenario Manager is a tool that allows you to create and compare different scenarios for a worksheet by changing the input values of certain variables.
  • Power Query: Power Query is a tool that allows you to transform and analyze large amounts of data from various sources, such as databases, spreadsheets, and web pages.
  • Power Pivot: Power Pivot is an add-in tool that allows you to create advanced data models and perform complex data analysis using large amounts of data.
  • Data Tables: Data Tables are tools that allow you to calculate multiple results based on different sets of input values for one or more formulas.
  • Web Queries: Web Queries are tools that allow you to import data from a website directly into Excel, making it easier to collect and analyze data from the internet.
  • Get & Transform: Get & Transform is a feature that allows you to connect to various data sources, transform and reshape data, and load it into Excel for analysis and reporting.
  • Freeze Panes: Freeze Panes is a feature that allows you to keep certain rows or columns visible as you scroll through a worksheet, making it easier to view and analyze large amounts of data.
  • Collaboration Tools: Excel also provides various collaboration tools that allow multiple users to work on the same worksheet simultaneously, such as shared workbooks and co-authoring.
  • Protect Workbook/Worksheet: Protect Workbook/Worksheet is a feature that allows you to restrict access to certain parts of a workbook or worksheet by setting password protection, so that only authorized users can view or edit the data.
  • Error Checking: Error Checking is a feature that allows you to identify and correct errors in your formulas and functions, which can help to ensure data accuracy.
  • Templates: Excel Templates are pre-designed spreadsheets that you can use to quickly create different types of documents, such as budgets, calendars, and invoices.
  • Macro: A macro is a set of instructions that automate repetitive tasks in Excel.
  • Office Add-ins: Office Add-ins are third-party tools that you can install in Excel to extend its functionality, such as data connectors, visualization tools, and productivity apps.
  • Merge cells: A tool that allows you to combine multiple cells into a single, larger cell.
  • Autofill: A tool that allows you to quickly fill a series of cells with a pattern or sequence of data.
  • Data Validation: Data Validation is a feature that allows you to restrict the type of data that can be entered into a cell. This can help to ensure data accuracy and consistency.
  • Custom Number Formats: Custom Number Formats are tools that allow you to create your own number formats, making it easier to display numbers in a way that is more meaningful for your data.
  • Text to Columns: Text to Columns is a feature that allows you to split data in a column into multiple columns based on a delimiter, such as a comma or space.
  • Flash Fill: Flash Fill is a tool that allows you to automatically fill in data based on a pattern that you specify, making it easier to clean and transform data.
  • Print Options: Excel also provides various print options that allow you to customize the layout and formatting of your worksheet before printing, such as page orientation, margins, and scaling.
  • Page Layout View: Page Layout View is a feature that allows you to view your worksheet as it will appear when printed, making it easier to adjust the layout and formatting.
  • Filter: A tool that allows you to display only specific data in a worksheet, based on certain criteria.
  • Sort: A tool that allows you to arrange data in a worksheet in ascending or descending order, based on certain criteria.
  • Function: A function is a built-in formula that performs a specific calculation or task, such as SUM, AVERAGE, MAX, and MIN.
  • Formula: A formula is an equation that performs a calculation in a cell based on the values in other cells.
  • Formula bar: The area at the top of the Excel window where you can view and edit the contents of a selected cell.
  • Cell reference: A way to identify a cell in a worksheet, which is a combination of the column letter and row number, such as A1, B2, etc.
  • Relative reference: A cell reference that changes when you copy or move a formula to a different location in a worksheet.
  • Absolute reference: A cell reference that remains constant when you copy or move a formula to a different location in a worksheet, which is denoted by a dollar sign ($).
  • Mixed reference: A cell reference that has both absolute and relative components, which is denoted by a dollar sign ($) before the column or row reference.
  • Dynamic Arrays: Dynamic Arrays are a new feature in Excel that allow you to create formulas that automatically expand or shrink to fit the size of the data, making it easier to perform calculations on large datasets.
  • Formula auditing: A tool that allows you to trace the relationships between cells and formulas in a worksheet, which can help you identify errors and troubleshoot problems.

Usage

Excel is a widely used spreadsheet program developed by Microsoft. It is part of the Microsoft Office suite of applications and is used to organize, analyse, and manipulate data. Excel allows users to create, format, and manipulate tables of numerical and textual data in rows and columns.

Users can perform various mathematical and statistical calculations on the data, create charts and graphs to visualize the data, and use formulas and functions to automate calculations and analysis. Excel also provides various tools and features for data analysis, such as sorting, filtering, and pivot tables, that allow users to extract insights quickly and easily from large data sets.

Industries

Excel can be used in a variety of industries and professions, including finance, accounting, marketing, and research. It is often used for budgeting, financial forecasting, tracking expenses, inventory management, and analyzing sales data.

Interface

Excel has a user-friendly interface and is widely available on Windows and Mac OS systems. Additionally, Excel supports collaboration features, such as sharing workbooks and co-authoring, which allow multiple users to work on the same spreadsheet simultaneously.

Data Analysis

Another important feature of Excel is its ability to handle large amounts of data. Excel can handle millions of rows of data and thousands of columns, making it ideal for working with large datasets. Additionally, Excel provides several features for managing large datasets, such as sorting, filtering, and searching.

Excel also allows users to collaborate on workbooks in real-time using cloud-based solutions like OneDrive or SharePoint. This feature makes it easy for teams to work on the same document simultaneously and ensures that everyone is working with the most up-to-date version of the data.

Data Visualization

Excel also provides various tools for data visualization, which make it easy to create charts, graphs, and other visualizations that help to communicate data insights. With features like sparklines and conditional formatting, users can quickly identify trends and patterns in data without the need for complex analysis.

Overall, Excel is an essential tool for anyone who works with data. Its extensive feature set, customizability, and ease of use make it an ideal choice for businesses, researchers, educators, and individuals. Whether you are working with small datasets or large, Excel can help you manage and analyze your data efficiently, saving you time and improving your productivity.

Templates

Excel also provides various templates that help users get started with common tasks, such as budgeting, invoicing, and project management. These templates can be customized to meet specific needs, making it easy for users to create professional-looking spreadsheets without starting from scratch.

Enhancing Excel Features

Another way to overcome some of the limitations of Excel is to use Excel add-ins or plugins that provide additional features and capabilities. There are many add-ins available that can help users automate tasks, perform advanced analysis, and enhance visualization.

  • For example, the Analysis ToolPak add-in provides a wide range of statistical and engineering functions, while the Power Query add-in allows users to extract and transform data from a variety of sources. The Solver add-in can help users find optimal solutions for complex problems, while the Power Pivot add-in provides advanced data modeling and analysis capabilities.
  • In addition to add-ins, users can also consider using Excel templates or pre-built solutions that provide pre-configured spreadsheets and models for specific use cases. There are many templates available for financial modeling, budgeting, project management, and other applications. These templates can help users save time and avoid errors by providing pre-built formulas and templates for common tasks.

Finally, to improve collaboration and data sharing, users can consider using cloud-based collaboration platforms such as Microsoft Teams or SharePoint. These platforms allow users to share and collaborate on Excel spreadsheets in real-time, providing a more efficient and collaborative workflow.

Programming Language

Excel also has a programming language called VBA (Visual Basic for Applications) that allows users to automate repetitive tasks and create custom solutions. With VBA, users can create macros, which are small programs that automate common tasks, such as formatting data or generating reports.

VBA also provides access to many of Excel’s built-in features, as well as the ability to create custom functions and procedures. This allows users to create highly customized solutions that can save time and increase efficiency.

Macros

In addition to add-ins, templates, and complementary tools, users can also consider using Excel macros to automate repetitive tasks and improve productivity. Macros are small programs written in Visual Basic for Applications (VBA) that can be used to automate tasks and add custom functionality to Excel.

  • With macros, users can automate tasks such as formatting, data entry, and data cleaning, as well as perform more advanced tasks such as data analysis and modeling. Macros can also be used to create custom functions and formulas that can be reused in other Excel spreadsheets.
  • To create macros, users need to have a basic understanding of VBA programming. Excel provides a built-in macro recorder that allows users to record their actions and convert them into VBA code. Users can also write their own code from scratch or modify existing code to create more complex macros.
  • Macros can be saved as part of the Excel spreadsheet or as a separate file, and can be easily shared with other users. However, it is important to be cautious when using macros as they can potentially contain malicious code that can harm your computer or compromise your data.
  • Excel VBA Macros can be a powerful tool for automating tasks and improving productivity in Excel. By learning how to write and use macros, users can save time and improve their workflow, and add custom functionality to Excel spreadsheets. However, it is important to be careful when using macros, and to ensure that they come from a trusted source and do not contain any malicious code.

Add-ins

In addition to its core features, Excel also supports a wide range of add-ins and third-party applications that can further extend its functionality. For example, users can install add-ins to enhance data visualization, automate data entry, or integrate Excel with other software tools.

Integration with Other Office Applications:

One of the advantages of Excel is its compatibility with other Microsoft Office applications, such as Word and PowerPoint. Excel data can easily be copied and pasted into these applications, allowing users to create professional-looking documents and presentations that include charts, tables, and graphs.

Excel also supports a wide range of file formats, including CSV, TXT, XML, and HTML, making it easy to share data with other applications or import data from external sources. Additionally, Excel can connect to external data sources such as SQL databases, SharePoint lists, and OData feeds, allowing users to work with data from a wide range of sources.

Security Features

Excel also provides various security features, such as password protection and file encryption, that help to keep data safe and secure. This is especially important when working with sensitive or confidential information.

Finally, Excel is widely supported by third-party tools and services, which can further enhance its capabilities. For example, there are many add-ins and plug-ins available that provide additional functionality, such as data analysis tools, charting software, and collaboration platforms.

In conclusion, Excel is a powerful and versatile tool that provides many features and capabilities for managing and analyzing  data. Whether you are a business owner, financial analyst, researcher, or student, Excel can help you work with data more efficiently and effectively. Its ease of use, customizability, and compatibility with other applications make it an ideal choice for anyone who works with data on a regular basis.

Resource and Support Communities:

Excel’s popularity has led to the development of many resources and support communities, which can help users learn how to use the software effectively. These resources include online tutorials, user forums, and training courses, which can help users become proficient in Excel quickly.

  • Furthermore, Excel’s features are constantly evolving, with new updates being released on a regular basis. These updates often include new tools and functionality that help users work with data more effectively.
  • In addition to its features, Excel’s versatility and wide range of applications make it an essential tool for many industries and professions. For example, Excel is commonly used in finance and accounting for budgeting, forecasting, and financial modeling. It is also used in marketing and sales for data analysis, customer segmentation, and campaign tracking.
  • In research, Excel is used for data cleaning, manipulation, and analysis. Excel is also frequently used in education, where it is used to teach data analysis, statistics, and financial modeling.

In summary, Excel is a powerful and versatile tool that provides many features and capabilities for managing and analyzing data. Its ease of use, customizability, compatibility with other applications, and wide range of applications make it an essential tool for many industries and professions. With its continued development and support, Excel is likely to remain a key tool for data management and analysis for years to come.

Limitations

Despite its many advantages, Excel is not without its limitations. One limitation is its ability to handle extremely large datasets. While Excel can handle millions of rows of data, it may become slow and unwieldy with datasets that exceed this limit.

  • Additionally, Excel is not well-suited for complex data modeling and analysis. While it provides many tools and features for data analysis, it may not be the best choice for advanced statistical analysis or machine learning.
  • Another limitation of Excel is its potential for errors. Because it relies on manual data entry and manipulation, it is vulnerable to human errors such as typos and miscalculations. Additionally, its use of cell-based formulas and references can lead to errors when cells are moved or deleted.
  • Finally, Excel’s use of proprietary file formats can make it difficult to share data with users who do not have access to the software. While Excel can save files in a variety of formats, users may need to use specialized software to open or work with these files.
  • While Excel is a powerful and versatile tool for managing and analyzing data, it does have some limitations. Users should be aware of these limitations and choose the appropriate tools and software for their specific needs. Despite its limitations, Excel remains a popular and widely used tool for data management and analysis, and its continued development and support make it a valuable tool for many industries and professions.

Data security and privacy

Another important consideration when working with Excel is data security and privacy. Excel files can contain sensitive and confidential data, such as financial records, personal information, or trade secrets. As such, it is important to take appropriate measures to protect this data from unauthorized access or disclosure.

  • One way to improve data security in Excel is to use password protection. Excel allows users to password-protect their spreadsheets and workbooks, which can prevent unauthorized access or editing. Passwords should be strong and complex, and users should avoid sharing passwords with others or storing them in an insecure location.
  • Another way to improve data security is to restrict access to Excel files. Users can use file permissions to control who has access to their Excel files and what they can do with them. For example, users can set read-only permissions for certain users, or prevent users from copying or printing the file.
  • Users should also be aware of the risks associated with sharing Excel files over email or cloud storage services. Excel files can be intercepted or accessed by unauthorized parties if they are not encrypted or secured properly. To avoid these risks, users can use secure file-sharing services or encrypt their Excel files before sharing them.
  • Finally, users should be aware of privacy laws and regulations that may apply to their use of Excel. For example, certain types of data, such as personal information or medical records, may be subject to specific data protection laws. Users should ensure that they are complying with applicable privacy laws and regulations when working with Excel.

In conclusion, data security and privacy are important considerations when working with Excel. By using password protection, access restrictions, secure file-sharing, and complying with privacy laws, users can protect their sensitive data and ensure that it is not disclosed or accessed by unauthorized parties.

Data accuracy and integrity

Another important consideration when working with Excel is data accuracy and integrity. Excel spreadsheets can be prone to errors, such as data entry mistakes, formula errors, or incorrect formatting. These errors can lead to incorrect analysis, decision-making, or reporting, and can have serious consequences for businesses or organizations.

  • To ensure data accuracy and integrity, users should follow best practices for data entry and management in Excel. This includes using consistent and clear naming conventions for data and columns, validating data as it is entered, using data validation rules to restrict data entry to specific formats or ranges, and using formulas and functions to perform calculations and analysis.
  • Users should also be careful when using copy-and-paste or importing data from external sources, as these actions can introduce errors or inconsistencies in the data. Users should validate and clean data as it is imported, and ensure that data is formatted consistently with the rest of the spreadsheet.
  • Another way to improve data accuracy and integrity is to perform regular checks and audits of Excel spreadsheets. Users can use tools such as Excel’s auditing and error-checking features to identify potential errors or inconsistencies in their data, and correct them before they become serious issues. Users can also use third-party tools or add-ins that provide more advanced auditing and error-checking capabilities.

In conclusion, data accuracy and integrity are critical considerations when working with Excel. By following best practices for data entry and management, validating and cleaning data, performing regular checks and audits, and using tools and add-ins that improve data accuracy and integrity, users can ensure that their Excel spreadsheets are reliable, accurate, and trustworthy.

Alternative Applications

To mitigate some of the limitations of Excel, there are several alternatives and complementary tools that users can consider. For example, users can consider using more advanced data analysis software such as Python, R, or MATLAB, which offer more powerful statistical analysis and machine learning capabilities.

  • Users can also consider using cloud-based data management and analysis tools such as Google Sheets or Microsoft Power BI, which offer collaborative features, more powerful data visualization options, and support for larger datasets.
  • Finally, to ensure compatibility and interoperability with other software and systems, users can consider using open-source or non-proprietary file formats such as CSV or JSON, which can be read and manipulated by a wide range of software tools and platforms.
  • In summary, while Excel remains a valuable tool for data management and analysis, it is important for users to be aware of its limitations and consider using complementary tools and software to meet their specific needs. By combining Excel with other tools and techniques, users can work more efficiently, reduce errors, and extract more value from their data.

Conclusion

Excel is constantly evolving, with new features and capabilities being added with each new version. For example, recent updates have introduced new functions, new chart types, improved data analysis tools, and enhanced collaboration features.

  • Excel is also widely used in data analysis and business intelligence. With features like Power Query and Power Pivot, users can easily connect to external data sources, clean and transform data, and create interactive dashboards and reports.
  • In addition to its business applications, Excel is also used extensively in education, where it is used to teach data analysis, mathematical modeling, and financial analysis.
  • Overall, Excel is a powerful and versatile tool that can be used to perform a wide range of tasks. Whether you are a small business owner, financial analyst, researcher, or student, Excel can help you manage and analyse data more efficiently, saving you time and improving your productivity. With its user-friendly interface, extensive feature set, and customizability, Excel is a valuable tool for businesses, professionals, and individuals alike.

In conclusion, while Excel has some limitations, there are many ways to overcome these limitations and enhance its capabilities. By using add-ins, templates, and complementary tools and software, users can work more efficiently, perform advanced analysis, and share data more effectively. With its continued development and support, Excel is likely to remain a key tool for data management and analysis for years to come.

Excel Objects and Definitions

Excel Ribbon

What is Excel Ribbon?

Excel ribbon is the navigation menu in Excel, shows all the Controls and Commands in different Tabs.

Microsoft Excel Workbook

What is Excel Workbook?

Excel Workbook is the Main File which can contain at one or more worksheet or spreadsheets.

What is Excel - Worksheet?

What is Excel Worksheet?

Excel workbook can contain more than one worksheet. It is a spreadsheet with rows, columns and cells.

What is Excel - Range?

What is Excel Range?

Excel range is the worksheet object contains one or more Cells.

Excel Cell

What is Excel Cell?

Cell is an Object of Excel Sheet to enter information. It represents with Column Name followed by Row Number.

What is Excel Rows?

What is Excel Row?

Rows are the Records in Excel Spreadsheet. Excel Rows are represented by row numbers (1,2,3,…).

What is Excel Columns?

What is Excel Column?

Columns are Fields in Excel Spreadsheet. Each Column in a sheet represented with a unique Column Name, starts with Column name A.

What is Excel Macro?

What are Excel Macros?

A Macro is a re usable tiny program which we can save and run to repeat the same action or tasks in Excel.

What is VLOOKUP Function in Excel

What is Excel VLookUp?

VLOOKUP Function in Excel helps to lookup the corresponding values of a Range, Table and Arrays.

  • Microsoft Excel
  • What’s New in Excel?
  • MS Excel Resource

© Copyright 2012 – 2020 | Excelx.com | All Rights Reserved

Page load link

Microsoft Excel

Microsoft Excel 2013-2019 logo.svg
Тип

Табличный процессор

Разработчик

Microsoft

Операционная система

Microsoft Windows

Последняя версия

15.0.4693.1000 (март 2015)

Лицензия

Microsoft EULA

Сайт

products.office.com/ru-ru/excel

Microsoft Excel (Mac OS X)

220x80px
267x400px
Microsoft Excel 2008
Тип

Табличный процессор

Разработчик

Microsoft

Операционная система

Mac OS X

Последняя версия

14.1.0 Build 110310 (2011) (12 апреля 2011)

Лицензия

Microsoft EULA

Сайт

products.office.com

Microsoft Excel (также иногда называется Microsoft Office Excel[1]) — программа для работы с электронными таблицами, созданная корпорацией Microsoft для Microsoft Windows, Windows NT и Mac OS. Она предоставляет возможности экономико-статистических расчетов, графические инструменты и, за исключением Excel 2008 под Mac OS X, язык макропрограммирования VBA (Visual Basic for Application). Microsoft Excel входит в состав Microsoft Office и на сегодняшний день Excel является одним из наиболее популярных приложений в мире.

Содержание

  • 1 История
  • 2 Версии
    • 2.1 Версии для Windows и Windows NT
    • 2.2 Версии для Macintosh
    • 2.3 Версии для OS/2
  • 3 Форматы файлов
    • 3.1 Office Open XML
    • 3.2 Экспорт и перемещение таблиц
  • 4 Программирование
  • 5 Парольная защита Microsoft Excel
  • 6 Критика
    • 6.1 Точность
    • 6.2 Проблемы с датой
    • 6.3 Ошибки отображения Excel
  • 7 Примечания
  • 8 Ссылки
  • 9 Литература

История[править]

В 1982 году Microsoft запустила на рынок свой первый электронный табличный процессор Multiplan, который был очень популярен на CP/M системах, но на MS-DOS системах он уступал Lotus 1-2-3. Первая версия Excel предназначалась для Mac и была выпущена в 1985 году, а первая версия для Windows была выпущена в ноябре 1987 года. Lotus не торопилась выпускать 1-2-3 под Windows, и Excel с 1988 года начала обходить по продажам 1-2-3, что в конечном итоге помогло Microsoft достичь позиций ведущего разработчика программного обеспечения. Microsoft укрепляла свое преимущество с выпуском каждой новой версии, что имело место примерно каждые два года. Текущая версия для платформы Windows — Excel 15, также известная как Microsoft Office Excel 2013. Текущая версия для платформы Mac OS X — Microsoft Excel 2011.

В начале своего пути Excel стал причиной иска о товарном знаке от другой компании, уже продававшей пакет программ под названием «Excel». В результате спора Microsoft была обязана использовать название «Microsoft Excel» во всех своих официальных пресс-релизах и юридических документах. Однако со временем эта практика была позабыта, и Microsoft окончательно устранила проблему, приобретя товарный знак другой программы. Microsoft также решила использовать буквы XL как сокращённое название программы: иконка Windows-программы состоит из стилизованного изображения этих двух букв, а расширение файлов по умолчанию в Excel — .xls. В сравнении с первыми табличными процессорами Excel представляет множество новых функций пользовательского интерфейса, но суть остается прежней: как и в программе-родоначальнике, VisiCalc, организованные в строки и столбцы клетки-ячейки могут содержать данные или формулы с относительными или абсолютными ссылками на другие клетки.

Excel был первым табличным процессором, позволявшим пользователю менять внешний вид таблицы на экране: шрифты, символы и внешний вид ячеек. Он также первым представил метод умного пересчёта ячеек — обновления только ячеек, зависящих от изменённых ячеек: раньше табличные процессоры пересчитывали все ячейки; это делалось либо после каждого изменения (что на больших таблицах долго), либо по команде пользователя (что могло вводить пользователя в заблуждение непересчитанными значениями).

Будучи впервые объединёнными в Microsoft Office в 1993 году, Microsoft Word и Microsoft PowerPoint получили новый графический интерфейс для соответствия Excel, главного стимула модернизации ПК в то время.

Начиная с 1993 года, в состав Excel входит Visual Basic для приложений (VBA), язык программирования, основанный на Visual Basic, позволяющий автоматизировать задачи Excel. VBA является мощным дополнением к приложению и в более поздних версиях Excel доступна полнофункциональная интегрированная среда разработки. Можно создать VBA-код, повторяющий действия пользователя и таким образом автоматизировать простые задачи. VBA позволяет создавать формы для общения с пользователем. Язык поддерживает использование (но не создание) DLL от ActiveX; более поздние версии позволяют использовать элементы объектно-ориентированного программирования.

Функциональность VBA делала Excel легкой мишенью для макровирусов. И это было серьёзной проблемой до тех пор, пока антивирусные продукты не научились обнаруживать их. Фирма Microsoft, с опозданием приняв меры для уменьшения риска, добавила возможность выбора режима безопасности:

  • полностью отключить макросы
  • включить макросы при открытии документа
  • доверять всем макросам, подписанным с использованием надёжных сертификатов.

Версии Excel от 5.0 до 9.0 содержат различные «пасхальные яйца», хотя, начиная с версии 10 Microsoft начала принимать меры по их ликвидации.

Версии[править]

Версии для Windows и Windows NT[править]

  • 1988 год — Excel 2.0 для Windows
  • 1990 год — Excel 3.0
  • 1992 год — Excel 4.0
  • 1993 год — Excel 5.0 (Office 4.2 и 4.3, также есть 32-битная версия только для Windows NT)
  • 1995 год — Excel 7 для Windows 95 (включён в пакет Microsoft Office 95)
  • 1997 год — Excel 97 (включён в пакет Microsoft Office 97)
  • 1999 год — Excel 2000 (9) — Microsoft Office 2000
  • 2001 год — Excel 2002 (10) — Microsoft Office XP
  • 2003 год — Excel 2003 (11) — Microsoft Office 2003
  • 2007 год — Excel 2007 (12) — Microsoft Office 2007
  • 2010 год — Excel 2010 (14) — Microsoft Office 2010
  • 2013 год — Excel 2013 (15) — Microsoft Office 2013
  • 2015 год — Excel 2016 (16) — Microsoft Office 2016
  • Замечание: Версия 1.0 не использовалась, чтобы избежать путаницы с продуктами Apple
  • Замечание: Excel 6.0 не существует, так как версия Windows 95 поставлялась с Word 7. Все программы Office 95 и Office 4.x использовали OLE 2.0 (автоматическая передача данных между различными программами), и Excel 7 должен был показывать, что он соответствует Word 7.
  • Замечание: Версия 13.0 была пропущена по причине Трискаидекафобии. Excel 2010 имеет внутреннюю версию 14.0.

Версии для Macintosh[править]

  • 1985 год — Excel 1.0
  • 1988 год — Excel 1.5
  • 1989 год — Excel 2.2
  • 1990 год — Excel 3.0
  • 1992 год — Excel 4.0
  • 1993 год — Excel 5.0
  • 1998 год — Excel 8.0 (Office ’98)
  • 2000 год — Excel 9.0 (Office 2001)
  • 2001 год — Excel 10.0 (Office v. X)
  • 2004 год — Excel 11.0 (Office 2004)
  • 2008 год — Excel 12.0 (Office 2008)
  • 2011 год — Excel 14.0 (Office 2011)
  • 2015 год — Excel 15.0 (Office 2016)

Версии для OS/2[править]

  • 1989 год — Excel 2.2
  • 1990 год — Excel 2.3
  • 1991 год — Excel 3.0

Версии Excel до 7.0 были ограничены в возможностях хранения данных, вмещая до 16 384 (214) строк. Версии 8.0—11.0 могли справиться с 65 536 (216) строк и 256 колонками (28). Версии 12.0 и 14.0 обрабатывают до 1 048 576 (220) строк и 16 384 (214) колонок[2].

Форматы файлов[править]

В Microsoft Excel вплоть до 2003 версии включительно, использовался свой собственный бинарный формат файлов (BIFF) в качестве основного[3]. Excel 2007 использует Microsoft Office Open XML в качестве своего основного формата.

Несмотря на то, что Excel 2007 поддерживает и направлен на использование новых XML-форматов в качестве основных, он по-прежнему совместим с традиционными бинарными форматами. Кроме того, большинство версий Microsoft Excel могут читать CSV, DBF, SYLK, DIF и другие форматы.

Office Open XML[править]

Microsoft Excel 2007, наряду с другими продуктами Microsoft Office 2007, вводит множество новых форматов файлов. Они являются частью Office Open XML (OOXML) спецификации.

Новые форматы Excel 2007

Формат Расширение Примечания
Рабочая книга Excel .xlsx Стандартный формат рабочих книг Excel 2007. В действительности это сжатый ZIP-архив каталога XML документов. Является заменой бывшего бинарного формата .xls, хотя и не поддерживает макросы по соображениям безопасности.
Рабочая книга Excel с макросами .xlsm Та же рабочая книга Excel, но с поддержкой макросов.
Бинарная рабочая книга Excel .xlsb Та же рабочая книга Excel с макросами, но хранящая информацию в бинарном формате, открывая документы быстрее чем XML. В особенности часто используется для очень больших документов с десятками тысяч строк и/или сотнями колонок.
Шаблон Excel с макросами .xltm Шаблон, созданный как основа для рабочих книг, включена поддержка макросов. Заменяет старый формат .xlt.
Надстройка Excel .xlam Надстройка Excel, направленная на добавление дополнительных функциональных возможностей и инструментов.

Экспорт и перемещение таблиц[править]

API позволяет открывать таблицы Excel в ряде других приложений. Это включает в себя открытие документов Excel на веб-страницах с помощью ActiveX или таких плагинов, как Adobe Flash Player. Проект Apache POI представляет Java-библиотеки для чтения и записи электронных таблиц Excel. Также предпринимались попытки копировать таблицы Excel в веб-приложения с использованием разделённых запятыми значений (CSV).

Программирование[править]

Ценной возможностью Excel является возможность писать код на основе Visual Basic для приложений (VBA). Этот код пишется с использованием отдельного от таблиц редактора. Управление электронной таблицей осуществляется посредством объектно-ориентированной модели кода и данных. С помощью этого кода данные входных таблиц будут мгновенно обрабатываться и отображаться в таблицах и диаграммах (графиках). Таблица становится интерфейсом кода, позволяя легко работать изменять его и управлять расчётами.

Парольная защита Microsoft Excel[править]

Защита Microsoft Excel предоставляет несколько типов различных паролей:

  • пароль для открытия документа[4]
  • пароль для изменения документа[5]
  • пароль для защиты листа
  • пароль для защиты книги
  • пароль для защиты общей книги[6]
  • пароль для защиты кода VBA

Все пароли, кроме пароля для открытия документа, можно удалить мгновенно, вне зависимости от версии Microsoft Excel, в которой был создан документ. Эти типы паролей в первую очередь служат для коллективной работы над документом. При их использовании документ не шифруется, а в документе сохраняется хэш от установленного пароля. Хотя при использовании пароля для защиты книги документ шифруется на известном пароле «VelvetSweatshop», это не добавляет документу дополнительной защиты. Единственным типом пароля который может помешать злоумышленнику получить доступ к документу является «пароль для открытия», но криптостойкость такой защиты сильно зависит от версии Microsoft Excel, в которой был создан документ.

В Microsoft Excel версии 95 и ранее, «пароль на открытие» преобразовывается в 16-битный ключ, который взламывается мгновенно. В Microsoft Excel 97 / 2000 пароль преобразовывался уже в 40-битный ключ, который на современном оборудовании также может быть взломан очень быстро. К тому же программы для взлома паролей могут перебирать сотни тысяч паролей в секунду, что позволяет не только расшифровать документ, но и найти оригинальный пароль. В Microsoft Excel 2003 / XP ситуация немного улучшилась — пользователь может выбрать практический любой алгоритм шифрования, доступный в системе (CryptoServiceProvider). Но по умолчанию осталась все та же защита Microsoft Excel 97 / 2000[7]. Для пользователей, привыкшим доверять поведению программ по умолчанию, это означает отсутствие стойкой защиты на их документы.

Ситуация кардинально изменилась в Microsoft Excel 2007 — для шифрования стал использоваться современный алгоритм AES с ключом в 128 бит, а для получения ключа применяться 50000 кратное использование хэш-функции SHA1, что уменьшило скорость перебора до сотен паролей в секунду[8]. В Microsoft Excel стойкость защиты по умолчанию была увеличена ещё в 2 раза, благодаря применению уже 100000 кратного SHA1 преобразования пароля в ключ. Вывод: на данный момент стойкую защиту обеспечивает только документы, сохраненные в формате Office 2007 / 2010 с установленным на них стойким «паролем на открытие».

Критика[править]

Общая критика табличных процессоров применима и к Microsoft Excel. Специфичные предметы критики в Excel — это точность, проблемы с датами и ошибки отображения Excel 2007.

Точность[править]

Из-за того, что Excel работает на основе расчетов с плавающей запятой, статистическая точность Excel подвергается критике[9][10][11][12]. Сторонники Excel заявляют в ответ, эти ошибки проявляются лишь в особых условиях специально подобранных исходных данных, которые затрагивают относительно небольшое число пользователей, и с низкой вероятностью могут встретиться на практике. Для версий 97, 2000, 2002 зафиксированы ошибки при выполнении функции MOD (деление с остатком) при определённых аргументах, где функция вместо результата возвращает ошибку #NUM![13].

Проблемы с датой[править]

В версиях Excel до 2007 включительно 1900 год ошибочно считался високосным[14][15]. Ошибка возникла в Lotus 1-2-3 и была намеренно внесена в Excel для совместимости и поддерживалась для обратной совместимости[16][17].

Ошибки отображения Excel[править]

22 сентября 2007 года было сообщено[18], что в определённых ситуациях Excel 2007 будет показывать неправильные результаты. В частности, для тех пар чисел, чьё произведение равно 65535 (например, 850 и 77,1), Excel отобразит в качестве итога 100000. Это происходит с примерно 14,5 % таких пар[19]. Кроме того, если к результату добавить единицу, Excel выведет итог 100001. Однако, если вычесть из итога единицу, на дисплее отобразится правильный результат 65534. (Также, если итог умножить или разделить на 2, будут отображены 131070 и 32767,5 соответственно.)

Microsoft сообщила в блоге Microsoft Excel[20], что проблема существует в отображении шести конкретных значений с плавающей запятой между 65534,99999999995 и 65535 и шести значений между 65535,99999999995 и 65536 (не включая границ). Любые расчёты, результат которых равен одному из двенадцати значений, будут отображаться неправильно. Фактические данные, хранящиеся и передающиеся в другие ячейки, верны, неверно лишь отображение значения. Ошибка появилась в Excel 2007 и не существует в предыдущих версиях. 9 октября 2007 года Microsoft выпустила патч, исправляющий проблему[21]. Он вошёл и в состав исправлений Service Pack 1.

Данная ошибка не наблюдается в Microsoft Excel 2016.

Примечания[править]

  1. Обзор Microsoft Office Excel 2007
  2. Возросшие возможности Excel 2007
  3. How to extract information from Office files by using Office file formats and schemas
  4. Шифрование документа и задание пароля для его открытия
  5. Задание пароля для изменения документа
  6. Защита листа или книги паролем
  7. Парольная защита документов Microsoft Office
  8. Office 2007: новый формат и новая защита
  9. Using Excel for Data Analysis
  10. Reliability of Statistical Procedures in Excel
  11. http://www.practicalstats.com/Pages/excelstats.html
  12. Faculty of Engineering and Computing. Проверено 2 марта 2013. Архивировано из первоисточника 10 марта 2013.
  13. XL: MOD() Function Returns #NUM! Error Value
  14. Days of the week before March 1, 1900 are incorrect in Excel
  15. Excel 2000 incorrectly assumes that the year 1900 is a leap year
  16. My First BillG Review — Joel on Software
  17. Matthew MacDonald. Excel 2007: the missing manual O’Reilly, 2006. ISBN 0-596-52759-4
  18. Bug in Excel 2007 — microsoft.public.excel | Google Groups
  19. Excel 2007 показывает неверные ответы в простых вычислениях VeroBlog
  20. Обновление вычислений Блог команды Microsoft Excel
  21. Обновление вычислений (патч доступен) Блог команды Microsoft Excel

Ссылки[править]

  • Официальный сайт Microsoft Office
  • Работа с файлами Excel с помощью .NET Framework (англ.)
  • Список сайтов MVP (англ.)

Литература[править]

  • Джон Уокенбах. Excel 2013: профессиональное программирование на VBA = Excel 2013 Power Programming with VBA. — М.: «Диалектика», 2014. — 960 с. — ISBN 978-5-8459-1877-2.
  • Грег Харвей. Microsoft Excel 2013 для чайников = Excel 2013 For Dummies. — М.: «Диалектика», 2013. — 368 с. — ISBN 978-5-8459-1855-0.

Категории:

  • Википедия:Статьи с переопределением значения из Викиданных
  • Программное обеспечение по алфавиту
  • Википедия:Статьи о программах без скриншотов
  • Страницы с неработающими файловыми ссылками
  • Microsoft Office
  • Электронные таблицы

Навигация

Поиск

Рейтинг@Mail.ru

 Просмотр этого шаблона Microsoft Office
Клиентские приложения Accounting · Access · Entourage · Excel · MapPoint · OneNote · Outlook · PowerPoint · Project · Publisher · Skype for Business · Visio · Word 50px
Серверные приложения Forms · Groove · PerformancePoint · Project · Project Portfolio · SharePoint · Skype for Business
Устаревшие приложения

Binder ·</span> Data Analyzer · FrontPage · InfoPath · InterConnect · Liquid Motion · Mail · Office Assistants · PhotoDraw · Picture Manager · Photo Editor · Schedule+ · SharePoint Designer · SharePoint Workspace · Vizact · Web Components · Word Viewer</td></tr><tr><th style=»white-space:nowrap;background:#EB3C00; color:#fff»>Онлайн-службы</th><td style=»width:100%;background:#f0f0f0;»>
Office Online · Office 365 · Office Live Meeting · OneDrive · Sway</td></tr><tr><th style=»white-space:nowrap;background:#EB3C00; color:#fff»>Версии для Windows</th><td style=»width:100%»>
3.0 · 4.0 · 4.3 · 95 · 97 · 2000 · XP · 2003 · 2007 · 2010 · 2013 · 2016</td></tr><tr><th style=»white-space:nowrap;background:#EB3C00; color:#fff»>Версии для Mac OS</th><td style=»width:100%;background:#f0f0f0;»>
98 · 2001 · X · 2004 · 2008 · 2011 · 2016</td></tr><tr><th style=»white-space:nowrap;background:#EB3C00; color:#fff»>Технологии</th><td style=»width:100%»>
Object Linking and Embedding · Office Open XML · Visual Studio Tools for Office · Visual Basic for Applications</td></tr><tr><td style=»text-align:center;background:#EB3C00″ colspan=»3″>
16px Категория · 16px Викисклад · 16px Викиучебник · 16px Викиверситет</td></tr></table>

 Просмотр этого шаблона Электронные таблицы
Apple Numbers • Calligra Sheets • Gnumeric • IBM Lotus Symphony • KCells • Lotus 1-2-3 • Microsoft (Excel • Works) • OpenOffice Calc • LibreOffice Calc • NeoOffice • Oracle Open Office Calc • PlanMaker • Quantrix • Corel Quattro Pro • Siag • SuperCalc
Категория • Сравнение • Список • Online spreadsheet
компонент Windows
Microsoft Excel
Microsoft Excel 2013 logo.svg
Excel chart.PNG
Microsoft Excel 2016
Тип компонента Табличный процессор
Включён в Microsoft Windows, macOS, Android, iOS и Windows Mobile
Сайт products.office.com/ru-r…
Commons-logo.svg Microsoft Excel на Викискладе
Microsoft Excel (Mac OS X)
Excel mac 2008 icon.png
Excel 2008 mac os x.jpg
Microsoft Excel 2008
Тип Табличный процессор
Разработчик Microsoft
Операционная система Mac OS X
Первый выпуск 6 сентября 1985
Последняя версия 16.10 Build 180124 (2018) (12 апреля 2011)
Читаемые форматы файлов Binary Interchange File Format[d], Office Open XML, SpreadsheetML[d], Data Interchange Format[d][1], SYmbolic LinK[d][1], DBF[2], CSV[1], OpenDocument Spreadsheet, version 1.1[d][3], OpenDocument Spreadsheet, version 1.2[d][3], Microsoft Excel OLE DB Query[d], Microsoft Excel Macro, version 4[d], Microsoft Excel Add-In[d], Microsoft Excel Toolbar[d], Microsoft Excel Template[d], Microsoft Excel Chart, version 4[d] и Microsoft Excel Workspace[d]
Лицензия Microsoft EULA
Сайт products.office.com
Commons-logo.svg Microsoft Excel (Mac OS X) на Викискладе

Microsoft Excel (также иногда называется Microsoft Office Excel[4]) — программа для работы с электронными таблицами, созданная корпорацией Microsoft для Microsoft Windows, Windows NT и Mac OS, а также Android, iOS и Windows Phone. Она предоставляет возможности экономико-статистических расчетов, графические инструменты и, за исключением Excel 2008 под Mac OS X, язык макропрограммирования VBA (Visual Basic for Application). Microsoft Excel входит в состав Microsoft Office и на сегодняшний день Excel является одним из наиболее популярных приложений в мире.

Содержание

  • 1 История
  • 2 Версии
    • 2.1 Версии для Windows
    • 2.2 Версии для Macintosh
    • 2.3 Версии для OS/2
  • 3 Форматы файлов
    • 3.1 Office Open XML
    • 3.2 Экспорт и перемещение таблиц
  • 4 Программирование
  • 5 Парольная защита Microsoft Excel
  • 6 Критика
    • 6.1 Проблемы с датой
    • 6.2 Ошибки отображения Excel
  • 7 Примечания
  • 8 Литература
  • 9 Ссылки

История

В 1982 году Microsoft запустила на рынок свой первый электронный табличный процессор Multiplan, который был очень популярен на CP/M системах, но на MS-DOS системах он уступал Lotus 1-2-3. Первая версия Excel предназначалась для Mac и была выпущена в 1985 году, а первая версия для Windows была выпущена в ноябре 1987 года. Lotus не торопилась выпускать 1-2-3 под Windows, и Excel с 1988 года начала обходить по продажам 1-2-3, что в конечном итоге помогло Microsoft достичь позиций ведущего разработчика программного обеспечения. Microsoft укрепляла своё преимущество с выпуском каждой новой версии, что имело место примерно каждые два года. Текущая версия для платформы Windows — Excel 16, также известная как Microsoft Office Excel 2016. Текущая версия для платформы macOS — Microsoft Excel 2016.

В начале своего пути Excel стал причиной иска о товарном знаке от другой компании, уже продававшей пакет программ под названием «Excel». В результате спора Microsoft была обязана использовать название «Microsoft Excel» во всех своих официальных пресс-релизах и юридических документах. Однако со временем эта практика была позабыта, и Microsoft окончательно устранила проблему, приобретя товарный знак другой программы. Microsoft также решила использовать буквы XL как сокращённое название программы: иконка Windows-программы состоит из стилизованного изображения этих двух букв, а расширение файлов по умолчанию в Excel — .xls. В сравнении с первыми табличными процессорами Excel представляет множество новых функций пользовательского интерфейса, но суть остается прежней: как и в программе-родоначальнике, VisiCalc, организованные в строки и столбцы клетки-ячейки могут содержать данные или формулы с относительными или абсолютными ссылками на другие клетки.

Excel был первым табличным процессором, позволявшим пользователю менять внешний вид таблицы на экране: шрифты, символы и внешний вид ячеек. Он также первым представил метод умного пересчёта ячеек — обновления только ячеек, зависящих от изменённых ячеек: раньше табличные процессоры пересчитывали все ячейки; это делалось либо после каждого изменения (что на больших таблицах долго), либо по команде пользователя (что могло вводить пользователя в заблуждение не пересчитанными значениями).

Будучи впервые объединёнными в Microsoft Office в 1993 году, Microsoft Word и Microsoft PowerPoint получили новый графический интерфейс для соответствия Excel, главного стимула модернизации ПК в то время.

Начиная с 1993 года, в состав Excel входит Visual Basic для приложений (VBA), язык программирования, основанный на Visual Basic, позволяющий автоматизировать задачи Excel. VBA является мощным дополнением к приложению и в более поздних версиях Excel доступна полнофункциональная интегрированная среда разработки. Можно создать VBA-код, повторяющий действия пользователя и таким образом автоматизировать простые задачи. VBA позволяет создавать формы для общения с пользователем. Язык поддерживает использование (но не создание) DLL от ActiveX; более поздние версии позволяют использовать элементы объектно-ориентированного программирования.

Функциональность VBA делала Excel легкой мишенью для макровирусов. И это было серьёзной проблемой до тех пор, пока антивирусные продукты не научились обнаруживать их. Фирма Microsoft, с опозданием приняв меры для уменьшения риска, добавила возможность выбора режима безопасности:

  • полностью отключить макросы
  • включить макросы при открытии документа
  • доверять всем макросам, подписанным с использованием надёжных сертификатов.

Версии Excel от 5.0 до 9.0 содержат различные «пасхальные яйца», хотя, начиная с версии 10 Microsoft начала принимать меры по их ликвидации.

Версии

Версии для Windows

Excel 97 (8.0) на Windows XP

Microsoft Office Excel 2003

  • 1988 год — Excel 2.0 для Windows
  • 1990 год — Excel 3.0
  • 1992 год — Excel 4.0
  • 1993 год — Excel 5.0 (Office 4.2 и 4.3, также есть 32-битная версия только для Windows NT)
  • 1995 год — Excel 7 для Windows 95 (включён в пакет Microsoft Office 95)
  • 1997 год — Excel 97 (включён в пакет Microsoft Office 97)
  • 1999 год — Excel 2000 (9) — Microsoft Office 2000
  • 2001 год — Excel 2002 (10) — Microsoft Office XP
  • 2003 год — Excel 2003 (11) — Microsoft Office 2003
  • 2007 год — Excel 2007 (12) — Microsoft Office 2007
  • 2010 год — Excel 2010 (14) — Microsoft Office 2010
  • 2013 год — Excel 2013 (15) — Microsoft Office 2013
  • 2015 год — Excel 2016 (16) — Microsoft Office 2016
  • Замечание: Версия 1.0 не использовалась, чтобы избежать путаницы с продуктами Apple
  • Замечание: Excel 6.0 не существует, так как версия Windows 95 поставлялась с Word 7. Все программы Office 95 и Office 4.x использовали OLE 2.0 (автоматическая передача данных между различными программами), и Excel 7 должен был показывать, что он соответствует Word 7.
  • Замечание: Версия 13.0 была пропущена по причине трискаидекафобии. Excel 2010 имеет внутреннюю версию 14.0.

Версии для Macintosh

  • 1985 год — Excel 1.0
  • 1988 год — Excel 1.5
  • 1989 год — Excel 2.2
  • 1990 год — Excel 3.0
  • 1992 год — Excel 4.0
  • 1993 год — Excel 5.0
  • 1998 год — Excel 8.0 (Office ’98)
  • 2000 год — Excel 9.0 (Office 2001)
  • 2001 год — Excel 10.0 (Office v. X)
  • 2004 год — Excel 11.0 (Office 2004)
  • 2008 год — Excel 12.0(Office 2008)
  • 2011 год — Excel 14.0 (Office 2011)
  • 2015 год — Excel 15.0 (Office 2016)

Версии для OS/2

  • 1989 год — Excel 2.2
  • 1990 год — Excel 2.3
  • 1991 год — Excel 3.0

Версии Excel до 7.0 были ограничены в возможностях хранения данных, вмещая до 16 384 (214) строк. Версии 8.0—11.0 могли справиться с 65 536 (216) строк и 256 колонками (28). Версии 12.0 и 14.0 обрабатывают до 1 048 576 (220) строк и 16 384 (214) колонок[5].

Форматы файлов

В Microsoft Excel вплоть до 2003 версии включительно использовался свой собственный бинарный формат файлов (BIFF) в качестве основного[6]. Excel 2007 использует Microsoft Office Open XML в качестве своего основного формата.

Несмотря на то, что Excel 2007 поддерживает и направлен на использование новых XML-форматов в качестве основных, он по-прежнему совместим с традиционными бинарными форматами. Кроме того, большинство версий Microsoft Excel могут читать CSV, DBF, SYLK, DIF и другие форматы.

Office Open XML

Microsoft Excel 2007, наряду с другими продуктами Microsoft Office 2007, вводит множество новых форматов файлов. Они являются частью Office Open XML (OOXML) спецификации.

Новые форматы Excel 2007

Формат Расширение Примечания
Рабочая книга Excel .xlsx Стандартный формат рабочих книг Excel 2007. В действительности это сжатый ZIP-архив каталога XML-документов. Является заменой бывшего бинарного формата .xls, хотя и не поддерживает макросы по соображениям безопасности.
Рабочая книга Excel с макросами .xlsm Та же рабочая книга Excel, но с поддержкой макросов.
Бинарная рабочая книга Excel .xlsb Та же рабочая книга Excel с макросами, но хранящая информацию в бинарном формате, открывая документы быстрее, чем XML. В особенности часто используется для очень больших документов с десятками тысяч строк и/или сотнями колонок.
Шаблон Excel с макросами .xltm Шаблон, созданный как основа для рабочих книг, включена поддержка макросов. Заменяет старый формат .xlt.
Надстройка Excel .xlam Надстройка Excel, направленная на добавление дополнительных функциональных возможностей и инструментов.

Экспорт и перемещение таблиц

API позволяет открывать таблицы Excel в ряде других приложений. Это включает в себя открытие документов Excel на веб-страницах с помощью ActiveX или таких плагинов, как Adobe Flash Player. Проект Apache POI представляет Java-библиотеки для чтения и записи электронных таблиц Excel. Также предпринимались попытки копировать таблицы Excel в веб-приложения с использованием разделённых запятыми значений (CSV).

Программирование

Ценной возможностью Excel является возможность писать код на основе Visual Basic для приложений (VBA). Этот код пишется с использованием отдельного от таблиц редактора. Управление электронной таблицей осуществляется посредством объектно-ориентированной модели кода и данных. С помощью этого кода данные входных таблиц будут мгновенно обрабатываться и отображаться в таблицах и диаграммах (графиках). Таблица становится интерфейсом кода, позволяя легко работать, изменять его и управлять расчётами.

Парольная защита Microsoft Excel

Защита Microsoft Excel предоставляет несколько типов различных паролей:

  • пароль для открытия документа[7]
  • пароль для изменения документа[8]
  • пароль для защиты листа
  • пароль для защиты книги
  • пароль для защиты общей книги[9]
  • пароль для защиты кода VBA

Все пароли, кроме пароля для открытия документа, можно удалить мгновенно, вне зависимости от версии Microsoft Excel, в которой был создан документ. Эти типы паролей в первую очередь служат для коллективной работы над документом. При их использовании документ не шифруется, а в документе сохраняется хэш от установленного пароля. Хотя при использовании пароля для защиты книги документ шифруется на известном пароле «VelvetSweatshop», это не добавляет документу дополнительной защиты. Единственным типом пароля, который может помешать злоумышленнику получить доступ к документу, является «пароль для открытия», но криптостойкость такой защиты сильно зависит от версии Microsoft Excel, в которой был создан документ.

В Microsoft Excel версии 95 и ранее «пароль на открытие» преобразовывается в 16-битный ключ, который взламывается мгновенно. В Microsoft Excel 97 / 2000 пароль преобразовывался уже в 40-битный ключ, который на современном оборудовании также может быть взломан очень быстро. К тому же программы для взлома паролей могут перебирать сотни тысяч паролей в секунду, что позволяет не только расшифровать документ, но и найти оригинальный пароль. В Microsoft Excel 2003 / XP ситуация немного улучшилась — пользователь может выбрать практический любой алгоритм шифрования, доступный в системе (CryptoServiceProvider). Но по умолчанию осталась все та же защита Microsoft Excel 97 / 2000[10]. Для пользователей, привыкшим доверять поведению программ по умолчанию, это означает отсутствие стойкой защиты на их документы.

Ситуация кардинально изменилась в Microsoft Excel 2007 — для шифрования стал использоваться современный алгоритм AES с ключом в 128 бит, а для получения ключа применяться 50000-кратное использование хэш-функции SHA1, что уменьшило скорость перебора до сотен паролей в секунду[11]. В Microsoft Excel стойкость защиты по умолчанию была увеличена ещё в 2 раза благодаря применению уже 100000-кратного SHA1-преобразования пароля в ключ. Вывод: на данный момент стойкую защиту обеспечивают только документы, сохраненные в формате Office 2007 / 2010 с установленным на них стойким «паролем на открытие».

Критика

Из-за того, что Excel работает на основе расчетов с плавающей запятой, статистическая точность Excel подвергается критике[12][13][14][15]. Сторонники Excel заявляют в ответ, что ошибки проявляются лишь в особых условиях специально подобранных исходных данных, которые затрагивают относительно небольшое число пользователей, и с низкой вероятностью могут встретиться на практике. Для версий 97, 2000, 2002 зафиксированы ошибки при выполнении функции MOD (деление с остатком) при определённых аргументах, где функция вместо результата возвращает ошибку #NUM![16].

Проблемы с датой

В версиях Excel до 2007 включительно 1900 год ошибочно считался високосным[17][18]. Ошибка возникла в Lotus 1-2-3, была намеренно внесена в Excel для совместимости и поддерживалась для обратной совместимости[19][20].

Ошибки отображения Excel

Скриншот Microsoft Excel 2007, показывающий ошибку отображения 65535

22 сентября 2007 года было сообщено[21], что в определённых ситуациях Excel 2007 будет показывать неправильные результаты. В частности, для тех пар чисел, чьё произведение равно 65535 (например, 850 и 77,1), Excel отобразит в качестве итога 100000. Это происходит примерно с 14,5 % таких пар[22]. Кроме того, если к результату добавить единицу, Excel выведет итог 100001. Однако если из итога вычесть единицу, на дисплее отобразится правильный результат 65534. (Также, если итог умножить или разделить на 2, будут отображены 131070 и 32767,5 соответственно.)

Microsoft сообщила в блоге Microsoft Excel[23], что проблема существует в отображении шести конкретных значений с плавающей запятой между 65534,99999999995 и 65535 и шести значений между 65535,99999999995 и 65536 (не включая границ). Любые расчёты, результат которых равен одному из двенадцати значений, будут отображаться неправильно. Фактические данные, хранящиеся и передающиеся в другие ячейки, верны, неверно лишь отображение значения. Ошибка появилась в Excel 2007 и отсутствует в предыдущих версиях. 9 октября 2007 года Microsoft выпустила патч, исправляющий проблему[24]. Он вошёл и в состав исправлений Service Pack 1.

Данная ошибка не наблюдается в Microsoft Excel 2016.

Примечания

  1. 1 2 3 Text file formats // File formats that are supported in Excel
  2. Other file formats // File formats that are supported in Excel
  3. 1 2 New file format options in the new Office — 2013.
  4. Обзор Microsoft Office Excel 2007 Архивировано 24 апреля 2008 года.
  5. Возросшие возможности Excel 2007
  6. How to extract information from Office files by using Office file formats and schemas
  7. Шифрование документа и задание пароля для его открытия
  8. Задание пароля для изменения документа
  9. Защита листа или книги паролем Архивировано 26 октября 2011 года.
  10. Парольная защита документов Microsoft Office
  11. Office 2007: новый формат и новая защита
  12. Using Excel for Data Analysis
  13. Reliability of Statistical Procedures in Excel Архивировано 11 мая 2008 года.
  14. Архивированная копия  (недоступная ссылка — история). Проверено 20 июля 2008. Архивировано 19 мая 2007 года.
  15. Faculty of Engineering and Computing. Проверено 2 марта 2013. Архивировано 10 марта 2013 года.
  16. XL: () Function Returns #NUM! Error Value
  17. Days of the week before March 1, 1900 are incorrect in Excel
  18. Excel 2000 incorrectly assumes that the year 1900 is a leap year
  19. My First BillG Review — Joel on Software
  20. Matthew MacDonald. Excel 2007: the missing manual O’Reilly, 2006. ISBN 0-596-52759-4
  21. Bug in Excel 2007 — microsoft.public.excel | Google Groups
  22. Excel 2007 показывает неверные ответы в простых вычислениях VeroBlog
  23. Обновление вычислений Архивировано 6 октября 2007 года. Блог команды Microsoft Excel
  24. Обновление вычислений (патч доступен) Архивировано 26 июня 2008 года. Блог команды Microsoft Excel

Литература

  • Джон Уокенбах. Excel 2013: профессиональное программирование на VBA = Excel 2013 Power Programming with VBA. — М.: «Диалектика», 2014. — 960 с. — ISBN 978-5-8459-1877-2.
  • Грег Харвей. Microsoft Excel 2013 для чайников = Excel 2013 For Dummies. — М.: «Диалектика», 2013. — 368 с. — ISBN 978-5-8459-1855-0.
  • А. Н. Комаровский. Динамические эффекты в MS Excel (рус.) // информатикА. — М., 2007. — № 05. — С. 20-25.
  • А. Н. Комаровский. Использование условного форматирования в MS Excel для динамического анализа логических схем (рус.) // информатикА. — М., 2007. — № 06. — С. 10-20.
  • Д. Ю. Усенков. 3D-поверхности в Excel (рус.) // информатикА. — М., 2013. — Январь. — С. 40-45.

Ссылки

  • Официальный сайт Microsoft Office
  • Работа с файлами Excel с помощью .NET Framework (англ.)
  • Список сайтов MVP (англ.)

Microsoft Excel 800px-Microsoft Office Excel (2018–present).svg.png is a spreadsheet application written and distributed by Microsoft for Windows, macOS, Android, and iOS. It features calculation and computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications (VBA). Excel is a part of the Microsoft Office productivity suite.

History

Early history

Microsoft originally marketed a spreadsheet program called Multiplan in 1982, which was very popular on CP/M systems, but on MS-DOS systems it lost popularity to Lotus 1-2-3. Microsoft released the first version of Excel for the Macintosh on September 30, 1985, and the first Windows version was 2.05 (to synchronize with Macintosh version 2.2) on November 19, 1987. Lotus was slow to bring 1-2-3 to Windows and by the early 1990s, Excel had started to outsell 1-2-3 and helped Microsoft achieve the position of leading PC software developer. This accomplishment, dethroning the king of the software world, solidified Microsoft as a valid competitor and showed its future of developing GUI software. Microsoft pushed its advantage with regular new releases, every two years or so.

Microsoft Excel 2.1 included a runtime version of Windows 2.1

Early in its life Excel became the target of a trademark lawsuit by another company already selling a software package named «Excel» in the finance industry. As the result of the dispute Microsoft was required to refer to the program as «Microsoft Excel» in all of its formal press releases and legal documents. However, over time this practice has been ignored, and Microsoft cleared up the issue permanently when they purchased the trademark of the other program. Microsoft also encouraged the use of the letters XL as shorthand for the program; while this is no longer common, the program’s icon on Windows still consists of a stylized combination of the two letters, and the file extension of the default Excel format is .xls.
Excel offers many user interface tweaks over the earliest electronic spreadsheets; however, the essence remains the same as in the original spreadsheet, VisiCalc: the cells are organized in rows and columns, and contain data or formulas with relative or absolute references to other cells.

Excel was the first spreadsheet that allowed the user to define the appearance of spreadsheets (fonts, character attributes and cell appearance). It also introduced intelligent cell recomputation, where only cells dependent on the cell being modified are updated (previous spreadsheet programs recomputed everything all the time or waited for a specific user command). Excel has extensive graphing capabilities.

When first bundled into Microsoft Office in 1993, Microsoft Word and Microsoft PowerPoint had their GUIs redesigned for consistency with Excel, the killer app on the PC at the time.

Since 1993, Excel has included Visual Basic for Applications (VBA), a programming language based on Visual Basic which adds the ability to automate tasks in Excel and to provide user defined functions (UDF) for use in worksheets. VBA is a powerful addition to the application which, in later versions, includes a fully featured integrated development environment (IDE). Macro recording can produce VBA code replicating user actions, thus allowing simple automation of regular tasks. VBA allows the creation of forms and in-worksheet controls to communicate with the user. The language supports use (but not creation) of ActiveX (COM) DLL‘s; later versions add support for class modules allowing the use of basic object-oriented programming techniques.

The automation functionality provided by VBA has caused Excel to become a target for macro viruses. This was a serious problem in the corporate world until antivirus products began to detect these viruses. Microsoft belatedly took steps to prevent the misuse by adding the ability to disable macros completely, to enable macros when opening a workbook or to trust all macros signed using a trusted certificate.

Versions 5.0 to 9.0 of Excel contain various Easter eggs, although since version 10 Microsoft has taken measures to eliminate such undocumented features from their products.

Versions

‘Excel 97’ (8.0) being run on Windows XP

Microsoft Excel 2003 running under Windows XP Home Edition

Excel 2003 icon

Versions for Microsoft Windows include:

  • 1987 Excel 2 for Windows*
  • 1990 Excel 3
  • 1992 Excel 4 included in Microsoft Office 3.0
  • 1993 Excel 5 (Office 4.2 & 4.3, also a 32-bit version for Windows NT only on the PowerPC, DEC Alpha, and MIPS)
  • 1995 Excel for Windows 95 (version 7) included in Microsoft Office 95*
  • 1997 Excel 97 (version 8) included in Microsoft Office 97 (x86 and also a DEC Alpha version)
  • 1999 Excel 2000 (version 9) included in Microsoft Office 2000
  • 2001 Excel 2002 (version 10) included in Microsoft Office XP
  • 2003 Excel 2003 (version 11) included in Microsoft Office 2003
  • 2007 Excel 2007 (version 12) included in Microsoft Office 2007
  • 2010 Excel 2010 (version 14) included in Microsoft Office 2010
  • 2012 Excel 2013 (version 15) included in Microsoft Office 2013
  • 2015 Excel 2016 (version 16) included in Microsoft Office 2016
  • 2018 Excel 2019 (version 16) included in Microsoft Office 2019
  • 2021 Excel 2021 (version 16) included in Microsoft Office 2021

Note: There is no Excel 1.0, in order to avoid confusion with Apple versions.

Note: There is no Excel 6.0, because the Windows 95 version was launched with Word 7. All the Office 95 & Office 4.X products have OLE 2 capacity — moving data automatically from various programs — and Excel 7 should show that it was contemporary with Word 7.

Versions for the Apple Macintosh include:

  • 1985 Excel 1.0
  • 1988 Excel 1.5
  • 1989 Excel 2.2
  • 1990 Excel 3.0
  • 1992 Excel 4.0 (part of Microsoft Office 3.0 for Macintosh)
  • 1994 Excel 5.0 (part of Microsoft Office 4.2 for Macintosh, first PowerPC version)
  • 1998 Excel 8.0 (part of Microsoft Office 98 Macintosh Edition)
  • 2000 Excel 9.0 (part of Microsoft Office 2001)
  • 2001 Excel 10.0 (part of Microsoft Office v. X)
  • 2004 Excel 11.0 (part of Microsoft Office 2004 for Mac)
  • 2008 Excel 12.0 (part of Microsoft Office 2008 for Mac)
  • 2010 Excel 14.0 (part of Microsoft Office for Mac 2011)
  • 2015 Excel 15.0 (part of Microsoft Office 2016 for Mac)
  • 2018 Excel 2019 (part of Microsoft Office 2019 for Mac)
  • 2021 Excel 2021 (part of Microsoft Office 2021 for Mac)

Versions for OS/2 include:

  • 1989 Excel 2.2
  • 1990 Excel 2.3
  • 1991 Excel 3.0

File formats

Microsoft Excel up until 2007 version used a proprietary binary file format called Binary Interchange File Format (BIFF) as its primary format. Excel 2007 uses Office Open XML as its primary file format, an XML-based container similar in design to XML-based format called «XML Spreadsheet» («XMLSS»), first introduced in Excel 2002. The latter format is not able to encode VBA macros.

Although supporting and encouraging the use of new XML-based formats as replacements, Excel 2007 is still backwards compatible with the traditional, binary, formats. In addition, most versions of Microsoft Excel are able to read CSV, DBF, SYLK, DIF, and other legacy formats.

Microsoft Excel 2007 Office Open XML formats

Microsoft Excel 2007, along with the other products in the Microsoft Office 2007 suite, introduces a host of new file formats. These are part of the Office Open XML (OOXML) specification.

The new Excel 2007 formats are:

Excel Workbook (.xlsx)
The default Excel 2007 workbook format. In reality a ZIP compressed archive with a directory structure of XML text documents. Functions as the primary replacement for the former binary .xls format, although it does not support Excel macros for security reasons.
Excel Macro-enabled Workbook (.xlsm)
As Excel Workbook, but with macro support.
Excel Binary Workbook (.xlsb)
As Excel Macro-enabled Workbook, but storing information in binary form rather than XML documents for opening and saving documents more quickly and efficiently. Intended especially for very large documents with tens of thousands of rows, and/or several hundreds of columns.
Excel Macro-enabled Template (.xltm)
A template document that forms a basis for actual workbooks, with macro support. The replacement for the old .xlt format.
Excel Add-in (.xlam)
Excel add-in to add extra functionality and tools. Inherent macro support due to the file purpose.

Exporting and Migration of spreadsheets

APIs are also provided to open excel spreadsheets in a variety of other applications and environments other than Microsoft Excel. These include opening excel documents on the web using either ActiveX controls,or plugins like the Adobe Flash Player. Attempts have also been made to be able to copy excel spreadsheets to web applications using comma-separated values].

Criticism

Due to Excel’s foundation on floating point calculations, the statistical accuracy of Excel has been criticized, as has the lack of certain statistical tools. Excel proponents have responded that some of these errors represent edge cases and that the relatively few users who would be affected by these know of them and have workarounds and alternatives.

Excel incorrectly assumes that 1900 is a leap year. The bug originated from Lotus 1-2-3, and was implemented in Excel for the purpose of backward compatibility. This legacy has later been carried over into Office Open XML file format. Excel also supports the second date format based on year 1904 epoch.

Criticisms of spreadsheets in general also apply significantly to Excel. See Spreadsheet shortcomings.

Errors in Excel 2007

Screen shot of Microsoft Excel 2007 showing the 65,535 display error

On September 22, 2007 it was reported that Excel 2007 will show incorrect results in certain situations. Specifically, for some pairs of numbers with a product of 65,535 (such as 850 and 77.1), Excel will report their product as 100,000. This occurs with about 14.5% of such pairs. In addition, if one is added to this result, Excel will give 100,001. However, if one is subtracted from the original product, the correct result of 65,534 is reported. (Also if it is multiplied or divided by 2, the correct answers 131,070 and 32,767.5 are reported, respectively.)

Microsoft has reported on the Microsoft Excel Blog that the problem exists in the display of six specific floating point values between 65534.99999999995 and 65,535, and six values between 65535.99999999995 and 65,536 (not including the integers). Any calculation that results in one of these twelve values will be displayed incorrectly. The actual value stored and passed to other cells is correct, only the displayed value is wrong. However, some instances, such as rounding the value to zero decimal places, will result in an incorrect value in memory. The error was introduced with changes made to the Excel calculation logic for the 2007 version, and does not exist in previous versions. On October 9, 2007, Microsoft released a fix to the public.
Chris Lomont presented a detailed explanation of the bug, how it was likely caused by changing 16-bit formatting code to 32-bit code, why it only affects 12 values and then only while formatting, and how the hotfix corrects the bug.

References

  1. Buy Microsoft Excel, Microsoft. Accessed 2022-01-12.

External links

  • Microsoft Excel at Microsoft 365
  • Excel Files Generation with .net framework
  • A variety of links offering mainly free Excel Help by Microsoft recognized Most Valued Professionals
  • Microsoft Excel at Wikipedia

Smallwikipedialogo.png

Wikipedia

This page uses Creative Commons Licensed content from Wikipedia (view authors).

Microsoft Excel — программа, позволяющая работать с электронными таблицами. Можно собирать, преобразовывать и анализировать данные, проводить визуализацию информации, автоматизировать вычисления и выполнять еще ряд полезных и необходимых в работе задач.

Изучение возможностей Excel может быть полезно в рамках практически любой профессии и сферы деятельности, от работников продаж до бухгалтеров и экономистов.

Возможности Microsoft Excel

Работа с формулами и числовыми данными

Excel может выполнять практически всё: от простых операций вроде сложения, вычитания, умножения и деления до составления бюджетов крупных компаний.

Работа с текстом

Несмотря на то что некоторые возможности Word в Excel неприменимы, программа очень часто является базовой для составления отчетов.

Организация баз данных

Excel — табличный редактор, поэтому систематизация больших архивов не является для него проблемой. Кроме того, благодаря перекрестным ссылкам можно связать между собой различные листы и книги.

Построение графиков и диаграмм

Для создания отчетов очень часто требуется их визуальное представление. В современных версиях Excel можно создать диаграммы и графики любого типа, настроив их по своему усмотрению.

Создание рисунков

С помощью настройки графических объектов, встроенных в программу, можно создавать двухмерные и трехмерные рисунки.

Автоматизация стандартных задач

Excel обладает функцией записи макросов, которые облегчают работу с однотипными действиями. Под любой макрос можно создать отдельную кнопку на рабочей панели или установить сочетание горячих клавиш.

Импорт и экспорт данных

Для создания масштабных отчетов можно загружать данные различных типов со сторонних ресурсов.

Собственный язык программирования

Язык программирования Visual Basic позволяет сделать работу в программе максимально удобной. Большое количество встроенных функций помогают сделать таблицы интерактивными, что упрощает восприятие.

Интерфейс Excel

В настоящий момент самой современной, 16-й версией программы является Excel 2019. Обновления, появляющиеся с каждой новой версией, касаются прежде всего новых формул и функций. Начальный рабочий стол с версии 2007 года претерпел мало изменений.

Начальный рабочий стол Excel

По умолчанию в каждой книге присутствует один лист (в ранних версиях — три листа). Количество листов, которые можно создавать в одной книге, ограничено только возможностями оперативной памяти компьютера. Поле Excel представляет собой таблицу из ячеек. Каждая ячейка имеет свой уникальный адрес, образованный пересечением строк и столбцов. Всего в Excel 1 048 576 строк и 16 384 столбца, что дает 2 147 483 648 ячеек. Над полем с ячейками находится строка функций, в которой отображаются данные, внесенные в ячейки или формулы. Также в программе есть несколько вкладок, которые мы разберем подробнее.

Вкладки в Excel

«Файл». С помощью этой вкладки можно отправить документы на печать, установить параметры работы в программе и сделать другие базовые настройки.

«Главная». Здесь располагается основной набор функций: возможность смены параметров шрифта, сортировка данных, простейшие формулы и правила условного форматирования.

«Вставка». Вкладка предназначена для добавления графических элементов на лист. Пользователь может как добавить обычные рисунки и фотографии, так и создать 2D- и 3D-объекты через конструктор. Кроме того, один из самых важных разделов программы — графики и диаграммы — также находится здесь.

«Разметка страницы». Здесь пользователь может менять формат итогового файла, работать с темой и подложкой.

«Формулы». Все формулы и функции, с которыми пользователь может работать в программе, собраны в этой вкладке и рассортированы по соответствующим разделам.

«Данные». Вкладка помогает с фильтрацией текстовых и числовых значений в таблицах, позволяет импортировать данные из других источников.

«Рецензирование». Здесь можно оставлять примечания к ячейкам, а также устанавливать защиту листа и всей книги.

«Вид». На этой вкладке можно добавлять или убирать сетку таблицы, масштабировать значения, закреплять группы данных в таблицах.

«Разработчик». Дополнительная вкладка, которая не включена по умолчанию. Позволяет работать с Visual Basic, создавать новые макросы и запускать уже имеющиеся.

Форматы файлов

Для Excel существует несколько форматов готовых файлов, которые определяют возможности книги:

  • .xlsx — стандартная рабочая книга. Пришла на смену бинарному формату .xls с версии 2007 года;
  • .xlsm — рабочая книга, позволяющая работать с макросами;
  • .xlsb — рабочая книга, использующая бинарный формат, но одновременно и поддерживающая макросы. Обычно используется при работе с большими таблицами;
  • .xltm — шаблон-основа для рабочих книг. Имеется поддержка макросов;
  • .xlam — надстройка, созданная для добавления дополнительного функционала.

Нужно учитывать, что некоторые формулы и функции из новых версий могут не работать в старых.

Стандартные операции с ячейками

Активной считается ячейка, которая имеет черную рамку выделения с квадратом в правом нижнем углу. Чтобы вносить данные в ячейку, не обязательно делать по ней дополнительные клики мышью. Вносить данные можно как непосредственно в ячейку, так и через строку формул. При перемещении курсора с помощью клавиш-стрелок активной становится соседняя ячейка, текст в предыдущей сохраняется. Чтобы изменить уже имеющийся текст, необходимо дважды кликнуть по ячейке или внести правки через строку формул.

Активная ячейка A1

При двойном клике по черному квадрату в правом нижнем углу текстовые данные протянутся до нижнего края созданной таблицы. Если выделить диапазон с последовательными значениями (числа, даты, дни недели), они автоматически пересчитаются в сторону увеличения, заполнив столбец до нижнего края таблицы. Те же операции можно проделать и вручную, протянув за квадрат в нижнем правом углу. В этом случае пользователь самостоятельно определяет границы заполнения.

Чтобы выделить несколько ячеек одновременно, нужно зажать клавишу Ctrl и выбрать нужные ячейки или диапазоны ячеек. Ту же самую операцию можно проделать со строками и столбцами, выделяя необходимое их количество.

Excel автоматически суммирует значения в ячейках, показывая результат в правом нижнем углу листа. Также пользователю предлагаются средние значения данных и общее количество заполненных ячеек.

Ширину столбцов и высоту строк можно менять как вручную, передвигая край столбца/строки, так и нажав правую клавишу мыши и выбрав меню «Ширина столбца (высота строки)». По умолчанию значение ширины указывает на количество символов текущего размера шрифта, которые могут разместиться в ячейке, а значение высоты — на максимально возможный размер шрифта для этой строки.

Ячейки можно объединять с помощью соответствующего меню на вкладке «Главная». Всего существует три варианта объединения:

  • объединить и поместить в центре;
  • объединить по строкам;
  • объединить ячейки.

Следует помнить, что при объединении может нарушаться сортировка данных в таблицах, а также могут некорректно считаться формулы.

Работа с формулами Excel

Главная функция программы — возможность подсчета значений с помощью встроенных формул и функций. Среди них есть простые, позволяющие подсчитать сумму в диапазоне, среднее значение в диапазоне, количество заполненных ячеек и т.д. Есть и более сложные, способные вычислять количество дней между разными датами (в т.ч. рабочих), максимальные и минимальные значения в диапазоне. Работа с функциями и формулами также напрямую зависит от формата ячеек. По умолчанию для всех ячеек установлен общий формат, позволяющий работать как с числовыми, так и с текстовыми данными. Но для более сложной работы он может быть заменен на числовой, процентный, дату, денежный, финансовый, дробный и т.д.

Формула вводится либо через строку функций над таблицей, либо в самой ячейке при двойном клике. В начале функции обязательно должен стоять знак «=». После этого при вводе названия функции появляется помощник, который предлагает выбрать функции из списка. Разберем это на примере формулы средней сложности «СЧЕТЕСЛИ».

Пример использования функции СЧЁТЕСЛИ

В скобках после функции будут прописаны условия, по которым формула будет проводить вычислениях. Подсказка указывает на то, что потребуется задать диапазон вычислений и критерий, по которому они будут производиться.

Например, нам необходимо подсчитать количество букв «А» в указанном диапазоне:

Диапазон в рамках функции СЧЁТЕСЛИ

Выделяем диапазон, отмечаем первое условие с помощью знака «;»

Далее выделяем критерий. Его можно прописать вручную, заключив в кавычки; можно выделить ячейку, в которой этот критерий прописан.

Выбор критерия

Закрываем скобку, потому что все условия указаны, и нажимаем Enter.

В ячейке C1 получаем ответ: в шести ячейках нашей таблицы написана буква «А».

Вывод результата в ячейку

В случае ошибки в формулах в ячейке будет прописано «#ДЕЛ/0!». В этом случае необходимо перепроверить формулу на предмет неточностей и на корректность.

Excel может проводить вычисления не только на активном листе. Для этого при вводе формулы через строку функций нужно перейти на нужный лист и указать ячейку, с которой нужно провести расчет. При протягивании формул автоматически подтянутся и адреса всех ячеек. Чтобы этого не произошло и формулы были подсчитаны корректно, можно закрепить нужную ячейку, выделив ее адрес и нажав клавишу F4. Формат адреса будет выглядеть так: $A$1.

Понравилась статья? Поделить с друзьями:
  • What is excel vba userform
  • What is excel vba training
  • What is excel vba array
  • What is excel time format
  • What is excel think cell