Microsoft Excel
Microsoft Excel is a historical application created in 1987.
32Years Old | 60,680Users | 0Jobs |
- Microsoft Excel ranks in the top 10% of languages
- the Microsoft Excel website
- the Microsoft Excel wikipedia page
- Microsoft Excel first appeared in 1987
- See also: android, ios, vba, visual-basic, ooxml, xml, csv, dbase, mysql, c, fortran, python, javascript
- I have 22 facts about Microsoft Excel. just email me if you need more.
Example code from Wikipedia:
<?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>Edit
Last updated February 11th, 2019