From 5c6db7260650ea2c9e55dd5cbce7f239c4e47d85 Mon Sep 17 00:00:00 2001 From: Nikita Klimenko Date: Fri, 28 Nov 2025 17:14:47 +0200 Subject: [PATCH] Fix writeExcel URL --- docs/StardustDocs/topics/dataSources/Excel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/StardustDocs/topics/dataSources/Excel.md b/docs/StardustDocs/topics/dataSources/Excel.md index 44fc2a7461..8eff4f6446 100644 --- a/docs/StardustDocs/topics/dataSources/Excel.md +++ b/docs/StardustDocs/topics/dataSources/Excel.md @@ -35,7 +35,7 @@ val df = DataFrame.readExcel("https://kotlin.github.io/dataframe/resources/examp ## Write You can write a [`DataFrame`](DataFrame.md) to an Excel file using the -[`writeExcel()`](write.md#writing-to-csv) method: +[`writeExcel()`](write.html#write-to-excel-spreadsheet) method: ```kotlin df.writeExcel("example.xlsx")