public readString(reference as String) as String:
Reads one cell value as text.
Stored value converted to text, or an empty string when absent.
text = sheet.readString("A1")