Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.shared_strings
Package-level
declarations
Types
Types
Shared
String
Link copied to clipboard
class
SharedString
Text
Span
Link copied to clipboard
data
class
TextSpan
(
val
text
:
String
?
=
null
,
val
children
:
List
<
TextSpan
>
?
=
null
,
val
style
:
CellStyle
?
=
null
)