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 02c368a commit 5f25ee8Copy full SHA for 5f25ee8
dataframe-excel/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/xlsx.kt
@@ -59,8 +59,8 @@ public class Excel : SupportedDataFrameFormat {
59
DefaultReadExcelMethod(pathRepresentation)
60
}
61
62
-private const val MESSAGE_1_1 = "Will be ERROR in 1.1."
63
-internal const val READ_EXCEL_OLD = "This function is only here for binary compatibility. $MESSAGE_1_1"
+private const val MESSAGE_REMOVE_1_1 = "Will be removed in 1.1."
+internal const val READ_EXCEL_OLD = "This function is only here for binary compatibility. $MESSAGE_REMOVE_1_1"
64
65
internal class DefaultReadExcelMethod(path: String?) :
66
AbstractDefaultReadMethod(path, MethodArguments.EMPTY, READ_EXCEL)
0 commit comments