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`)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function