Skip to content

Commit aa04c63

Browse files
AlfredHellsternmikeebowen
authored andcommitted
Fix typo in worksheet copy documentation
small typo fixes
1 parent 171ee2c commit aa04c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spreadsheet/how-to-copy-a-worksheet-with-sax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Then clone the `WorksheetPart`'s <xref:DocumentFormat.OpenXml.Spreadsheet.Worksh
5656
At this point, the new `WorksheetPart` has been added, but a new <xref:DocumentFormat.OpenXml.Spreadsheet.Sheet>
5757
element must be added to the `WorkbookPart`'s <xref:DocumentFormat.OpenXml.Spreadsheet.Sheets>'s
5858
child elements for it to display. To do this, first find the new `WorksheetPart`'s Id and
59-
create a new sheet Id by incrementing the `Sheets`' count by one then append a new `Sheet`
59+
create a new sheet Id by incrementing the `Sheets` count by one then append a new `Sheet`
6060
child to the `Sheets` element. With this, the copied Worksheet is added to the file.
6161

6262
### [C#](#tab/cs-3)

0 commit comments

Comments
 (0)