excelizer v0.1.2 Excelizer.Worksheet

This is a module to tread excel worksheet

Link to this section Summary

Link to this section Functions

Link to this function

get_col_visible(file_id, sheet_name, column)

Specs

get_col_visible(Excelizer.Native.Base.file_id(), String.t(), String.t()) ::
  boolean()
Link to this function

get_col_width(file_id, sheet_name, column)

Specs

Link to this function

get_col_width!(file_id, sheet_name, column)

Specs

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

get_row_height(file_id, sheet_name, row)

Specs

Link to this function

get_row_height!(file_id, sheet_name, row)

Specs

Link to this function

get_row_visible(file_id, sheet_name, row)

Specs

Link to this function

get_sheet_index(file_id, sheet_name)

Specs

Link to this function

get_sheet_index!(file_id, sheet_name)

Specs

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

get_sheet_name(file_id, sheet_id)

Specs

Link to this function

get_sheet_name!(file_id, sheet_id)

Specs

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

insert_col(file_id, sheet_name, column)

Specs

Link to this function

insert_col!(file_id, sheet_name, column)

Specs

Link to this function

insert_row(file_id, sheet_name, row)

Specs

Link to this function

insert_row!(file_id, sheet_name, row)

Specs

Link to this function

remove_col(file_id, sheet_name, column)

Specs

Link to this function

remove_col!(file_id, sheet_name, column)

Specs

Link to this function

remove_row(file_id, sheet_name, row)

Specs

Link to this function

remove_row!(file_id, sheet_name, row)

Specs

Link to this function

set_col_visible(file_id, sheet_name, col, visible)

Specs

Link to this function

set_col_visible!(file_id, sheet_name, col, visible)

Specs

Link to this function

set_col_width(file_id, sheet_name, start_col, end_col, width)

Specs

Link to this function

set_col_width!(file_id, sheet_name, start_col, end_col, width)

Specs

Link to this function

set_row_height(file_id, sheet_name, row, height)

Specs

Link to this function

set_row_height!(file_id, sheet_name, row, height)

Specs

Link to this function

set_row_visible(file_id, sheet_name, row, visible)

Specs

Link to this function

set_row_visible!(file_id, sheet_name, row, visible)

Specs

Link to this function

set_sheet_name(file_id, old_sheet_name, new_sheet_name)

Specs