iwfm.xls.xl_write_2d¶ iwfm.xls.xl_write_2d(output, wb, row=1, col=1, sheet=0)[source]¶ Write a 2D array to an existing excel workbook. Deprecated since version Use: iwfm.xls.write_cells() instead. Parameters: output (list) – 2D array of data. wb (object) – Excel workbook object. row (int, default=1) – Top row of write area. col (int, default=1) – Left column of write area. sheet (int, default=0) – Worksheet number to write to.