Class SpreadsheetConverter

Class SpreadsheetConverter

Converter para la conversión entre diferentes formatos de archivo de hoja de referencia, tales como xls, xLSx, XLSB, m…
public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

Miembros heredados

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
saveOptions.OutputFile = "res.xlsb";
SpreadsheetConverter.Process(loadOptions, saveOptions);

Methods

Process(Descargar Opciones, SaveOptions)

Convertir entre diferentes formatos de archivo de la hoja.

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Nombre del espacio: Sheetize La Asamblea Nacional: Sheetize.dll

 Español