We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c575a commit 5c6db72Copy full SHA for 5c6db72
docs/StardustDocs/topics/dataSources/Excel.md
@@ -35,7 +35,7 @@ val df = DataFrame.readExcel("https://kotlin.github.io/dataframe/resources/examp
35
## Write
36
37
You can write a [`DataFrame`](DataFrame.md) to an Excel file using the
38
-[`writeExcel()`](write.md#writing-to-csv) method:
+[`writeExcel()`](write.html#write-to-excel-spreadsheet) method:
39
40
```kotlin
41
df.writeExcel("example.xlsx")
0 commit comments