CSVHandler

General

CSVHandler és una classe en Aspose.Cells per Python.

S’encarrega de les operacions d’importació i exportació CSV per a quadres.

Mètodes

SignaturaDescripció
save_csv(workbook, file_path: str, options: Optional[CSVSaveOptions])Salva una ficha de treball en un fitxer CSV.
save_csv_to_string(workbook, options: Optional[CSVSaveOptions])strSalva una ficha de treball en un CSV.
load_csv(workbook, file_path: str, options: Optional[CSVLoadOptions])Carrega un fitxer CSV en una carpeta de treball.
load_csv_from_string(workbook, csv_content: str, options: Optional[CSVLoadOptions])Carrega dades CSV d’una cadena en un llibre de treball.
 Català