klyn.io.xlsx.Worksheet.readString
method
public readString(reference as String) as String:
Description

Reads one cell value as text.

Parameters
  • reference A1 cell reference.
Returns

Stored value converted to text, or an empty string when absent.

Example
text = sheet.readString("A1")