Skip to content

Commit 5c6db72

Browse files
authored
Fix writeExcel URL
1 parent 95c575a commit 5c6db72

File tree

1 file changed

+1
-1
lines changed
  • docs/StardustDocs/topics/dataSources

1 file changed

+1
-1
lines changed

docs/StardustDocs/topics/dataSources/Excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ val df = DataFrame.readExcel("https://kotlin.github.io/dataframe/resources/examp
3535
## Write
3636

3737
You can write a [`DataFrame`](DataFrame.md) to an Excel file using the
38-
[`writeExcel()`](write.md#writing-to-csv) method:
38+
[`writeExcel()`](write.html#write-to-excel-spreadsheet) method:
3939

4040
```kotlin
4141
df.writeExcel("example.xlsx")

0 commit comments

Comments
 (0)