diff --git a/SUPERDATAGRID.md b/SUPERDATAGRID.md
index 5325e98..c4949fb 100644
--- a/SUPERDATAGRID.md
+++ b/SUPERDATAGRID.md
@@ -266,7 +266,7 @@ When your model implements `IDataItem`:
| Parameter | Type | Default | Description |
|---|---|---|---|
-| `AllowColumnReorder` | `bool` | `true` | Allow drag-and-drop column reordering |
+| `AllowColumnReorder` | `bool` | `true` | Allow column reordering with up/down buttons in the Columns menu |
| `AllowColumnResize` | `bool` | `true` | Allow column resize via drag handles |
| `AllowSorting` | `bool` | `true` | Enable column sorting on header click |
| `AllowFiltering` | `bool` | `true` | Display filter controls in the header row |
diff --git a/src/DemoWebSite/_temp/data-grid-exports/e4afaf7eca362f7d1afc0ae8a250468641e73f93cf3f118548ca7a15fe169100.xlsx b/src/DemoWebSite/_temp/data-grid-exports/e4afaf7eca362f7d1afc0ae8a250468641e73f93cf3f118548ca7a15fe169100.xlsx
deleted file mode 100644
index d2c1d87..0000000
Binary files a/src/DemoWebSite/_temp/data-grid-exports/e4afaf7eca362f7d1afc0ae8a250468641e73f93cf3f118548ca7a15fe169100.xlsx and /dev/null differ
diff --git a/src/SuperBlazorComponents.DataGridExporter/SuperBlazorComponents.DataGridExporter.csproj b/src/SuperBlazorComponents.DataGridExporter/SuperBlazorComponents.DataGridExporter.csproj
index 5975cbf..383e526 100644
--- a/src/SuperBlazorComponents.DataGridExporter/SuperBlazorComponents.DataGridExporter.csproj
+++ b/src/SuperBlazorComponents.DataGridExporter/SuperBlazorComponents.DataGridExporter.csproj
@@ -5,7 +5,7 @@