list_supported_load_formats
Check which file formats Aspose.Cells can load or import, including CSV, JSON, XML, ODS, and more, to confirm your file is supported before uploading.
Instructions
Get Supported File Load/Import Formats
Use this tool to query the list of all source file formats that Aspose.Cells can read (load). Call this tool when a user wants to upload or process a non-standard Excel file (e.g., .csv, .json, .xml, .ods, .txt) and you need to verify if the system can parse it.
Returns:
Format Name: The name of the format (e.g., CSV, JSON, XML, ODS, XLSX, XLS, TXT, HTML).
Extension: The file suffix (e.g., .csv, .json).
Description: Characteristics of loading this format (e.g., 'Data only, no formatting', 'Requires specific parser', 'Preserves formulas').
Usage Guidelines:
Before calling
upload_file, if the user is uploading a file with an extension other than .xlsx or .xls, use this tool to confirm the format is recognizable.If a user asks 'Can you handle CSV files?', check this list and provide a confirmation.
Distinguish between 'Load Formats' (Input) and 'Save Formats' (Output). Some formats may support reading but not writing (or vice versa).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||