B-Arts DocumentationIndice generale

BExcel

Identità

  • Namespace: B.BOffice

  • Assembly: BFramework

  • Tipo: class

  • Sorgente API: versione 5.0.0

Scopo

Genera cartelle di lavoro Excel formattate in SpreadsheetML 2003 a partire da DataSet, IBConnection oppure fogli costruiti manualmente.

Dichiarazione

public class BExcel

Costruttori

  • BExcel()

  • BExcel(DataSet Ds, bool isMultiResulset = false, string[]? TblName = null)

  • BExcel(string cmd, IBConnection db, bool isMultiResulset = false, CommandType tipo = StoredProcedure, string[]? TblName = null)

Proprietà

Proprietà Tipo Accesso
Cnn IBConnection? get/set
Columns List<BExcelDataColumn> get/set
DataSet DataSet? get/set
ExceptionList List<Exception> get/set
Headers List<BExcelHeader> get/set
ModeDisconneted bool get/set
MultiResulset bool get/set
Query string get/set
RowHeight int get/set
RowHeightHeader int get/set
Sheets List<BExcelSheet> get/set
Styles List<BExcelStyle> get/set
TablesName List<string> get/set
TipoComando CommandType get/set

Metodi

  • BFile GetBFile(string NomeFile = "BExcel.Xlsx")

  • byte[]? GetByteArray()

  • string GetXmlExcel()

  • bool SaveFile(string PathFullName)

Esempi

Consultare BExcel - Esempi.