Skip to content

Commit ae79340

Browse files
apply readme review changes
1 parent e92e919 commit ae79340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Add a [DevExpress Blazor Button](https://docs.devexpress.com/Blazor/405052/compo
9191

9292
### Implement an Export Engine
9393

94-
To export our Blazor Pivot Table data to Excel, you must:
94+
To export Blazor Pivot Table data to Excel, you must:
9595

9696
1. Create a [Workbook](https://docs.devexpress.com/OfficeFileAPI/DevExpress.Spreadsheet.Workbook) instance and access the first worksheet.
9797

@@ -144,7 +144,7 @@ To export our Blazor Pivot Table data to Excel, you must:
144144
var pivotTable = pivotSheet.PivotTables.Add(sourceRange, pivotSheet["A1"]);
145145
```
146146

147-
1. To recreate the Blazor Pivot Table layout, iterate through [persistent layout fields](https://docs.devexpress.com/Blazor/DevExpress.Blazor.PivotTable.PivotTablePersistentLayout.Fields) and add them to the corresponding Spreadsheet Pivot Table areas.
147+
1. To recreate our Blazor Pivot Table's layout, iterate through [persistent layout fields](https://docs.devexpress.com/Blazor/DevExpress.Blazor.PivotTable.PivotTablePersistentLayout.Fields) and add them to corresponding Spreadsheet Pivot Table areas.
148148

149149
```cs
150150
var layoutFields = layout.Fields

0 commit comments

Comments
 (0)