We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b2f56 commit 6aab5faCopy full SHA for 6aab5fa
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt
@@ -38,6 +38,7 @@ internal const val CREATE_COLUMN = "This function is just here for binary compat
38
39
internal const val GUESS_COLUMN_TYPE = "This function is just here for binary compatibility. $MESSAGE_0_16"
40
41
+public const val DF_READ_EXCEL: String = "This function is just here for binary compatibility. $MESSAGE_0_16"
42
// endregion
43
44
// region WARNING in 0.16, ERROR in 0.17
0 commit comments