list_supported_save_formats
List all supported save/export formats for Excel conversions. Use it to verify the correct file extension or find an alternative format.
Instructions
Get Supported File Save/Export Formats
Use this tool to query the list of all file formats supported by Aspose.Cells for conversion. Call this tool when a user asks to convert an Excel file to another format (e.g., 'convert to PDF', 'save as image', 'export to JSON') and you need to verify the correct file extension or availability.
Returns:
Format Name: The name of the format (e.g., PDF, HTML, CSV, JSON, XLSX, ODS, TXT, SVG).
Extension: The file suffix (e.g., .pdf, .html).
Description: A brief explanation of the format's use case (e.g., 'Suitable for printing', 'Web display', 'Programmatic access').
💡 Usage Guidelines:
Before calling
convert_fileorconvert_with_options, if you are unsure what string to pass for thetarget_formatparameter, use this tool to get the standard extension.If a user requests an unsupported format, use this list to recommend the closest available alternative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||