Magik.ExcelView (Magik v0.3.0) View Source

Link to this section Summary

Functions

render cell with a view, view must define render_cell/2 for each field field definition format

Link to this section Functions

Link to this function

render_cell(struct, view, field)

View Source

render cell with a view, view must define render_cell/2 for each field field definition format:

  • {field_name, format}
  • field_name
Link to this function

render_row(struct, view \\ nil, fields)

View Source