Purpose: When used inside a OpenOrCreateExcelFile print a DataTable in a sheet


Properties


  • Name: Data
    • Type: System.Data.DataTable
    • Direction: in
    • Purpose: Data to print to excel sheet


  • Name: Sheet name
    • Type: String
    • Direction: in
    • Purpose: name of the sheet where to write data. If leaved blank the first sheet will be used

  • Name: Starting cell
    • Type: String
    • Direction: in
    • Purpose: top left cell where to start print. If leaved blank cell A1 will be used



Remark: A WriteTableToExcel has no use outside an OpenOrCreateExcelFile and it will be ignored if placed elsewhere