sheetwise.encoders¶ Encoding utilities for spreadsheet data. Classes VanillaEncoder() Vanilla spreadsheet encoding with cell addresses and formats 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