Encoding Guide

Learn about different encoding strategies.

Encoding utilities for spreadsheet data.

class sheetwise.encoders.VanillaEncoder[source]

Vanilla spreadsheet encoding with cell addresses and formats

encode_to_markdown(df, include_format=False)[source]

Encode spreadsheet to Markdown-like format

Parameters:
  • df (DataFrame) – Input DataFrame

  • include_format (bool) – Whether to include format information

Return type:

str

Returns:

Markdown-style string representation