excel_sheet_put_rows writes data starting at the current position to an Excel sheet in the Biff 12 format (Excel 2007, Extension .xlsx).
Return Value
nRows.
Parameters
oSheet is an object created by excel_sheet_open.
rmVal is a real matrix. The number of columns must match the number of columns specified in excel_sheet_create.
smStr is a string matrix. The number of columns must match the number of columns specified in excel_sheet_create.
To write an empty cell set the cell value to “\t”.
If the cell value is “” the element of rmVal is written to the file.
rmStyleIndex is a matrix with style indices.
History
| Version | Description |
|---|---|
| 5.5.0 | New |
id-1358086