struct

XLSX::InlineStr

Inherits Struct < Value < Object

A string stored inline in the cell element rather than via the shared string table. Preserves leading/trailing whitespace exactly. Distinguishable from String (shared string) at the type level.

Constructors

new(value : String)
Source

Instance methods

==(other : String) : Bool
Source
[](index : Int32) : Char
Source
clone
Source
copy_with(value _value = @value)
Source
ends_with?(*args, **options)
Source
ends_with?(*args, **options, &)
Source
includes?(*args, **options)
Source
includes?(*args, **options, &)
Source
size(*args, **options)
Source
size(*args, **options, &)
Source
starts_with?(*args, **options)
Source
starts_with?(*args, **options, &)
Source
strip(*args, **options)
Source
strip(*args, **options, &)
Source
to_s(*args, **options)
Source
to_s(*args, **options, &)
Source
value