excelizer v0.1.1 Excelizer.Cell

This is a module to tread excel cell

Link to this section Summary

Link to this section Types

Specs

value() :: String.t() | number() | boolean() | nil

Link to this section Functions

Link to this function

get_cell_formula(file_id, sheet_name, axis)

Specs

Link to this function

get_cell_formula!(file_id, sheet_name, axis)

Specs

get_cell_formula!(Excelizer.Native.Base.file_id(), String.t(), String.t()) ::
  String.t()
Link to this function

merge_cell(file_id, sheet_name, hcell, vcell)

Specs

Link to this function

merge_cell!(file_id, sheet_name, hcell, vcell)

Specs

Link to this function

set_cell_formula(file_id, sheet_name, axis, formula)

Specs

Link to this function

set_cell_formula!(file_id, sheet_name, axis, formula)

Specs

Link to this function

set_cell_style(file_id, sheet_name, hcell, vcell, style)

Specs

Link to this function

set_cell_style!(file_id, sheet_name, hcell, vcell, style)

Specs

Link to this function

set_cell_value(file_id, sheet_name, column, value_type, value)

Specs

Link to this function

set_cell_value!(file_id, sheet_name, column, value_type, value)

Specs

Link to this function

unmerge_cell(file_id, sheet_name, hcell, vcell)

Specs

Link to this function

unmerge_cell!(file_id, sheet_name, hcell, vcell)

Specs