- Index
- »
- io
- »
- func:ioWriteExcel
def
func:ioWriteExcel
ioWriteExcel(val, handle)
Write an Excel XLS file, where val
may be:
- Grid - writted a a single worksheet
- Grid[] - each grid is exported as a separate worksheet
By default each worksheet is named "Sheet1", "Sheet2", etc. Use a title
tag in Grid.meta to give the worksheets a specific name.
Example:
readAll(site).ioWriteExcel(`io/sites.xls`)