API Reference
Class
ReaderTableExport
Deterministic text exporters for ReaderTable instances.
Inheritance
- Object
- ReaderTableExport
Methods
public static String ToCsv(ReaderTable table) #Returns:
StringSerializes a reader table as RFC 4180-style CSV with CRLF row separators.
Parameters
- table OfficeIMO.Reader.ReaderTable
- Table to serialize.
public static String ToJson(ReaderTable table, Boolean indented = false) #Returns:
StringSerializes a reader table as deterministic JSON with normalized row width.
Parameters
- table OfficeIMO.Reader.ReaderTable
- Table to serialize.
- indented System.Boolean = false
- When true, writes indented JSON for diagnostics and fixtures.
public static String ToMarkdownTable(ReaderTable table) #Returns:
StringSerializes a reader table as a GitHub-style Markdown table.
Parameters
- table OfficeIMO.Reader.ReaderTable
- Table to serialize.