Microsoft Wiki

Be sure to join our wiki's Discord server by clicking here
Also follow our wiki's Twitter by clicking here

READ MORE

Microsoft Wiki
Register
Advertisement

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

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.

Excel2

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[]

MS excel 97 on windows xp screenshot

'Excel 97' (8.0) being run on Windows XP

MSExcel

Microsoft Excel 2003 running under Windows XP Home Edition

Excel 2003

Excel 2003 icon

Versions for Microsoft Windows include:

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:

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.

Quirks[]

Excel-error

Screenshot 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.

Security[]

Because of its wide use, Excel has been attacked by hackers. While Excel is not directly exposed on the Internet, if an attacker can get a victim to open a file in Excel, and there is an appropriate security bug in the program, the attacker can then gain control of the victim's computer.[2] The UK's GCHQ has a tool named TORNADO ALLEY with this purpose.

Games[]

Besides the easter eggs, numerous games have been created or recreated in Excel, such as Tetris, 2048, Scrabble, Yahtzee, Pac-Man, and Space Invaders.

In 2020, Excel became an e-sport with the advent of the Financial Modeling World Cup.[3]

References[]

  1. Buy Microsoft Excel, Microsoft. Accessed 2022-01-12.
  2. Keizer, Gregg (24 February 2009). "Attackers exploit unpatched Excel vulnerability". Computerworld. 
  3. "Microsoft Excel esports is real and it already has an international tournament". ONE Esports. 9 June 2021. 

External links[]

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