This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exporters/spreadsheet-exporter.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. SpreadsheetExporter

Exports documents to spreadsheet formats including Excel (.xlsx) and CSV.

from nutrient_sdk import SpreadsheetExporter

Construction

SpreadsheetExporter()

Creates a new SpreadsheetExporter instance with default settings.

Implements