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
| Workbook | workbook |<xref:DocumentFormat.OpenXml.Spreadsheet.Workbook>| The root element for the main document part.|
44
-
| Worksheet | worksheet |<xref:DocumentFormat.OpenXml.Spreadsheet.Worksheet>| A type of sheet that represent a grid of cells that contains text, numbers, dates or formulas. For more information, see [Working with sheets](working-with-sheets.md). |
45
-
|Chart Sheet | chartsheet |<xref:DocumentFormat.OpenXml.Spreadsheet.Chartsheet>| A sheet that represents a chart that is stored as its own sheet. For more information, see [Working with sheets](working-with-sheets.md). |
46
-
| Table | table |<xref:DocumentFormat.OpenXml.Spreadsheet.Table>| A logical construct that specifies that a range of data belongs to a single dataset. For more information, see [Working with SpreadsheetML tables](overview.md). |
47
-
|Pivot Table |<xref:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition>|<xref:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition>| A logical construct that displays aggregated view of data in an understandable layout. For more information, see [Working with PivotTables](working-with-pivottables.md). |
48
-
|Pivot Cache | pivotCacheDefinition |<xref:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition>| A construct that defines the source of the data in the PivotTable. For more information, see [Working with PivotTables](working-with-pivottables.md). |
49
-
|Pivot Cache Records | pivotCacheRecords |<xref:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords>| A cache of the source data of the PivotTable. For more information, see [Working with PivotTables](working-with-pivottables.md). |
50
-
| Calculation Chain | calcChain |<xref:DocumentFormat.OpenXml.Spreadsheet.CalculationChain>| A construct that specifies the order in which cells in the workbook were last calculated. For more information, see [Working with the calculation chain](working-with-the-calculation-chain.md). |
51
-
|Shared String Table | sst |<xref:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable>| A construct that contains one occurrence of each unique string that occurs on all worksheets in a workbook. For more information, see [Working with the shared string table](working-with-the-shared-string-table.md). |
52
-
|Conditional Formatting | conditionalFormatting |<xref:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting>| A construct that defines a format applied to a cell or series of cells. For more information, see [Working with conditional formatting](working-with-conditional-formatting.md). |
53
-
| Formulas |f|<xref:DocumentFormat.OpenXml.Spreadsheet.CellFormula>| A construct that defines the formula text for a cell that contains a formula. For more information, see [Working with formulas](working-with-formulas.md). |
43
+
| Workbook |`<workbook/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.Workbook>| The root element for the main document part.|
44
+
| Worksheet |`<worksheet/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.Worksheet>| A type of sheet that represent a grid of cells that contains text, numbers, dates or formulas. For more information, see [Working with sheets](working-with-sheets.md). |
45
+
|Chart Sheet |`<chartsheet/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.Chartsheet>| A sheet that represents a chart that is stored as its own sheet. For more information, see [Working with sheets](working-with-sheets.md). |
46
+
| Table |`<table/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.Table>| A logical construct that specifies that a range of data belongs to a single dataset. For more information, see [Working with SpreadsheetML tables](overview.md). |
47
+
|Pivot Table |`<pivotTableDefinition/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition>| A logical construct that displays aggregated view of data in an understandable layout. For more information, see [Working with PivotTables](working-with-pivottables.md). |
48
+
|Pivot Cache |`<pivotCacheDefinition/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition>| A construct that defines the source of the data in the PivotTable. For more information, see [Working with PivotTables](working-with-pivottables.md). |
49
+
|Pivot Cache Records |`<pivotCacheRecords/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords>| A cache of the source data of the PivotTable. For more information, see [Working with PivotTables](working-with-pivottables.md). |
50
+
| Calculation Chain |`<calcChain/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.CalculationChain>| A construct that specifies the order in which cells in the workbook were last calculated. For more information, see [Working with the calculation chain](working-with-the-calculation-chain.md). |
51
+
|Shared String Table |`<sst/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.SharedStringTable>| A construct that contains one occurrence of each unique string that occurs on all worksheets in a workbook. For more information, see [Working with the shared string table](working-with-the-shared-string-table.md). |
52
+
|Conditional Formatting |`<conditionalFormatting/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting>| A construct that defines a format applied to a cell or series of cells. For more information, see [Working with conditional formatting](working-with-conditional-formatting.md). |
53
+
| Formulas |`<f/>`|<xref:DocumentFormat.OpenXml.Spreadsheet.CellFormula>| A construct that defines the formula text for a cell that contains a formula. For more information, see [Working with formulas](working-with-formulas.md). |
0 commit comments