You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spreadsheet/working-with-tables.md
+22-23Lines changed: 22 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.suite: office
11
11
ms.author: o365devx
12
12
author: o365devx
13
13
ms.topic: conceptual
14
-
ms.date: 11/01/2017
14
+
ms.date: 01/14/2025
15
15
ms.localizationpriority: high
16
16
---
17
17
@@ -20,12 +20,11 @@ ms.localizationpriority: high
20
20
This topic discusses the Open XML SDK <xref:DocumentFormat.OpenXml.Spreadsheet.Table> class and how it relates to the Open
21
21
XML File Format SpreadsheetML schema. For more information about the
22
22
overall structure of the parts and elements that make up a SpreadsheetML
23
-
document, see [Structure of a SpreadsheetML document
24
-
(Open XML SDK)](structure-of-a-spreadsheetml-document.md).
23
+
document, see [Structure of a SpreadsheetML document (Open XML SDK)](structure-of-a-spreadsheetml-document.md).
25
24
26
25
## Tables in SpreadsheetML
27
26
28
-
The following information from the [!include[ISO/IEC 29500 URL](../includes/iso-iec-29500-link.md)] specification introduces the **table** (\<**table**\>) element.
27
+
The following information from the [!include[ISO/IEC 29500 URL](../includes/iso-iec-29500-link.md)] specification introduces the `table` (`<table/>`) element.
29
28
30
29
A table helps organize and provide structure to lists of information in
31
30
a worksheet. Tables have clearly labeled columns, rows, and data
@@ -54,7 +53,7 @@ the various attributes for the particular table object.
54
53
A SpreadsheetML table is a logical construct that specifies that a range
55
54
of data belongs to a single dataset. SpreadsheetML already uses a
56
55
table-like model for specifying values in rows and columns, but you can
57
-
also label a subset of the sheet as a **table**
56
+
also label a subset of the sheet as a `table`
58
57
and give it certain properties that are useful for analysis. A table in
59
58
SpreadsheetML allows you to analyze data in new ways, such as by using
60
59
filtering, formatting and binding of data.
@@ -64,23 +63,23 @@ in a separate part inside the package. The table part does not contain
64
63
any table data. The data is maintained in the worksheet cells. For more
65
64
information about data is stored in the worksheet, see [Working with sheets](working-with-sheets.md).
66
65
67
-
The following table lists the common Open XML SDK classes used when working with the **Table** class.
66
+
The following table lists the common Open XML SDK classes used when working with the `Table` class.
68
67
69
68
|**SpreadsheetML Element**|**Open XML SDK Class**|
0 commit comments